summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-12-29 00:25:17 +0100
committerNarrat2022-12-29 00:25:17 +0100
commit74263b322075f9a5504ee467c703e3c715288909 (patch)
tree983b0c44379e6e2bee816b7493a82add092e0f11
parente8d1b2f3ad0289e85bf5548caf81c6fa1977c961 (diff)
downloadaur-74263b322075f9a5504ee467c703e3c715288909.tar.gz
labwc-git: Revert "build without dynamic wlroots"
Conflicts with any installed wlroots package in regards of the include files. This reverts commit e8d1b2f3ad0289e85bf5548caf81c6fa1977c961.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a9a3722936e..018b5293f0d3 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.6.0.r66.g63632cf
- pkgrel = 1
+ pkgver = 0.5.0.r76.g5fd5024
+ pkgrel = 2
url = https://github.com/labwc/labwc
arch = x86_64
license = GPL2
@@ -9,10 +9,10 @@ pkgbase = labwc-git
makedepends = meson
makedepends = scdoc
makedepends = wayland-protocols
- makedepends = vulkan-headers
- makedepends = xorgproto
depends = pango
depends = seatd
+ depends = wlroots>=0.16
+ depends = wlroots<0.17
depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
diff --git a/PKGBUILD b/PKGBUILD
index 08f7ef76fc70..d8724dc5749a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.6.0.r66.g63632cf
-pkgrel=1
+pkgver=0.5.0.r76.g5fd5024
+pkgrel=2
pkgdesc='stacking wayland compositor with look and feel from openbox (git version)'
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'seatd' 'wayland' 'xorg-xwayland')
+depends=('pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc' 'wayland-protocols')
-makedepends+=('vulkan-headers' 'xorgproto') # for latest compatible wlroots
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)
provides=(labwc)
@@ -23,12 +22,8 @@ pkgver() {
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- meson subprojects download wlroots --sourcedir="$_pkgname"
-}
-
build() {
- arch-meson -Dman-pages=enabled "$_pkgname" build --force-fallback-for=wlroots
+ arch-meson -Dman-pages=enabled "$_pkgname" build
meson compile -C build
}