summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-11-23 17:02:40 +0100
committerNarrat2023-11-23 17:02:40 +0100
commitdca4b9767c813df40b58ec3c910f144f021969c6 (patch)
tree1415605b6ebce68f67a86d613fabad2a7007050e
parent03edf7b9f11571520dd44dce0a0dbe3937ca955c (diff)
downloadaur-dca4b9767c813df40b58ec3c910f144f021969c6.tar.gz
labwc-git: wlroots -> wlroots0.16
New wlroots release and labwc master isn't compatible yet.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86f0d8b65937..6bb9710fdb47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and feel from openbox (git version)
- pkgver = 0.6.4.r27.gb149526
+ pkgver = 0.6.5.r117.g1b8e404c
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = labwc-git
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 6a7a633200cf..7045c56ac330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.6.4.r68.ge8ec8ea
+pkgver=0.6.5.r117.g1b8e404c
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox (git version)'
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=('git' 'meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)
@@ -23,6 +23,7 @@ pkgver() {
}
build() {
+ export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
arch-meson -Dman-pages=enabled "$_pkgname" build
meson compile -C build
}