[arch-commits] Commit in cage/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Nov 11 10:02:27 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:02:26
Author: dvzrv
Revision: 750005
upgpkg: cage 0.1.2.1-2: Rebuild against wlroots 0.12.0.
Add all available sodeps in package() and the respective packages to makedepends.
Modified:
cage/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 08:28:50 UTC (rev 750004)
+++ PKGBUILD 2020-11-11 10:02:26 UTC (rev 750005)
@@ -3,14 +3,14 @@
pkgname=cage
pkgver=0.1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A kiosk compositor for Wayland"
arch=('x86_64')
url="https://www.hjdskes.nl/projects/cage/"
license=('MIT')
-depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
-makedepends=('git' 'meson' 'scdoc' 'wayland-protocols' 'wlroots'
-'xorg-server-xwayland')
+depends=('glibc' 'polkit' 'wayland')
+makedepends=('git' 'libxkbcommon' 'meson' 'pixman' 'scdoc' 'wayland-protocols'
+'wlroots' 'xorg-server-xwayland')
optdepends=('xorg-server-xwayland: X11 support')
source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed")
sha512sums=('SKIP')
@@ -27,7 +27,7 @@
}
package() {
- depends+=('libwlroots.so')
+ depends+=('libwlroots.so' 'libxkbcommon.so' 'libpixman-1.so')
cd "$pkgname"
DESTDIR="${pkgdir}" meson install -C build
#docs
More information about the arch-commits
mailing list