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

Jan Steffens heftig at archlinux.org
Tue Apr 10 09:11:40 UTC 2018


    Date: Tuesday, April 10, 2018 @ 09:11:39
  Author: heftig
Revision: 321447

1.52.1-1

Modified:
  gjs/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-10 09:10:48 UTC (rev 321446)
+++ PKGBUILD	2018-04-10 09:11:39 UTC (rev 321447)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.52.0
+pkgver=1.52.1
 pkgrel=1
 epoch=1
 pkgdesc="Javascript Bindings for GNOME"
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection-runtime js52 gtk3)
 makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
 checkdepends=(valgrind)
-_commit=320268ef1902aa610cf2526d00065261fc90d4dc  # tags/1.52.0^0
+_commit=73751baa0247cb74791f923ea93017e4d5c12c2d  # tags/1.52.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,7 +28,12 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib --with-xvfb-tests
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --disable-static \
+    --enable-compile-warnings=yes \
+    --with-xvfb-tests
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list