Updated
This commit is contained in:
parent
5897a7ca3a
commit
7f2b10b955
@ -4,8 +4,6 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit gnome2-utils meson
|
inherit gnome2-utils meson
|
||||||
|
|
||||||
RESTRICT="network-sandbox"
|
|
||||||
|
|
||||||
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"
|
||||||
@ -29,6 +27,8 @@ S="${WORKDIR}/${PN}-v${PV}"
|
|||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
rm -r "${S}"/subprojects/gmobile.wrap || die
|
||||||
|
rm -r "${S}"/subprojects/libadwaita.wrap || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
Loading…
Reference in New Issue
Block a user