[arch-commits] Commit in gtk-layer-shell/trunk (PKGBUILD)

Brett Cornwall ainola at gemini.archlinux.org
Wed Jan 26 04:09:26 UTC 2022


    Date: Wednesday, January 26, 2022 @ 04:09:25
  Author: ainola
Revision: 1115619

upgpkg: gtk-layer-shell 0.7.0-1

Explicitly enable introspection

Modified:
  gtk-layer-shell/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-26 02:30:12 UTC (rev 1115618)
+++ PKGBUILD	2022-01-26 04:09:25 UTC (rev 1115619)
@@ -3,8 +3,8 @@
 
 pkgdesc='Library to create Wayland desktop components using the Layer Shell protocol'
 pkgname=gtk-layer-shell
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 arch=(x86_64)
 license=(LGPL3)
 url="https://github.com/wmww/gtk-layer-shell"
@@ -19,7 +19,7 @@
     "ninja"
 )
 source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz")
-sha512sums=('ca5367b5f1637a07c28c772e79e5ac84219ff069091077f83c5edbc88be084538a925b3c76e6cc9dcd8d2826ae340b79605875e87209ee4f4d5e27dc4e93a523')
+sha512sums=('97463b4bd90318e95576e3f4b05c0acae401b8103b389cb9a0dc7716871d8d8285595ddda76419883c98c6f00fcd4ffdfd9dba48385cb8a6edcbdc7f202e2818')
 
 build() {
     meson --prefix=/usr \
@@ -27,6 +27,7 @@
           --buildtype=plain \
           -Dtests=true \
           -Ddocs=true \
+          -Dintrospection=true \
           "$pkgname-$pkgver" \
           build
     ninja -C build



More information about the arch-commits mailing list