diff options
author | Narrat | 2021-04-16 16:35:12 +0200 |
---|---|---|
committer | Narrat | 2021-04-16 16:35:12 +0200 |
commit | 208ab2413b2440674af9d9c5ad2d5c1e3edb9689 (patch) | |
tree | 63957bcc2d7085a6f6432b3b23ed4c95f4af1c84 | |
parent | 9e8355c316c840261a030d3abb0688c191fb88a3 (diff) | |
download | aur-208ab2413b2440674af9d9c5ad2d5c1e3edb9689.tar.gz |
labwc-git: bump regarding wlroots 0.13.0
and enabling man-pages
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -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 @@ -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 } |