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

Jan de Groot jgc at archlinux.org
Mon Mar 21 15:17:20 UTC 2016


    Date: Monday, March 21, 2016 @ 16:17:20
  Author: jgc
Revision: 262194

upgpkg: libgames-support 1.0-1

Modified:
  libgames-support/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-21 15:09:05 UTC (rev 262193)
+++ PKGBUILD	2016-03-21 15:17:20 UTC (rev 262194)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=libgames-support
-pkgver=0.1
+pkgver=1.0
 pkgrel=1
 pkgdesc="Code shared between GNOME games"
 url="https://git.gnome.org/browse/libgames-support/"
@@ -11,11 +11,12 @@
 depends=(gtk3 libgee)
 makedepends=(gobject-introspection vala intltool)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('512ca6e66c296f06afec03de7e394134be67e0e31eab551bcb57801ea6c316c8')
+sha256sums=('187b665292baa8596cdcb75c45029a57ad358f93397bcb11b407c4501300160b')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list