summaryrefslogtreecommitdiff
path: root/gui-wm/dwl
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-25 00:20:35 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-25 00:20:35 -0700
commit443ec102d019b613b07c1541f9cefe4c91e9d933 (patch)
tree65cfba5e74d02ec53f4273477ecc914b07d94750 /gui-wm/dwl
parentb4a428bb8a44091e594c525abe86a97dd6dfc621 (diff)
Fix and confirm test for dwl ebuild
Diffstat (limited to 'gui-wm/dwl')
-rw-r--r--gui-wm/dwl/dwl-9999.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild
index fe690a1..e7d627e 100644
--- a/gui-wm/dwl/dwl-9999.ebuild
+++ b/gui-wm/dwl/dwl-9999.ebuild
@@ -36,6 +36,7 @@ HOMEPAGE="https://codeberg.org/csobczak/dwl"
# Portage.
#SRC_URI="ftp://foo.example.org/${P}.tar.gz"
EGIT_REPO_URI="https://codeberg.org/csobczak/dwl.git"
+EGIT_BRANCH="csobczak"
# Source directory; the dir where the sources can be found (automatically
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
@@ -90,8 +91,8 @@ IUSE="X"
#RESTRICT="strip"
COMMON_DEPEND="
- >=gui-libs/wlroots-0.18:=[libinput,session,X?]
- <gui-libs/wlroots-0.19:=
+ >=gui-libs/wlroots-0.19:=[libinput,session,X?]
+ <gui-libs/wlroots-0.20:=
dev-libs/libinput:=
dev-libs/wayland
x11-libs/libxkbcommon
@@ -177,7 +178,11 @@ src_compile() {
# visual clue to others that the makefiles have bugs that have been
# worked around.
- emake PKG_CONFIG="$(tc-getPKG_CONFIG)" CC="$(tc-getCC)" XWAYLAND="$(usev X -DXWAYLAND)" XLIBS="$(usev X "xcb xcb-icccm")" dwl
+ tc-export CC PKG_CONFIG
+ emake \
+ XWAYLAND="$(usev X -DXWAYLAND)" \
+ XLIBS="$(usev X "xcb xcb-icccm")" \
+ dwl
}
# The following src_install function is implemented as default by portage, so