commit:     475e7e4db38ef46e10baef7bfaf7acb67443109b
Author:     Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sun Aug  4 19:41:56 2024 +0000
Commit:     Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sun Aug  4 19:41:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=475e7e4d

gui-wm/cage: add missing deps

add myself as a maintainer

Closes: https://bugs.gentoo.org/932654
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>

 gui-wm/cage/cage-0.1.5.ebuild | 3 ++-
 gui-wm/cage/cage-9999.ebuild  | 7 ++++---
 gui-wm/cage/metadata.xml      | 5 ++++-
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/gui-wm/cage/cage-0.1.5.ebuild b/gui-wm/cage/cage-0.1.5.ebuild
index 08add77fb..52fdcf87d 100644
--- a/gui-wm/cage/cage-0.1.5.ebuild
+++ b/gui-wm/cage/cage-0.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,6 +22,7 @@ SLOT="0"
 IUSE="X"
 
 RDEPEND="
+       dev-libs/wayland
        gui-libs/wlroots:0/16[X?]
        x11-libs/libxkbcommon[X?]
 "

diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild
index acc0dc85e..7fe6e0786 100644
--- a/gui-wm/cage/cage-9999.ebuild
+++ b/gui-wm/cage/cage-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,11 +22,12 @@ SLOT="0"
 IUSE="X"
 
 RDEPEND="
-       gui-libs/wlroots:0/17[X?]
+       dev-libs/wayland
+       >=gui-libs/wlroots-0.17.0[X?]
        x11-libs/libxkbcommon[X?]
 "
 DEPEND="${RDEPEND}"
 
 src_configure() {
-       meson_src_configure $(meson_feature X xwayland)
+       meson_src_configure
 }

diff --git a/gui-wm/cage/metadata.xml b/gui-wm/cage/metadata.xml
index 06d1d00e1..8b07080b0 100644
--- a/gui-wm/cage/metadata.xml
+++ b/gui-wm/cage/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-    <!-- maintainer-needed -->
+    <maintainer type="person">
+        <email>d...@dyama.net</email>
+        <name>Daichi Yamamoto</name>
+    </maintainer>
     <use>
         <flag name="X">Enable support for X11 applications (XWayland)</flag>
     </use>

Reply via email to