diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-25 00:20:35 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-25 00:20:35 -0700 |
| commit | 443ec102d019b613b07c1541f9cefe4c91e9d933 (patch) | |
| tree | 65cfba5e74d02ec53f4273477ecc914b07d94750 | |
| parent | b4a428bb8a44091e594c525abe86a97dd6dfc621 (diff) | |
Fix and confirm test for dwl ebuild
| -rw-r--r-- | gui-wm/dwl/dwl-9999.ebuild | 11 |
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 |
