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

Jan de Groot jgc at archlinux.org
Thu Mar 17 11:22:05 UTC 2016


    Date: Thursday, March 17, 2016 @ 12:22:04
  Author: jgc
Revision: 261973

upgpkg: gjs 1.45.3-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-17 11:07:31 UTC (rev 261972)
+++ PKGBUILD	2016-03-17 11:22:04 UTC (rev 261973)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gjs
-pkgver=1.44.0
-pkgrel=2
+pkgver=1.45.3
+pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 arch=(i686 x86_64)
 url="http://live.gnome.org/Gjs"
@@ -11,11 +11,12 @@
 depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
 makedepends=('gobject-introspection')
 source=(https://download.gnome.org/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('88c960f6ad47a6931d123f5d6317d13704f58572f68a4391913a254ff27dce80')
+sha256sums=('2807c8137e84ee8e5e461e1481870236778504089dbda39ba683f035adfb4d2a')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list