summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-09-24 19:57:16 +0200
committerNarrat2023-09-24 19:57:16 +0200
commitc9cf6ecc9d38bf5de2d0e1988fd30cfcd1da4466 (patch)
tree50e0ec1837c6b24b9e0f5adc0991a33200aa3e36
parent2b8cf66463ec3590c8eae426b0449d23b8fe9fb8 (diff)
downloadaur-c9cf6ecc9d38bf5de2d0e1988fd30cfcd1da4466.tar.gz
labwc: update to 0.6.5
And sync deps with labwc-git. New additions: * libpng: supports buttons in png format (usually already covered) * librsvg: supports buttons in svg format * seatd: should have been added with 0.2.2 *cough*
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8703ac9677ce..bac8359014cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
- pkgver = 0.6.4
+ pkgver = 0.6.5
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -8,13 +8,16 @@ pkgbase = labwc
makedepends = meson
makedepends = scdoc
makedepends = wayland-protocols
+ depends = libpng
+ depends = librsvg
depends = pango
- depends = wayland
+ depends = seatd
depends = wlroots>=0.16
depends = wlroots<0.17
+ depends = wayland
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
- source = labwc-0.6.4.tar.gz::https://github.com/labwc/labwc/archive/0.6.4.tar.gz
- b2sums = 3defb0f9b7e8fb626aca488e057e705b0f06e48f67ab647554e4d9e3b3423e99c18a47fdde7b800672f92cfa34dbfd1448701cf5b22b1e2931967cfd048824e6
+ source = labwc-0.6.5.tar.gz::https://github.com/labwc/labwc/archive/0.6.5.tar.gz
+ b2sums = 04534bb328f6635f50829e137e8f06b3f6c43ff076c810f76b7a4c8b39b67684cdd3d744ec1c38010467c204fe912544e8c7fbc6b49ef920b0aaf0858707c266
pkgname = labwc
diff --git a/PKGBUILD b/PKGBUILD
index 7be3bb495239..2ada6d2f5c9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.6.4
+pkgver=0.6.5
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'wayland' 'wlroots>=0.16' 'wlroots<0.17' 'xorg-xwayland')
+depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'xorg-xwayland')
makedepends=('meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/labwc/labwc/archive/${pkgver}.tar.gz")
-b2sums=('3defb0f9b7e8fb626aca488e057e705b0f06e48f67ab647554e4d9e3b3423e99c18a47fdde7b800672f92cfa34dbfd1448701cf5b22b1e2931967cfd048824e6')
+b2sums=('04534bb328f6635f50829e137e8f06b3f6c43ff076c810f76b7a4c8b39b67684cdd3d744ec1c38010467c204fe912544e8c7fbc6b49ef920b0aaf0858707c266')
build() {