mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/dwl: upgrade to 0.4
This commit is contained in:
parent
f2ce4c5e1e
commit
0f09691a6d
@ -1,15 +1,17 @@
|
||||
# Maintainer: Dekedro <dekedro@tankers.xyz>
|
||||
pkgname=dwl
|
||||
pkgver=0.3.1
|
||||
pkgrel=1
|
||||
pkgver=0.4
|
||||
pkgrel=0
|
||||
pkgdesc="dwm for wayland"
|
||||
url="https://github.com/djpohly/dwl"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
makedepends="wlroots0.15-dev wayland-protocols"
|
||||
makedepends="wlroots-dev wayland-protocols"
|
||||
options="!check" # no tests
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/djpohly/dwl/archive/refs/tags/v$pkgver.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/djpohly/dwl/archive/refs/tags/v$pkgver.tar.gz
|
||||
xwayland.patch
|
||||
"
|
||||
|
||||
build() {
|
||||
make
|
||||
@ -20,5 +22,6 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
c6bcaf26d6f67f7712f907331c947afc84a5c5b990f5ec6d568d65f624a2cafd1617055ed514cd7e8a331abcd4c37ed574672dcbeeb890607d8eb38e7a304215 dwl-0.3.1.tar.gz
|
||||
6e15e05001e6469d13bef2d532980585d57de55c8feb461a7c25a76d7cdaee022785485faca02cd9d1214457fbeb1bec0eb652700ba0ddccca4aa780df0046b2 dwl-0.4.tar.gz
|
||||
7c7952ede929faa137f690b3d1f44c1af4b40a3a6dac7bc3d5a377c8c454b35de1becdbbd1f3cbbde56c798f4f3bf78bc7eef4d7faa0e761d317179c072c629f xwayland.patch
|
||||
"
|
||||
|
||||
12
testing/dwl/xwayland.patch
Normal file
12
testing/dwl/xwayland.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/config.mk b/config.mk
|
||||
index f50156f..a20a8f0 100644
|
||||
--- a/config.mk
|
||||
+++ b/config.mk
|
||||
@@ -10,5 +10,5 @@ MANDIR = $(PREFIX)/share/man
|
||||
XWAYLAND =
|
||||
XLIBS =
|
||||
# Uncomment to build XWayland support
|
||||
-#XWAYLAND = -DXWAYLAND
|
||||
-#XLIBS = xcb xcb-icccm
|
||||
+XWAYLAND = -DXWAYLAND
|
||||
+XLIBS = xcb xcb-icccm
|
||||
Loading…
x
Reference in New Issue
Block a user