summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2021-04-16 16:35:12 +0200
committerNarrat2021-04-16 16:35:12 +0200
commit208ab2413b2440674af9d9c5ad2d5c1e3edb9689 (patch)
tree63957bcc2d7085a6f6432b3b23ed4c95f4af1c84
parent9e8355c316c840261a030d3abb0688c191fb88a3 (diff)
downloadaur-208ab2413b2440674af9d9c5ad2d5c1e3edb9689.tar.gz
labwc-git: bump regarding wlroots 0.13.0
and enabling man-pages
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d2dbe326cf..0674a0e7f27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and feel from openbox (git version)
- pkgver = 0.1.0.r6.g6ece805
+ pkgver = 0.2.0.r2.gb997d8e
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
license = GPL2
makedepends = git
makedepends = meson
+ makedepends = scdoc
depends = pango
depends = wlroots
depends = wayland
diff --git a/PKGBUILD b/PKGBUILD
index eea7485b1f6..66b7f7cd92e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.1.0.r6.g6ece805
+pkgver=0.2.0.r2.gb997d8e
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' 'wlroots' 'wayland' 'wayland-protocols' 'xorg-xwayland')
-makedepends=('git' 'meson')
+makedepends=('git' 'meson' 'scdoc')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)
provides=(labwc)
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$_pkgname"
- arch-meson -Dman-pages=disabled ../build
+ arch-meson -Dman-pages=enabled ../build
ninja -v -C ../build
}