summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-11-27 22:38:41 +0100
committerNarrat2023-11-27 22:38:41 +0100
commit5142b011048e0986b4af1ab8bd241186ef649abd (patch)
tree69050cc050db2c597ea0c551b5d524793880aba3
parentdca4b9767c813df40b58ec3c910f144f021969c6 (diff)
downloadaur-5142b011048e0986b4af1ab8bd241186ef649abd.tar.gz
labwc-git: depend on wlroots 0.17
master branch follows now the new wlroots release
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb9710fdb47..8d1a7648573b 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.5.r117.g1b8e404c
+ pkgver = 0.6.6.r21.gaab8061d
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -13,7 +13,8 @@ pkgbase = labwc-git
depends = librsvg
depends = pango
depends = seatd
- depends = wlroots0.16
+ depends = wlroots>=0.17
+ depends = wlroots<0.18
depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
diff --git a/PKGBUILD b/PKGBUILD
index 7045c56ac330..d879e5cab6ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.6.5.r117.g1b8e404c
+pkgver=0.6.6.r21.gaab8061d
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' 'wlroots0.16' 'wayland' 'xorg-xwayland')
+depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots>=0.17' 'wlroots<0.18' 'wayland' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)
@@ -23,7 +23,6 @@ pkgver() {
}
build() {
- export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
arch-meson -Dman-pages=enabled "$_pkgname" build
meson compile -C build
}