summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-09-22 23:16:33 +0200
committerNarrat2023-09-22 23:16:33 +0200
commit03edf7b9f11571520dd44dce0a0dbe3937ca955c (patch)
tree0d88fb6c9466d4c2790a63f4defd99a5e015ad49
parent2044809e423856d5b0496c832ec02f36dc127b2a (diff)
downloadaur-03edf7b9f11571520dd44dce0a0dbe3937ca955c.tar.gz
labwc-git: add librsvg as dep
With https://github.com/labwc/labwc/pull/1042 merged this is now a direct dep.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b36794ffc6a..86f0d8b65937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = labwc-git
makedepends = scdoc
makedepends = wayland-protocols
depends = libpng
+ depends = librsvg
depends = pango
depends = seatd
depends = wlroots>=0.16
diff --git a/PKGBUILD b/PKGBUILD
index 6a0f4add0757..6a7a633200cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.6.4.r27.gb149526
+pkgver=0.6.4.r68.ge8ec8ea
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox (git version)'
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('libpng' 'pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'xorg-xwayland')
+depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)