diff options
author | Narrat | 2024-09-25 20:07:07 +0200 |
---|---|---|
committer | Narrat | 2024-09-25 20:07:07 +0200 |
commit | 042c38ed2b3cc841f5e91d0e12d30ccd8f57fd00 (patch) | |
tree | 42807387d4c7e97862012ac48d4d58120acd103e | |
parent | f5685e1f1249a5d65a0da6a1791120de7fe276ae (diff) | |
download | aur-042c38ed2b3cc841f5e91d0e12d30ccd8f57fd00.tar.gz |
labwc-git: add libsfdo as dep
new requirement with adding support for window icons (GH#2128)
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 @@ -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) |