[arch-commits] Commit in cage/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Apr 16 13:20:22 UTC 2021


    Date: Friday, April 16, 2021 @ 13:20:22
  Author: dvzrv
Revision: 919408

upgpkg: cage 0.1.3-1: Upgrade to 0.1.3.

Rebuild against wlroots 0.13.0.

Modified:
  cage/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 13:14:02 UTC (rev 919407)
+++ PKGBUILD	2021-04-16 13:20:22 UTC (rev 919408)
@@ -2,8 +2,8 @@
 # Maintainer: Brett Cornwall <ainola at archlinux.org>
 
 pkgname=cage
-pkgver=0.1.2.1
-pkgrel=2
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="A kiosk compositor for Wayland"
 arch=('x86_64')
 url="https://www.hjdskes.nl/projects/cage/"
@@ -18,14 +18,16 @@
 
 build() {
   cd "$pkgname"
-  arch-meson --prefix=/usr \
-             --libdir=lib \
-             --buildtype=release \
-             -Dxwayland=true \
+  arch-meson -Dxwayland=true \
              build
   ninja -C build
 }
 
+check() {
+  cd "$pkgname"
+  ninja -C build test
+}
+
 package() {
   depends+=('libwlroots.so' 'libxkbcommon.so' 'libpixman-1.so')
   cd "$pkgname"



More information about the arch-commits mailing list