summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-11-23 16:58:32 +0100
committerNarrat2023-11-23 16:58:32 +0100
commit6d5278554cde66e5bca1b72ebcf30d9c10c17728 (patch)
treef20366ece0578c0e3a15cd0818bde0f071770205
parentc9cf6ecc9d38bf5de2d0e1988fd30cfcd1da4466 (diff)
downloadaur-6d5278554cde66e5bca1b72ebcf30d9c10c17728.tar.gz
labwc: wlroots -> wlroots0.16
New wlroots release, labwc only working with the 0.16 version.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bac8359014cb..b9b18af68e3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
pkgver = 0.6.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/labwc/labwc
arch = x86_64
license = GPL2
@@ -12,8 +12,7 @@ pkgbase = labwc
depends = librsvg
depends = pango
depends = seatd
- depends = wlroots>=0.16
- depends = wlroots<0.17
+ depends = wlroots0.16
depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
diff --git a/PKGBUILD b/PKGBUILD
index 2ada6d2f5c9d..46dd52df5600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=labwc
pkgver=0.6.5
-pkgrel=1
+pkgrel=2
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'xorg-xwayland')
+depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots0.16' 'wayland' 'xorg-xwayland')
makedepends=('meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/labwc/labwc/archive/${pkgver}.tar.gz")
@@ -15,6 +15,7 @@ b2sums=('04534bb328f6635f50829e137e8f06b3f6c43ff076c810f76b7a4c8b39b67684cdd3d74
build() {
+ export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
arch-meson -Dman-pages=enabled "$pkgname-$pkgver" build
meson compile -C build
}