Enable network

This commit is contained in:
Gerben Jan Dijkman 2024-08-22 16:56:24 +02:00
parent 120a6cc1da
commit e3759872a2

View File

@ -6,8 +6,8 @@ EAPI=7
inherit desktop gnome2-utils meson pam readme.gentoo-r1 systemd xdg
MY_P="${PN}-v${PV}"
LVC_COMMIT="a1ae68ff11dc6156f9c80069194ea39679700f3f"
LCU_COMMIT="817d770cfa6876d37c4a6d09b00c9bdedfdce8b7"
RESTRICT="network-sandbox"
DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/"
@ -18,6 +18,7 @@ SRC_URI="
"
S="${WORKDIR}/${MY_P}"
KEYWORDS="~arm ~arm64"
LICENSE="GPL-3"
@ -47,6 +48,7 @@ DEPEND="
dev-libs/gmobile
gnome-extra/gnome-tweaks
x11-misc/phosh-mobile-settings
>=net-wireless/gnome-bluetooth-46.0
"
RDEPEND="${DEPEND}"
BDEPEND="
@ -54,15 +56,6 @@ BDEPEND="
dev-build/meson
"
src_prepare() {
default
# rm -r "${S}"/subprojects/gvc || die
# mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
# rm -r "${S}"/subprojects/libcall-ui || die
# mv "${WORKDIR}"/libcall-ui-"${LCU_COMMIT}" "${S}"/subprojects/libcall-ui || die
}
src_configure() {
local emesonargs=(
-Dtests=false