* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-02-05 11:57 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-02-05 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 93dac2a0b12d940a104d6ecdaed8e892c78b63d5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 4 19:16:46 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 4 19:16:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93dac2a0
gui-wm/phoc: add verify-sig
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-wm/phoc/Manifest | 1 +
gui-wm/phoc/phoc-0.36.0.ebuild | 9 +++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest
index 7d1927efb3..7710ab46ea 100644
--- a/gui-wm/phoc/Manifest
+++ b/gui-wm/phoc/Manifest
@@ -1,2 +1,3 @@
DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c SHA512 ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e
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
diff --git a/gui-wm/phoc/phoc-0.36.0.ebuild b/gui-wm/phoc/phoc-0.36.0.ebuild
index 6b3b29f93f..8565dfb6c1 100644
--- a/gui-wm/phoc/phoc-0.36.0.ebuild
+++ b/gui-wm/phoc/phoc-0.36.0.ebuild
@@ -3,11 +3,13 @@
EAPI=8
-inherit gnome2-utils meson virtualx xdg
+inherit gnome2-utils meson verify-sig virtualx xdg
DESCRIPTION="Wayland compositor for mobile phones"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )
+"
LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
SLOT="0"
@@ -42,8 +44,11 @@ BDEPEND="
sys-devel/gettext
gtk-doc? ( dev-util/gi-docgen )
man? ( dev-python/docutils )
+ verify-sig? ( sec-keys/openpgp-keys-phosh )
"
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc"
+
src_configure() {
local emesonargs=(
$(meson_feature X xwayland)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-02-11 17:50 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-02-11 17:50 UTC (permalink / raw
To: gentoo-commits
commit: ff5b29cde7d763a79d1985fa5913b97aeadfb3e6
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 11 11:13:05 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 11 16:35:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff5b29cd
gui-wm/phoc: use bundled (patched) wlroots
See: https://gitlab.gnome.org/World/Phosh/phosh/-/issues/1028
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../{phoc-0.36.0.ebuild => phoc-0.36.0-r1.ebuild} | 55 +++++++++++++++-------
1 file changed, 39 insertions(+), 16 deletions(-)
diff --git a/gui-wm/phoc/phoc-0.36.0.ebuild b/gui-wm/phoc/phoc-0.36.0-r1.ebuild
similarity index 66%
rename from gui-wm/phoc/phoc-0.36.0.ebuild
rename to gui-wm/phoc/phoc-0.36.0-r1.ebuild
index 8565dfb6c1..75092084cb 100644
--- a/gui-wm/phoc/phoc-0.36.0.ebuild
+++ b/gui-wm/phoc/phoc-0.36.0-r1.ebuild
@@ -14,29 +14,44 @@ SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
-IUSE="+X gtk-doc man test"
-REQUIRED_USE="test? ( X )"
+IUSE="gtk-doc man test"
RESTRICT="!test? ( test )"
-DEPEND="
+WLROOTS_DEPEND="
+ >=dev-libs/libinput-1.14.0:=
+ >=dev-libs/wayland-1.22.0
+ media-libs/libdisplay-info
+ media-libs/libglvnd
+ media-libs/mesa[egl(+),gles2]
+ sys-apps/hwdata
+ sys-auth/seatd:=
+ x11-base/xwayland
+ x11-libs/cairo
+ >=x11-libs/libdrm-2.4.114
+ x11-libs/libxcb:=
+ x11-libs/libxkbcommon
+ >=x11-libs/pixman-0.42.0
+ x11-libs/xcb-util-errors
+ x11-libs/xcb-util-renderutil
+ x11-libs/xcb-util-wm
+ virtual/libudev
+ amd64? ( >=dev-libs/libliftoff-0.4 )
+"
+COMMON_DEPEND="${WLROOTS_DEPEND}
>=dev-libs/glib-2.74:2
dev-libs/json-glib
dev-libs/libinput:=
dev-libs/wayland
>=gnome-base/gnome-desktop-3.26:3
gnome-base/gsettings-desktop-schemas
- >=gui-libs/wlroots-0.17.1:=[X?]
- <gui-libs/wlroots-0.18.0
- media-libs/libglvnd
- x11-libs/libdrm
x11-libs/pixman
- x11-libs/libxkbcommon[X?,wayland]
- test? (
- gui-libs/wlroots[x11-backend]
- x11-wm/mutter
- )
+ x11-libs/libxcb:=
+ x11-libs/libxkbcommon
"
-RDEPEND="${DEPEND}"
+DEPEND="${COMMON_DEPEND}
+ test? ( x11-wm/mutter )
+"
+RDEPEND="${COMMON_DEPEND}"
BDEPEND="
dev-libs/glib:2
dev-libs/wayland-protocols
@@ -49,13 +64,21 @@ BDEPEND="
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/phosh.asc"
+src_prepare() {
+ default
+
+ cd subprojects/wlroots || die
+ eapply "${S}"/subprojects/packagefiles/wlroots
+}
+
src_configure() {
local emesonargs=(
- $(meson_feature X xwayland)
$(meson_use gtk-doc gtk_doc)
$(meson_use man)
$(meson_use test tests)
- -Dembed-wlroots=disabled
+ -Ddefault_library=static
+ -Dembed-wlroots=enabled
+ -Dxwayland=enabled
)
meson_src_configure
}
@@ -68,7 +91,7 @@ src_test() {
}
src_install() {
- meson_src_install
+ meson_src_install --skip-subprojects wlroots
if use gtk-doc; then
mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-02-11 17:50 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-02-11 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 83bbdd8a332fdd6a86fd18a54acdfdc4ef22d740
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 11 10:44:40 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 11 16:35:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83bbdd8a
gui-wm/phoc: drop 0.35.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-wm/phoc/Manifest | 1 -
gui-wm/phoc/phoc-0.35.0.ebuild | 85 ------------------------------------------
2 files changed, 86 deletions(-)
diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest
index 7710ab46ea..25e6bfe1a1 100644
--- a/gui-wm/phoc/Manifest
+++ b/gui-wm/phoc/Manifest
@@ -1,3 +1,2 @@
-DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c SHA512 ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e
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
diff --git a/gui-wm/phoc/phoc-0.35.0.ebuild b/gui-wm/phoc/phoc-0.35.0.ebuild
deleted file mode 100644
index 6b3b29f93f..0000000000
--- a/gui-wm/phoc/phoc-0.35.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson virtualx xdg
-
-DESCRIPTION="Wayland compositor for mobile phones"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz"
-
-LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+X gtk-doc man test"
-REQUIRED_USE="test? ( X )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- >=dev-libs/glib-2.74:2
- dev-libs/json-glib
- dev-libs/libinput:=
- dev-libs/wayland
- >=gnome-base/gnome-desktop-3.26:3
- gnome-base/gsettings-desktop-schemas
- >=gui-libs/wlroots-0.17.1:=[X?]
- <gui-libs/wlroots-0.18.0
- media-libs/libglvnd
- x11-libs/libdrm
- x11-libs/pixman
- x11-libs/libxkbcommon[X?,wayland]
- test? (
- gui-libs/wlroots[x11-backend]
- x11-wm/mutter
- )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/glib:2
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- sys-devel/gettext
- gtk-doc? ( dev-util/gi-docgen )
- man? ( dev-python/docutils )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature X xwayland)
- $(meson_use gtk-doc gtk_doc)
- $(meson_use man)
- $(meson_use test tests)
- -Dembed-wlroots=disabled
- )
- meson_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
-
- if use gtk-doc; then
- mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
- mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die
- fi
-
- newbin helpers/auto-maximize phoc-auto-maximize
- newbin helpers/scale-to-fit phoc-scale-to-fit
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-04-09 11:25 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2024-04-09 11:25 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-04-09 23:09 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2024-04-09 23:09 UTC (permalink / raw
To: gentoo-commits
commit: cad5efb068d031d70f6913133f75ab62d40b6fd5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Apr 9 20:19:58 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Apr 9 20:19:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cad5efb0
gui-wm/phoc: remove coredump (added by mistake)
Thanks @MrRoy for noticing, but this is really embarassing and grew
repository size by 9.21 MB :(
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-wm/phoc/core | Bin 9658368 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gui-wm/phoc/core b/gui-wm/phoc/core
deleted file mode 100644
index f9577c86dd..0000000000
Binary files a/gui-wm/phoc/core and /dev/null differ
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-08-20 20:46 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-08-20 20:46 UTC (permalink / raw
To: gentoo-commits
commit: 20d8e202e7a32b7335ae04da6a37b04afb34b445
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 20 07:51:42 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Aug 20 09:02:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20d8e202
gui-wm/phoc: add 0.41.0, drop 0.36.0-r1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-wm/phoc/Manifest | 4 ++--
gui-wm/phoc/{phoc-0.36.0-r1.ebuild => phoc-0.41.0.ebuild} | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest
index dba992cae..83810e398 100644
--- a/gui-wm/phoc/Manifest
+++ b/gui-wm/phoc/Manifest
@@ -1,6 +1,6 @@
-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
DIST phoc-0.40.0.tar.xz 682564 BLAKE2B 97c04902d51118e4d08ce7d9ac7aa04d0e513cf6c3d20dc0e9812c4a9cf97292600a1d5e8205373b67739b829940ea17a2ee9f1e4cb0c72ce9f3651d9fbe9dff SHA512 3d3223ca7f2d3e865c3aa7924447d638b9dd7fef054f71ce667d545d1eeb5d13082e87093adc654426e7dec44e28df41858ef03bb3bb7d0c6c815e1bc958c855
DIST phoc-0.40.0.tar.xz.asc 833 BLAKE2B 102b5c8405b0393330afb6c5e33df2a41e8ce7fea11eae8c959ef4fd7a9183bf4ec94743241bb8d8c8e07071484d8d831022b1858a43b5db11e2d8785cbc88be SHA512 df8abb534374bdc4af1849e3bf7ecbb4ff5d6bc57226a52cfdb0a95d349e167674cd0e7ee0eb223229c7a37c29eb17a7913d613f0bf1bd93451168cba94ca602
+DIST phoc-0.41.0.tar.xz 684952 BLAKE2B 8e822a639dabeae073e7897c8c8ae2b5b43605618c18525c9c34f3aac350a2fa3ecb445c44892fb8fc6ecb85b942364ecf9906b10d98b4a8855057544e7395e3 SHA512 7ca881df38007747e31666daa6b9b07b3250f1df779f86c3374eb984496cf398930a7985ac223fffb6e768767444d6e0f5ada64f845af6450e6d8fc96c3d4c5f
+DIST phoc-0.41.0.tar.xz.asc 833 BLAKE2B 76bbeb07686f27425336e09c380facbe2567a1e6c0eb4056c1738dab05f37594430f9946209677bee38f59e86bfddcfb9420a760f5b714caa9a3662de169515a SHA512 f805012756891d0fd2ed4dbb76adb56327af15bdd93c914d506a2aa4a6017b7811eaa4011a44a841f51a07b7a9ecea28a5d8c6911ab1f8a8262924d49591424d
diff --git a/gui-wm/phoc/phoc-0.36.0-r1.ebuild b/gui-wm/phoc/phoc-0.41.0.ebuild
similarity index 95%
rename from gui-wm/phoc/phoc-0.36.0-r1.ebuild
rename to gui-wm/phoc/phoc-0.41.0.ebuild
index 991b8bf5f..5feb85ee8 100644
--- a/gui-wm/phoc/phoc-0.36.0-r1.ebuild
+++ b/gui-wm/phoc/phoc-0.41.0.ebuild
@@ -22,7 +22,10 @@ WLROOTS_DEPEND="
>=dev-libs/wayland-1.22.0
media-libs/libdisplay-info
media-libs/libglvnd
- media-libs/mesa[egl(+),gles2]
+ || (
+ >=media-libs/mesa-24.1.0_rc1[opengl]
+ <media-libs/mesa-24.1.0_rc1[egl(+),gles2]
+ )
sys-apps/hwdata
sys-auth/seatd:=
x11-base/xwayland
@@ -39,7 +42,7 @@ WLROOTS_DEPEND="
"
COMMON_DEPEND="${WLROOTS_DEPEND}
>=dev-libs/glib-2.74:2
- dev-libs/json-glib
+ dev-libs/gmobile
dev-libs/libinput:=
dev-libs/wayland
>=gnome-base/gnome-desktop-3.26:3
@@ -85,8 +88,6 @@ src_configure() {
src_test() {
local -x LC_ALL="C.UTF-8"
- local -x WLR_RENDERER="pixman"
-
virtx meson_src_test
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-09-19 12:13 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-09-19 12:13 UTC (permalink / raw
To: gentoo-commits
commit: ed766cd0fdf69ae020e4784cae0d2e3b2901ad18
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Sep 19 05:01:46 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 19 05:01:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed766cd0
gui-wm/phoc: drop 0.38.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-wm/phoc/Manifest | 2 -
gui-wm/phoc/phoc-0.38.0.ebuild | 111 -----------------------------------------
2 files changed, 113 deletions(-)
diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest
index 83810e398..c34f2c9f4 100644
--- a/gui-wm/phoc/Manifest
+++ b/gui-wm/phoc/Manifest
@@ -1,5 +1,3 @@
-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
DIST phoc-0.40.0.tar.xz 682564 BLAKE2B 97c04902d51118e4d08ce7d9ac7aa04d0e513cf6c3d20dc0e9812c4a9cf97292600a1d5e8205373b67739b829940ea17a2ee9f1e4cb0c72ce9f3651d9fbe9dff SHA512 3d3223ca7f2d3e865c3aa7924447d638b9dd7fef054f71ce667d545d1eeb5d13082e87093adc654426e7dec44e28df41858ef03bb3bb7d0c6c815e1bc958c855
DIST phoc-0.40.0.tar.xz.asc 833 BLAKE2B 102b5c8405b0393330afb6c5e33df2a41e8ce7fea11eae8c959ef4fd7a9183bf4ec94743241bb8d8c8e07071484d8d831022b1858a43b5db11e2d8785cbc88be SHA512 df8abb534374bdc4af1849e3bf7ecbb4ff5d6bc57226a52cfdb0a95d349e167674cd0e7ee0eb223229c7a37c29eb17a7913d613f0bf1bd93451168cba94ca602
DIST phoc-0.41.0.tar.xz 684952 BLAKE2B 8e822a639dabeae073e7897c8c8ae2b5b43605618c18525c9c34f3aac350a2fa3ecb445c44892fb8fc6ecb85b942364ecf9906b10d98b4a8855057544e7395e3 SHA512 7ca881df38007747e31666daa6b9b07b3250f1df779f86c3374eb984496cf398930a7985ac223fffb6e768767444d6e0f5ada64f845af6450e6d8fc96c3d4c5f
diff --git a/gui-wm/phoc/phoc-0.38.0.ebuild b/gui-wm/phoc/phoc-0.38.0.ebuild
deleted file mode 100644
index d4a2d6a32..000000000
--- a/gui-wm/phoc/phoc-0.38.0.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson verify-sig virtualx xdg
-
-DESCRIPTION="Wayland compositor for mobile phones"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
-SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
- verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )
-"
-
-LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="gtk-doc man test"
-RESTRICT="!test? ( test )"
-
-WLROOTS_DEPEND="
- >=dev-libs/libinput-1.14.0:=
- >=dev-libs/wayland-1.22.0
- media-libs/libdisplay-info
- media-libs/libglvnd
- media-libs/mesa[egl(+),gles2]
- sys-apps/hwdata
- sys-auth/seatd:=
- x11-base/xwayland
- x11-libs/cairo
- >=x11-libs/libdrm-2.4.114
- x11-libs/libxcb:=
- x11-libs/libxkbcommon
- >=x11-libs/pixman-0.42.0
- x11-libs/xcb-util-errors
- x11-libs/xcb-util-renderutil
- x11-libs/xcb-util-wm
- virtual/libudev
- amd64? ( >=dev-libs/libliftoff-0.4 )
-"
-COMMON_DEPEND="${WLROOTS_DEPEND}
- >=dev-libs/glib-2.74:2
- dev-libs/json-glib
- dev-libs/libinput:=
- dev-libs/wayland
- >=gnome-base/gnome-desktop-3.26:3
- gnome-base/gsettings-desktop-schemas
- x11-libs/pixman
- x11-libs/libxcb:=
- x11-libs/libxkbcommon
-"
-DEPEND="${COMMON_DEPEND}
- test? ( x11-wm/mutter )
-"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="
- dev-libs/glib:2
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- sys-devel/gettext
- gtk-doc? ( dev-util/gi-docgen )
- man? ( dev-python/docutils )
- verify-sig? ( sec-keys/openpgp-keys-phosh )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
-
-src_prepare() {
- default
-
- cd subprojects/wlroots || die
- eapply "${S}"/subprojects/packagefiles/wlroots
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc gtk_doc)
- $(meson_use man)
- $(meson_use test tests)
- -Ddefault_library=static
- -Dembed-wlroots=enabled
- -Dxwayland=enabled
- )
- meson_src_configure
-}
-
-src_test() {
- local -x LC_ALL="C.UTF-8"
- virtx meson_src_test
-}
-
-src_install() {
- meson_src_install --skip-subprojects gmobile,wlroots
-
- if use gtk-doc; then
- mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
- mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die
- fi
-
- newbin helpers/auto-maximize phoc-auto-maximize
- newbin helpers/scale-to-fit phoc-scale-to-fit
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-10-21 9:51 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-10-21 9:51 UTC (permalink / raw
To: gentoo-commits
commit: 8a9207d0c4e5c2a1287373e5743fb9ddd71f94a0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Oct 19 13:17:44 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Oct 19 13:17:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a9207d0
gui-wm/phoc: add 0.42.0, drop 0.40.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-wm/phoc/Manifest | 4 ++--
gui-wm/phoc/{phoc-0.40.0.ebuild => phoc-0.42.0.ebuild} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest
index c34f2c9f4..13c608c9b 100644
--- a/gui-wm/phoc/Manifest
+++ b/gui-wm/phoc/Manifest
@@ -1,4 +1,4 @@
-DIST phoc-0.40.0.tar.xz 682564 BLAKE2B 97c04902d51118e4d08ce7d9ac7aa04d0e513cf6c3d20dc0e9812c4a9cf97292600a1d5e8205373b67739b829940ea17a2ee9f1e4cb0c72ce9f3651d9fbe9dff SHA512 3d3223ca7f2d3e865c3aa7924447d638b9dd7fef054f71ce667d545d1eeb5d13082e87093adc654426e7dec44e28df41858ef03bb3bb7d0c6c815e1bc958c855
-DIST phoc-0.40.0.tar.xz.asc 833 BLAKE2B 102b5c8405b0393330afb6c5e33df2a41e8ce7fea11eae8c959ef4fd7a9183bf4ec94743241bb8d8c8e07071484d8d831022b1858a43b5db11e2d8785cbc88be SHA512 df8abb534374bdc4af1849e3bf7ecbb4ff5d6bc57226a52cfdb0a95d349e167674cd0e7ee0eb223229c7a37c29eb17a7913d613f0bf1bd93451168cba94ca602
DIST phoc-0.41.0.tar.xz 684952 BLAKE2B 8e822a639dabeae073e7897c8c8ae2b5b43605618c18525c9c34f3aac350a2fa3ecb445c44892fb8fc6ecb85b942364ecf9906b10d98b4a8855057544e7395e3 SHA512 7ca881df38007747e31666daa6b9b07b3250f1df779f86c3374eb984496cf398930a7985ac223fffb6e768767444d6e0f5ada64f845af6450e6d8fc96c3d4c5f
DIST phoc-0.41.0.tar.xz.asc 833 BLAKE2B 76bbeb07686f27425336e09c380facbe2567a1e6c0eb4056c1738dab05f37594430f9946209677bee38f59e86bfddcfb9420a760f5b714caa9a3662de169515a SHA512 f805012756891d0fd2ed4dbb76adb56327af15bdd93c914d506a2aa4a6017b7811eaa4011a44a841f51a07b7a9ecea28a5d8c6911ab1f8a8262924d49591424d
+DIST phoc-0.42.0.tar.xz 687020 BLAKE2B 160833555354da886a95e557cfc7e8c36fb5a7164d3c50588d33a86e31ef6780068f4b7df9e3274522bca751270dec2ea58ba8313f29b54def0f5c6345e875f5 SHA512 86f521f755b0fb761ecd6575af5df6981c387f94ba5cdd5e1567fcf2033ed49f9a0c4014e2f23c3adedc6047d316267d0f7a3092f0d50b2ac1711a8958f72020
+DIST phoc-0.42.0.tar.xz.asc 833 BLAKE2B 400beb5b785389a7090dfacae1247084c18cf2865c07b6163645370cd96ec569036087deafad13124b7b7fe3a814630a355fc9bd3fa411cfae1ea00012903903 SHA512 fbc1a8ac78f990067cc18daab2d1fb054d1c85ee656dba19c1f45adcf400a76649c84bb07fc8acbfc801597d1f5a90dd4ed11912d3f7eb6ed5d467afed7a92df
diff --git a/gui-wm/phoc/phoc-0.40.0.ebuild b/gui-wm/phoc/phoc-0.42.0.ebuild
similarity index 98%
rename from gui-wm/phoc/phoc-0.40.0.ebuild
rename to gui-wm/phoc/phoc-0.42.0.ebuild
index 5feb85ee8..7856fa237 100644
--- a/gui-wm/phoc/phoc-0.40.0.ebuild
+++ b/gui-wm/phoc/phoc-0.42.0.ebuild
@@ -20,7 +20,7 @@ RESTRICT="!test? ( test )"
WLROOTS_DEPEND="
>=dev-libs/libinput-1.14.0:=
>=dev-libs/wayland-1.22.0
- media-libs/libdisplay-info
+ media-libs/libdisplay-info:=
media-libs/libglvnd
|| (
>=media-libs/mesa-24.1.0_rc1[opengl]
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/
@ 2024-10-22 15:55 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-10-22 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 129fa716c8c2d763c8eaf4dfa517a0ce795f40d0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 22 10:35:19 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 22 10:35:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=129fa716
gui-wm/phoc: add 0.42.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-wm/phoc/Manifest | 2 +
gui-wm/phoc/phoc-0.42.1.ebuild | 114 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 116 insertions(+)
diff --git a/gui-wm/phoc/Manifest b/gui-wm/phoc/Manifest
index 13c608c9b..db287bb45 100644
--- a/gui-wm/phoc/Manifest
+++ b/gui-wm/phoc/Manifest
@@ -2,3 +2,5 @@ DIST phoc-0.41.0.tar.xz 684952 BLAKE2B 8e822a639dabeae073e7897c8c8ae2b5b43605618
DIST phoc-0.41.0.tar.xz.asc 833 BLAKE2B 76bbeb07686f27425336e09c380facbe2567a1e6c0eb4056c1738dab05f37594430f9946209677bee38f59e86bfddcfb9420a760f5b714caa9a3662de169515a SHA512 f805012756891d0fd2ed4dbb76adb56327af15bdd93c914d506a2aa4a6017b7811eaa4011a44a841f51a07b7a9ecea28a5d8c6911ab1f8a8262924d49591424d
DIST phoc-0.42.0.tar.xz 687020 BLAKE2B 160833555354da886a95e557cfc7e8c36fb5a7164d3c50588d33a86e31ef6780068f4b7df9e3274522bca751270dec2ea58ba8313f29b54def0f5c6345e875f5 SHA512 86f521f755b0fb761ecd6575af5df6981c387f94ba5cdd5e1567fcf2033ed49f9a0c4014e2f23c3adedc6047d316267d0f7a3092f0d50b2ac1711a8958f72020
DIST phoc-0.42.0.tar.xz.asc 833 BLAKE2B 400beb5b785389a7090dfacae1247084c18cf2865c07b6163645370cd96ec569036087deafad13124b7b7fe3a814630a355fc9bd3fa411cfae1ea00012903903 SHA512 fbc1a8ac78f990067cc18daab2d1fb054d1c85ee656dba19c1f45adcf400a76649c84bb07fc8acbfc801597d1f5a90dd4ed11912d3f7eb6ed5d467afed7a92df
+DIST phoc-0.42.1.tar.xz 687208 BLAKE2B 1f89a76a1ff2fa7316788aa8d4af7bf1df6f841f62ba507d3059c98475084a534d331845700979a4d93d9eba8b525a29770070bd7a3e6b2beef142a59a1ee5fc SHA512 f09502542597ed17e5fef6846bb9617da6dae8a096e5eb37b0f69b4d0a6bfbdf17454969ebe14abba8a77197831cd789925ad426137c948ca6290f4d5c74d785
+DIST phoc-0.42.1.tar.xz.asc 833 BLAKE2B dbec4d25a8a870d772912f94500472e0d71121a619e71a4c5f13208c1931dd9891f30566c3ae03d619990bd019af06ad292c2172696bbcb9e9175fff93814d78 SHA512 7db208e32f72aacb98fee818fbf3103778c67115c6980056081c16465fc2c789954849dd6066e76c8c42e014287c0d6e6767a43ff813c9cc312ea155a1ae3e85
diff --git a/gui-wm/phoc/phoc-0.42.1.ebuild b/gui-wm/phoc/phoc-0.42.1.ebuild
new file mode 100644
index 000000000..7856fa237
--- /dev/null
+++ b/gui-wm/phoc/phoc-0.42.1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig virtualx xdg
+
+DESCRIPTION="Wayland compositor for mobile phones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )
+"
+
+LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="gtk-doc man test"
+RESTRICT="!test? ( test )"
+
+WLROOTS_DEPEND="
+ >=dev-libs/libinput-1.14.0:=
+ >=dev-libs/wayland-1.22.0
+ media-libs/libdisplay-info:=
+ media-libs/libglvnd
+ || (
+ >=media-libs/mesa-24.1.0_rc1[opengl]
+ <media-libs/mesa-24.1.0_rc1[egl(+),gles2]
+ )
+ sys-apps/hwdata
+ sys-auth/seatd:=
+ x11-base/xwayland
+ x11-libs/cairo
+ >=x11-libs/libdrm-2.4.114
+ x11-libs/libxcb:=
+ x11-libs/libxkbcommon
+ >=x11-libs/pixman-0.42.0
+ x11-libs/xcb-util-errors
+ x11-libs/xcb-util-renderutil
+ x11-libs/xcb-util-wm
+ virtual/libudev
+ amd64? ( >=dev-libs/libliftoff-0.4 )
+"
+COMMON_DEPEND="${WLROOTS_DEPEND}
+ >=dev-libs/glib-2.74:2
+ dev-libs/gmobile
+ dev-libs/libinput:=
+ dev-libs/wayland
+ >=gnome-base/gnome-desktop-3.26:3
+ gnome-base/gsettings-desktop-schemas
+ x11-libs/pixman
+ x11-libs/libxcb:=
+ x11-libs/libxkbcommon
+"
+DEPEND="${COMMON_DEPEND}
+ test? ( x11-wm/mutter )
+"
+RDEPEND="${COMMON_DEPEND}"
+BDEPEND="
+ dev-libs/glib:2
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
+ sys-devel/gettext
+ gtk-doc? ( dev-util/gi-docgen )
+ man? ( dev-python/docutils )
+ verify-sig? ( sec-keys/openpgp-keys-phosh )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+src_prepare() {
+ default
+
+ cd subprojects/wlroots || die
+ eapply "${S}"/subprojects/packagefiles/wlroots
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc gtk_doc)
+ $(meson_use man)
+ $(meson_use test tests)
+ -Ddefault_library=static
+ -Dembed-wlroots=enabled
+ -Dxwayland=enabled
+ )
+ meson_src_configure
+}
+
+src_test() {
+ local -x LC_ALL="C.UTF-8"
+ virtx meson_src_test
+}
+
+src_install() {
+ meson_src_install --skip-subprojects wlroots
+
+ if use gtk-doc; then
+ mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
+ mv "${ED}"/usr/share/doc/${PN}-${SLOT} "${ED}"/usr/share/gtk-doc/html/ || die
+ fi
+
+ newbin helpers/auto-maximize phoc-auto-maximize
+ newbin helpers/scale-to-fit phoc-scale-to-fit
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-10-22 15:55 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 11:25 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-10-22 15:55 David Roman
2024-10-21 9:51 David Roman
2024-09-19 12:13 David Roman
2024-08-20 20:46 David Roman
2024-04-09 23:09 Julien Roy
2024-02-11 17:50 David Roman
2024-02-11 17:50 David Roman
2024-02-05 11:57 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox