From 7f2b10b9559d82bb0fc9ef3a34be15759378c660 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Thu, 23 May 2024 23:12:38 +0200 Subject: [PATCH] Updated --- .../phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild b/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild index 50e2c44..d8fc4a9 100755 --- a/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild +++ b/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild @@ -4,8 +4,6 @@ EAPI=8 inherit gnome2-utils meson -RESTRICT="network-sandbox" - 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" @@ -29,6 +27,8 @@ S="${WORKDIR}/${PN}-v${PV}" src_prepare() { default + rm -r "${S}"/subprojects/gmobile.wrap || die + rm -r "${S}"/subprojects/libadwaita.wrap || die } src_install() {