summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-12-22 22:22:24 +0100
committerNarrat2023-12-22 22:22:24 +0100
commit7c61b0742e08c7ba3df82daebd41971caace2a67 (patch)
treed6b297a0118467d38dc84bea17de786eba8661f6
parent4b268b63810446be1db4c101fa0dcae43fd7f5a7 (diff)
downloadaur-7c61b0742e08c7ba3df82daebd41971caace2a67.tar.gz
labwc: truly build with wlroots 0.17
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 665586f2b901..c328b8c3365a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/labwc/labwc
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index fffa1db996c6..d9d4cb5c1303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=labwc
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
arch=('x86_64')
@@ -15,7 +15,6 @@ b2sums=('18ab44981eb4c8f949707243422feebe4292e7ac8b7cada8d309af12fad55bfc742f5ad
build() {
- export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
arch-meson -Dman-pages=enabled "$pkgname-$pkgver" build
meson compile -C build
}