summaryrefslogtreecommitdiff
path: root/gui-wm/dwl
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-24 22:45:00 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-24 22:45:00 -0700
commit3bd473abf883690072f3218118f0305d7cff1b84 (patch)
tree392e0a7efbfdb9653dc3ea15f95b0183ca23d07e /gui-wm/dwl
parent8731c8a34e31e98c43b74a1ea3a2021a1280105b (diff)
Remove versioning from ebuild file and add dependencies list
Diffstat (limited to 'gui-wm/dwl')
-rw-r--r--gui-wm/dwl/dwl.ebuild (renamed from gui-wm/dwl/dwl-0.8.ebuild)6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui-wm/dwl/dwl-0.8.ebuild b/gui-wm/dwl/dwl.ebuild
index b0baaa2..4cc2c49 100644
--- a/gui-wm/dwl/dwl-0.8.ebuild
+++ b/gui-wm/dwl/dwl.ebuild
@@ -24,7 +24,7 @@ EAPI=8
inherit git-r3 cmake
# Short one-line description of this package.
-DESCRIPTION="The dwl minimal wayland window manager"
+DESCRIPTION="Fork of dwl, the minimal wayland window manager"
# Homepage, not used by Portage directly but handy for developer reference
HOMEPAGE="https://codeberg.org/csobczak/dwl"
@@ -95,16 +95,18 @@ IUSE=""
# had installed on your system when you tested the package. Then
# other users hopefully won't be caught without the right version of
# a dependency.
-#RDEPEND=""
+RDEPEND="dev-libs/libinput dev-libs/wayland gui-libs/wlroot x11-base/xwayland x11-libs/libxcb x11-libs/libxkbcommon x11-libs/xcb-util-wm"
# Build-time dependencies that need to be binary compatible with the system
# being built (CHOST). These include libraries that we link against.
# The below is valid if the same run-time depends are required to compile.
#DEPEND="${RDEPEND}"
+DEPEND="dev-libs/libinput dev-libs/wayland gui-libs/wlroot sys-kernel/linux-headers x11-libs/libxcb x11-libs/libxkbcommon x11-libs/xcb-util-wm"
# Build-time dependencies that are executed during the emerge process, and
# only need to be present in the native build system (CBUILD). Example:
#BDEPEND="virtual/pkgconfig"
+BDEPEND="dev-libs/wayland-protocols dev-util/wayland-scanner dev-vcs/git virtual/pkgconfig"
# The following src_configure function is implemented as default by portage, so