commit: 39d73d7f557ec6e941a0e829e63c0f19091b3a91 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Apr 9 01:37:44 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue Apr 9 01:45:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39d73d7f
gui-wm/phoc: add 0.38.0 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> gui-wm/phoc/Manifest | 2 ++ gui-wm/phoc/core | Bin 0 -> 9658368 bytes gui-wm/phoc/phoc-0.36.0-r1.ebuild | 2 +- .../{phoc-0.36.0-r1.ebuild => phoc-0.38.0.ebuild} | 6 ++---- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest index 25e6bfe1a1..9b16e87f9c 100644 --- a/gui-wm/phoc/Manifest +++ b/gui-wm/phoc/Manifest @@ -1,2 +1,4 @@ DIST phoc-0.36.0.tar.xz 681384 BLAKE2B 6c27c785dd01f9e44cb0940c5a4f73d5ce75cad85808d0b6c801360401ff001cca839abd27bc8442702c5241bac043c6d7015e6f1c5a5ec30cfcb6779adf973b SHA512 a47851a3e222958ad55c05ed86a068b30f6e00ed5d7e957aab99e7f4103b95fee4db6b177f2de8d0c9ce11306c68ef74d78e38ea0bdb6c47e66f9ef9bf0e9f66 DIST phoc-0.36.0.tar.xz.asc 833 BLAKE2B 0562c02dcb5d1618b3a316c4c36e4757f4729adf99b8ac748ed52c1bdcad6b65bc9fdb98462375e80f6898d699c6e237e4aa5057631434235166ca616de7d2e6 SHA512 2108eed0a0723c743d86eee9f517a9c8505faf8f55a32eb60ee9da04ae53221b00520ca9e422397617d1bde6f1047ba2ebdf6d45211df052b9b2cfa2d3ea12fe +DIST phoc-0.38.0.tar.xz 694784 BLAKE2B 51aef1cb1a4e753278727c8311b7aadfb9c18cbdf820725487c837bd0f943e6c7a0420a502e0316ba4ba96cb861a13d1f6a8cdcd9d1a5b51e75e5ecb9bdcf6f7 SHA512 739fb382336885b78ca3f50f8c5f6ddf3bc308a2158663c49c84ce506d2edf0c8d0dcd412e634eccf848d420bb5923d42ebc02044f7acf322b3ab621ffa4cd23 +DIST phoc-0.38.0.tar.xz.asc 833 BLAKE2B 63dd885cda46b90f5edd56289b9114d31726a543608f5a3f02f52848713a01d06e7e8a8660797c98c3504c3c59fe485ab92e58eaf7689c185d26e41027b96b30 SHA512 f69533ed5d1bce220ea66ae4f6307620178609b6c4d9ed743d0cd62f9944faf3dd76e7fce242e722b6912246e268b466ee0bf52326b39907c78d7f6c8eceabda diff --git a/gui-wm/phoc/core b/gui-wm/phoc/core new file mode 100644 index 0000000000..f9577c86dd Binary files /dev/null and b/gui-wm/phoc/core differ diff --git a/gui-wm/phoc/phoc-0.36.0-r1.ebuild b/gui-wm/phoc/phoc-0.36.0-r1.ebuild index 75092084cb..991b8bf5fa 100644 --- a/gui-wm/phoc/phoc-0.36.0-r1.ebuild +++ b/gui-wm/phoc/phoc-0.36.0-r1.ebuild @@ -62,7 +62,7 @@ BDEPEND=" verify-sig? ( sec-keys/openpgp-keys-phosh ) " -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc" +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc" src_prepare() { default diff --git a/gui-wm/phoc/phoc-0.36.0-r1.ebuild b/gui-wm/phoc/phoc-0.38.0.ebuild similarity index 93% copy from gui-wm/phoc/phoc-0.36.0-r1.ebuild copy to gui-wm/phoc/phoc-0.38.0.ebuild index 75092084cb..d4a2d6a325 100644 --- a/gui-wm/phoc/phoc-0.36.0-r1.ebuild +++ b/gui-wm/phoc/phoc-0.38.0.ebuild @@ -62,7 +62,7 @@ BDEPEND=" verify-sig? ( sec-keys/openpgp-keys-phosh ) " -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc" +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc" src_prepare() { default @@ -85,13 +85,11 @@ src_configure() { src_test() { local -x LC_ALL="C.UTF-8" - local -x WLR_RENDERER="pixman" - virtx meson_src_test } src_install() { - meson_src_install --skip-subprojects wlroots + meson_src_install --skip-subprojects gmobile,wlroots if use gtk-doc; then mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die