Added subproject

This commit is contained in:
Gerben Jan Dijkman 2025-05-18 14:52:15 +02:00
parent e4219138aa
commit 1d5f4a25a3
2 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,3 @@
DIST libgnome-volume-control-5f9768a2eac29c1ed56f1fbb449a77a3523683b6.tar.gz 46452 BLAKE2B 0ebd7971eb4cb8cceb559cc7db4c1df395d489ee80360bcda8e63c42a76f74efd4c5493fe5c5a540e76b6a7f081696bc1b7f5f8d968ceaa2c6323a822f5ed5ae SHA512 ef6a103ddca784db35648acd11a423a9d65173c597c6463a572834827c9812bb1be5c8113d93a28ea99ca017dd1655b8eaf417a30b6b9085677baf373395aac1
DIST phosh-mobile-settings-0.46.0.tar.gz 305732 BLAKE2B ff125321af7e7cc009385c8246b4dec6327de8d4261f42148b52f9aa1306ae3b7ebc0e3f8a057ab0bfd346031c894d37c3b19d918d007864a2c67d035f488814 SHA512 86b6a88f9d7d23eba5f42576e47f01e3a8c73b06a3acce2678a4171cbf0bc0cc7991a96d80b05d615da1795d33bdbcb07ef16ed45efc33e33f87a1bdd1b92e7a DIST phosh-mobile-settings-0.46.0.tar.gz 305732 BLAKE2B ff125321af7e7cc009385c8246b4dec6327de8d4261f42148b52f9aa1306ae3b7ebc0e3f8a057ab0bfd346031c894d37c3b19d918d007864a2c67d035f488814 SHA512 86b6a88f9d7d23eba5f42576e47f01e3a8c73b06a3acce2678a4171cbf0bc0cc7991a96d80b05d615da1795d33bdbcb07ef16ed45efc33e33f87a1bdd1b92e7a
DIST phosh-mobile-settings-0.47.0.tar.gz 319386 BLAKE2B b585b6afe4cfbd7c930138d6b6f93d9ac4912d3f7d0484049db72bace956b61b84b02eb97c73842828502ee0e6d0b3ab32e4a5667ec226f1b22a577919d98531 SHA512 cc55c850bdc585ab1cc01e6a8683a6f2811cca708f52dfe4bd042ebf24c272cbe31c3dce802e05ffe75f5df900916f4fe71131eed489dcdc2c0dcc5eba9a764f DIST phosh-mobile-settings-0.47.0.tar.gz 319386 BLAKE2B b585b6afe4cfbd7c930138d6b6f93d9ac4912d3f7d0484049db72bace956b61b84b02eb97c73842828502ee0e6d0b3ab32e4a5667ec226f1b22a577919d98531 SHA512 cc55c850bdc585ab1cc01e6a8683a6f2811cca708f52dfe4bd042ebf24c272cbe31c3dce802e05ffe75f5df900916f4fe71131eed489dcdc2c0dcc5eba9a764f

View File

@ -4,9 +4,13 @@
EAPI=8 EAPI=8
inherit gnome2-utils meson inherit gnome2-utils meson
LVC_COMMIT="5f9768a2eac29c1ed56f1fbb449a77a3523683b6"
DESCRIPTION="A settings app for mobile specific things" DESCRIPTION="A settings app for mobile specific things"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings" HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings"
SRC_URI="https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v${PV}/phosh-mobile-settings-v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="
https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v${PV}/phosh-mobile-settings-v${PV}.tar.gz -> ${P}.tar.gz
https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/${LVC_COMMIT}/libgnome-volume-control-${LVC_COMMIT}.tar.gz
"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
@ -28,6 +32,8 @@ S="${WORKDIR}/${PN}-v${PV}"
src_prepare() { src_prepare() {
default default
rm -r "${S}"/subprojects/gvc.wrap || die
mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
} }
src_install() { src_install() {