From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/dwl/
Date: Thu, 4 Jul 2024 01:18:09 +0000 (UTC) [thread overview]
Message-ID: <1720055799.947fc59de31ced09224deeb2159414008e505d80.sam@gentoo> (raw)
commit: 947fc59de31ced09224deeb2159414008e505d80
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Jun 9 00:53:44 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 4 01:16:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947fc59d
gui-wm/dwl: add missing RDEPEND on x11-base/xwayland
this has never been a problem because gui-libs/wlroots[X] also depends
on it, but add it for correctness
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-wm/dwl/{dwl-9999.ebuild => dwl-0.5-r1.ebuild} | 11 ++++++++---
gui-wm/dwl/dwl-9999-r1.ebuild | 11 ++++++++---
gui-wm/dwl/dwl-9999.ebuild | 11 ++++++++---
3 files changed, 24 insertions(+), 9 deletions(-)
diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-0.5-r1.ebuild
similarity index 95%
copy from gui-wm/dwl/dwl-9999.ebuild
copy to gui-wm/dwl/dwl-0.5-r1.ebuild
index 11f48b8e090b..f94a2aa83609 100644
--- a/gui-wm/dwl/dwl-9999.ebuild
+++ b/gui-wm/dwl/dwl-0.5-r1.ebuild
@@ -40,7 +40,7 @@ LICENSE="CC0-1.0 GPL-3+ MIT"
SLOT="0"
IUSE="X"
-RDEPEND="
+CDEPEND="
${WLROOTS_DEP}
dev-libs/libinput:=
dev-libs/wayland
@@ -50,10 +50,15 @@ RDEPEND="
x11-libs/xcb-util-wm
)
"
-
+RDEPEND="
+ ${CDEPEND}
+ X? (
+ x11-base/xwayland
+ )
+"
# uses <linux/input-event-codes.h>
DEPEND="
- ${RDEPEND}
+ ${CDEPEND}
sys-kernel/linux-headers
"
BDEPEND="
diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild
index 64c73b5b8ef2..7a8722df0d60 100644
--- a/gui-wm/dwl/dwl-9999-r1.ebuild
+++ b/gui-wm/dwl/dwl-9999-r1.ebuild
@@ -40,7 +40,7 @@ LICENSE="CC0-1.0 GPL-3+ MIT"
SLOT="0"
IUSE="X"
-RDEPEND="
+CDEPEND="
${WLROOTS_DEP}
dev-libs/libinput:=
dev-libs/wayland
@@ -50,10 +50,15 @@ RDEPEND="
x11-libs/xcb-util-wm
)
"
-
+RDEPEND="
+ ${CDEPEND}
+ X? (
+ x11-base/xwayland
+ )
+"
# uses <linux/input-event-codes.h>
DEPEND="
- ${RDEPEND}
+ ${CDEPEND}
sys-kernel/linux-headers
"
BDEPEND="
diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild
index 11f48b8e090b..f94a2aa83609 100644
--- a/gui-wm/dwl/dwl-9999.ebuild
+++ b/gui-wm/dwl/dwl-9999.ebuild
@@ -40,7 +40,7 @@ LICENSE="CC0-1.0 GPL-3+ MIT"
SLOT="0"
IUSE="X"
-RDEPEND="
+CDEPEND="
${WLROOTS_DEP}
dev-libs/libinput:=
dev-libs/wayland
@@ -50,10 +50,15 @@ RDEPEND="
x11-libs/xcb-util-wm
)
"
-
+RDEPEND="
+ ${CDEPEND}
+ X? (
+ x11-base/xwayland
+ )
+"
# uses <linux/input-event-codes.h>
DEPEND="
- ${RDEPEND}
+ ${CDEPEND}
sys-kernel/linux-headers
"
BDEPEND="
next reply other threads:[~2024-07-04 1:18 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-04 1:18 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-28 6:11 [gentoo-commits] repo/gentoo:master commit in: gui-wm/dwl/ Joonas Niilola
2024-07-29 7:33 Joonas Niilola
2024-07-29 7:33 Joonas Niilola
2024-07-29 7:33 Joonas Niilola
2024-07-29 7:33 Joonas Niilola
2024-07-04 1:18 Sam James
2024-07-04 1:18 Sam James
2024-07-04 1:18 Sam James
2024-07-04 1:18 Sam James
2024-01-24 19:05 Michał Górny
2024-01-03 18:39 Arthur Zamarin
2023-11-29 6:37 Sam James
2023-11-29 6:20 Sam James
2023-11-29 6:20 Sam James
2023-11-29 6:20 Sam James
2023-09-26 2:59 Sam James
2023-09-25 2:00 Sam James
2023-09-25 2:00 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1720055799.947fc59de31ced09224deeb2159414008e505d80.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox