From ed69b03fcc4a82cd8cd23b0727d8048c4a0e3c3b Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sat, 21 Aug 2021 17:38:58 +0200 Subject: [PATCH] Updated manifest --- x11-wm/phoc/Manifest | 2 +- x11-wm/phoc/phoc-0.8.0.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest index bd84264..e40493c 100644 --- a/x11-wm/phoc/Manifest +++ b/x11-wm/phoc/Manifest @@ -1,2 +1,2 @@ DIST phoc-v0.8.0.tar.gz 144611 BLAKE2B f5ad96a3917ccd849f73e427077e08a19ce4109b639519239fbecb7183d19579e791ecc7628b22fd8632f6f47a55279860d3c6af3eb25d42115b7343c89611cb SHA512 b2cc687852385d4010c22e01ea65870dcc71f4a6a53782a615df11641ce5cc4b29add7afefd5560b95d03fe045b6ffa7387b68dfe114828cd62bdae9424e692d -DIST wlroots-0.14.1.tar.gz 505840 BLAKE2B fca4d259cdde62da0c196344ce1d0f5dd679d012ff33e3ceb5385b9374667e16d91059a2ba6a318153e79ac2f0a6464e3066e614a13398f8c433f442560d84d2 SHA512 4f557c827f9673eccf208a3644954de80e7355b95cc374cc5e851a47087b227f196e0936c0913d21a6c776c29b74de2d028a100931264e41934c747568d8ebe0 +DIST wlroots-0.14.0.tar.gz 505461 BLAKE2B d2fa28f64014ef9d840838cb5938af23f6f6b211b62dc352d0d5bb824ccaa7d7a85531e1eca14feeb06d31d59955ff9a913e40a73cad21ed1ebfe76ada39d558 SHA512 83f001133cb4b11a72bb9532b7321655428826662848f67de8e3220a33d9dff4d37c859602bdc319929949d387d014a257b0347039a6649944d7b084c76bb611 diff --git a/x11-wm/phoc/phoc-0.8.0.ebuild b/x11-wm/phoc/phoc-0.8.0.ebuild index 668a258..5154c4b 100644 --- a/x11-wm/phoc/phoc-0.8.0.ebuild +++ b/x11-wm/phoc/phoc-0.8.0.ebuild @@ -8,17 +8,17 @@ inherit meson vala xdg MY_PV="v${PV}" MY_P="${PN}-${MY_PV}" # 0.13.0 does not work atm -WL_PV="0.14.1" +WL_PV="0.14.0" WL_P="wlroots-${WL_PV}" DESCRIPTION="Wlroots based Phone compositor" -HOMEPAGE="https://source.puri.sm/Librem5/phoc" +HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc" # we don't use the version on gentoo because it breaks # the phoc installation. we follow method used in archlinuxarm SRC_URI=" - https://source.puri.sm/Librem5/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz - https://github.com/swaywm/wlroots/releases/download/${WL_PV}/${WL_P}.tar.gz + https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz + https://source.puri.sm/Librem5/wlroots/-/archive/${WL_PV}/${WL_P}.tar.gz " LICENSE="GPL-3"