summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-10-18 18:27:27 +0200
committerNarrat2020-10-18 18:27:27 +0200
commite2bc67b37aad610535686e99377ae69483f2382a (patch)
tree9553de11731721f62a9536880544379944e97ca2
parent205ddf20f55b5c46114855930595a2058c4fb549 (diff)
downloadaur-e2bc67b37aad610535686e99377ae69483f2382a.tar.gz
labwc-git: add pango as dep
glib2 and libxml2 are covered by cairo.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1d6544d0ef6..c2ee6904c59e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and fell from openbox (git version)
- pkgver = r140.7610063
+ pkgver = r236.f49a3a0
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
license = GPL2
makedepends = git
makedepends = meson
+ depends = pango
depends = wlroots
depends = wayland
depends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index 6de06e3e0072..3adfa260f600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=r140.7610063
+pkgver=r236.f49a3a0
pkgrel=1
pkgdesc='stacking wayland compositor with look and fell from openbox (git version)'
url="https://github.com/johanmalm/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('wlroots' 'wayland' 'wayland-protocols' 'xorg-server-xwayland')
+depends=('pango' 'wlroots' 'wayland' 'wayland-protocols' 'xorg-server-xwayland')
makedepends=('git' 'meson')
conflicts=(labwc)
provides=(labwc)