summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-09-25 20:07:07 +0200
committerNarrat2024-09-25 20:07:07 +0200
commit042c38ed2b3cc841f5e91d0e12d30ccd8f57fd00 (patch)
tree42807387d4c7e97862012ac48d4d58120acd103e
parentf5685e1f1249a5d65a0da6a1791120de7fe276ae (diff)
downloadaur-042c38ed2b3cc841f5e91d0e12d30ccd8f57fd00.tar.gz
labwc-git: add libsfdo as dep
new requirement with adding support for window icons (GH#2128)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6add2f280a5d..0ebac4566191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and feel from openbox (git version)
- pkgver = 0.7.3.r52.g750d37b1
+ pkgver = 0.8.0.r68.g701679ba
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = labwc-git
makedepends = wayland-protocols
depends = libpng
depends = librsvg
+ depends = libsfdo
depends = pango
depends = seatd
depends = ttf-font
diff --git a/PKGBUILD b/PKGBUILD
index d54d421e9fdb..0fb1d81dcc6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.7.3.r52.g750d37b1
+pkgver=0.8.0.r68.g701679ba
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox (git version)'
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL-2.0-only')
-depends=('libpng' 'librsvg' 'pango' 'seatd' 'ttf-font' 'libwlroots-0.18.so' 'wayland' 'xorg-xwayland')
+depends=('libpng' 'librsvg' 'libsfdo' 'pango' 'seatd' 'ttf-font' 'libwlroots-0.18.so' 'wayland' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)