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

Jan Steffens heftig at archlinux.org
Tue Sep 4 23:57:22 UTC 2018


    Date: Tuesday, September 4, 2018 @ 23:57:21
  Author: heftig
Revision: 333355

1.54.0-1

Modified:
  gjs/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 21:33:31 UTC (rev 333354)
+++ PKGBUILD	2018-09-04 23:57:21 UTC (rev 333355)
@@ -1,8 +1,8 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.52.3
+pkgver=1.54.0
 pkgrel=1
 epoch=1
 pkgdesc="Javascript Bindings for GNOME"
@@ -9,10 +9,10 @@
 url="https://wiki.gnome.org/Projects/Gjs"
 arch=(x86_64)
 license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
+depends=(cairo gobject-introspection-runtime js60 gtk3)
 makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
 checkdepends=(valgrind)
-_commit=9e63c335e84613a6e499c61aa1afcd5107c36b10  # tags/1.52.3^0
+_commit=d8dca63d7d508b858f771d847bee2e99017db2ce  # tags/1.54.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,6 +23,10 @@
 
 prepare() {
   cd $pkgname
+
+  # We don't have C.UTF-8
+  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


Property changes on: gjs/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list