summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-08-11 18:34:27 +0200
committerNarrat2023-08-11 18:34:27 +0200
commit2044809e423856d5b0496c832ec02f36dc127b2a (patch)
tree9d829c968a97200b9305352bb9f75e3954f2b423
parentbcf498111658088864670add99ec035eddcd605a (diff)
downloadaur-2044809e423856d5b0496c832ec02f36dc127b2a.tar.gz
labwc-git: add libpng
With PR#1009 labwc allows png as a format for buttons
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8caf066d0e14..8b36794ffc6a 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.6.0.r66.g63632cf
+ pkgver = 0.6.4.r27.gb149526
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = labwc-git
makedepends = meson
makedepends = scdoc
makedepends = wayland-protocols
+ depends = libpng
depends = pango
depends = seatd
depends = wlroots>=0.16
diff --git a/PKGBUILD b/PKGBUILD
index f80abd2c4004..6a0f4add0757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.6.0.r66.g63632cf
+pkgver=0.6.4.r27.gb149526
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=('pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'xorg-xwayland')
+depends=('libpng' '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)