aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-wm/phoc/Manifest2
-rw-r--r--x11-wm/phoc/phoc-0.36.0.ebuild (renamed from x11-wm/phoc/phoc-0.33.0.ebuild)17
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index fd75171ba..7d1927efb 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,2 +1,2 @@
-DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49 SHA512 7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c SHA512 ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e
+DIST phoc-0.36.0.tar.xz 681384 BLAKE2B 6c27c785dd01f9e44cb0940c5a4f73d5ce75cad85808d0b6c801360401ff001cca839abd27bc8442702c5241bac043c6d7015e6f1c5a5ec30cfcb6779adf973b SHA512 a47851a3e222958ad55c05ed86a068b30f6e00ed5d7e957aab99e7f4103b95fee4db6b177f2de8d0c9ce11306c68ef74d78e38ea0bdb6c47e66f9ef9bf0e9f66
diff --git a/x11-wm/phoc/phoc-0.33.0.ebuild b/x11-wm/phoc/phoc-0.36.0.ebuild
index 24ca3424d..6b3b29f93 100644
--- a/x11-wm/phoc/phoc-0.33.0.ebuild
+++ b/x11-wm/phoc/phoc-0.36.0.ebuild
@@ -13,21 +13,26 @@ 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.70:2
+ >=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.16.0:=[X?]
- <gui-libs/wlroots-0.17.0
+ >=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="
@@ -37,7 +42,6 @@ BDEPEND="
sys-devel/gettext
gtk-doc? ( dev-util/gi-docgen )
man? ( dev-python/docutils )
- test? ( x11-wm/mutter )
"
src_configure() {
@@ -61,6 +65,11 @@ 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
}