Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: dwl-0.7 #54101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
New package: dwl-0.7
  • Loading branch information
elbachir-one committed Jan 25, 2025
commit 47b4d18f654353aa5c144caf936d5dea40ce3e65
12 changes: 12 additions & 0 deletions srcpkgs/dwl/patches/xwayland.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- dwl-0.7/config.mk 2024-08-06 19:04:39.000000000 +0100
+++ dwl-0.7/config.mk 2025-01-24 21:48:15.744436988 +0100
@@ -11,7 +11,7 @@
XWAYLAND =
XLIBS =
# Uncomment to build XWayland support
-#XWAYLAND = -DXWAYLAND
-#XLIBS = xcb xcb-icccm
+XWAYLAND = -DXWAYLAND
+XLIBS = xcb xcb-icccm

CC = gcc
20 changes: 20 additions & 0 deletions srcpkgs/dwl/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'dwl'
pkgname=dwl
version=0.7
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config wayland-protocols xorg-server-xwayland"
makedepends="wlroots0.18-devel wayland-devel"
short_desc="Compact and hackable compositor for Wayland based on wlroots"
maintainer="elbachir-one <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://codeberg.org/dwl/dwl"
changelog="https://codeberg.org/dwl/dwl/raw/branch/main/CHANGELOG.md"
distfiles="https://codeberg.org/dwl/dwl/releases/download/v${version}/${pkgname}-v${version}.tar.gz"
checksum=16e1412385f5fecaea997f734cb290f2bc412929da5b523c7c5180c6bd9402ea

pre_build() {
if [ -e ${FILESDIR} ]; then
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
fi
}
Loading