summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-01-26 16:40:10 +0100
committerNarrat2022-01-26 16:40:10 +0100
commitb8fc4657eac4b6a26e503c993b92a951d63877ef (patch)
tree5eea97499cfa851599827a9ed63b6866882c09f4
parentabdfcf2d6bcbab3b0ebb26902558b3ebfa0c8769 (diff)
downloadaur-b8fc4657eac4b6a26e503c993b92a951d63877ef.tar.gz
labwc-git: switch to wlroots
upstream changed their handling on what version of wlroots to set.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d213a811555..22f55bdf4636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and feel from openbox (git version)
- pkgver = 0.2.1.r5.g9769fad
- pkgrel = 2
+ pkgver = 0.4.0.r45.gb7b1e80
+ pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
license = GPL2
@@ -10,7 +10,8 @@ pkgbase = labwc-git
makedepends = scdoc
depends = pango
depends = seatd
- depends = wlroots-git
+ depends = wlroots>=0.15
+ depends = wlroots<0.16
depends = wayland
depends = wayland-protocols
depends = xorg-xwayland
@@ -21,4 +22,3 @@ pkgbase = labwc-git
md5sums = SKIP
pkgname = labwc-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a54362ca540b..410e9bb49199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.2.1.r5.g9769fad
-pkgrel=2
+pkgver=0.4.0.r45.gb7b1e80
+pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox (git version)'
url="https://github.com/johanmalm/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'seatd' 'wlroots-git' 'wayland' 'wayland-protocols' 'xorg-xwayland')
+depends=('pango' 'seatd' 'wlroots>=0.15' 'wlroots<0.16' 'wayland' 'wayland-protocols' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)