summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-03-13 20:20:32 +0100
committerNarrat2022-03-13 20:20:32 +0100
commitfea0e82f2d0ccebd2c73969086cc8e25339fd5f3 (patch)
tree8457525cae02ade4b8fa26e53c6d3ee8d6743945
parentcbc2a09fe7913ad24fb2b573a5f64907aa592673 (diff)
downloadaur-fea0e82f2d0ccebd2c73969086cc8e25339fd5f3.tar.gz
labwc-git: change wlroots version
upstream introduced changes which requires features from wlroots-git. For the time being I simply changed the version requirements. If that is to much hassle I will change the dep to wlroots-git again.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ea56d367682..4b84f625dfef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = labwc-git
makedepends = scdoc
depends = pango
depends = seatd
- depends = wlroots>=0.15
- depends = wlroots<0.16
+ depends = wlroots>=0.16
+ depends = wlroots<0.17
depends = wayland
depends = wayland-protocols
depends = xorg-xwayland
diff --git a/PKGBUILD b/PKGBUILD
index 3f48a86794c6..e944e91c9365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='stacking wayland compositor with look and feel from openbox (git versio
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'seatd' 'wlroots>=0.15' 'wlroots<0.16' 'wayland' 'wayland-protocols' 'xorg-xwayland')
+depends=('pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'wayland-protocols' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)