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

Jan Steffens heftig at archlinux.org
Sat Sep 26 21:09:08 UTC 2020


    Date: Saturday, September 26, 2020 @ 21:09:08
  Author: heftig
Revision: 396630

3.38.0-1

Modified:
  glade/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 21:08:52 UTC (rev 396629)
+++ PKGBUILD	2020-09-26 21:09:08 UTC (rev 396630)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=glade
-pkgver=3.36.0+1+g3907987d
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="User Interface Builder for GTK+ applications"
 url="https://glade.gnome.org/"
@@ -10,12 +10,12 @@
 license=(GPL LGPL)
 depends=(gtk3 libxml2)
 makedepends=(gtk-doc gobject-introspection python-gobject itstool docbook-xsl
-             git webkit2gtk meson)
+             git webkit2gtk meson gjs)
 checkdepends=(xorg-server-xvfb)
 optdepends=('devhelp: development help')
 groups=(gnome-extra)
 provides=(libgladeui-2.so)
-_commit=3907987d318875fae551ca9a2bce97f33749d230  # glade-3-36
+_commit=2e4875cbcf58d5f6aa4fde3c812ead4bf5eb44d6  # tags/GLADE_3_38_0^0
 source=("git+https://gitlab.gnome.org/GNOME/glade.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,7 +30,7 @@
 
 build() {
   arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list