Added subproject

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

View File

@@ -4,9 +4,13 @@
EAPI=8
inherit gnome2-utils meson
LVC_COMMIT="5f9768a2eac29c1ed56f1fbb449a77a3523683b6"
DESCRIPTION="A settings app for mobile specific things"
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"
SLOT="0"
@@ -28,6 +32,8 @@ S="${WORKDIR}/${PN}-v${PV}"
src_prepare() {
default
rm -r "${S}"/subprojects/gvc.wrap || die
mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
}
src_install() {