Enable network
This commit is contained in:
parent
00b454c447
commit
61f4327687
@ -6,13 +6,15 @@ EAPI=7
|
||||
inherit desktop gnome2-utils meson pam readme.gentoo-r1 systemd xdg
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
|
||||
RESTRICT="-network-sandbox"
|
||||
LVC_COMMIT="a1ae68ff11dc6156f9c80069194ea39679700f3f"
|
||||
LCU_COMMIT="817d770cfa6876d37c4a6d09b00c9bdedfdce8b7"
|
||||
|
||||
DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/"
|
||||
SRC_URI="
|
||||
https://gitlab.gnome.org/World/Phosh/phosh/-/archive/v${PV}/${MY_P}.tar.gz
|
||||
https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/${LVC_COMMIT}/libgnome-volume-control-${LVC_COMMIT}.tar.gz
|
||||
https://gitlab.gnome.org/World/Phosh/libcall-ui/-/archive/${LCU_COMMIT}/libcall-ui-${LCU_COMMIT}.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
@ -54,6 +56,15 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user