[arch-commits] Commit in lib32-gdk-pixbuf2/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Dec 17 13:16:30 UTC 2015


    Date: Thursday, December 17, 2015 @ 14:16:29
  Author: fyan
Revision: 153596

upgpkg: lib32-gdk-pixbuf2 2.32.3-1

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-17 13:13:05 UTC (rev 153595)
+++ PKGBUILD	2015-12-17 13:16:29 UTC (rev 153596)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
+
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.32.2
+pkgver=2.32.3
 pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 arch=('x86_64')
@@ -14,7 +15,7 @@
 options=('!docs')
 install=gdk-pixbuf2.install
 source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('d3ab06fc123b13effed4c27c77cebdfad2173ff20628d82c397b7660ae926145')
+sha256sums=('2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031')
 
 build() {
   export CC="gcc -m32"
@@ -28,6 +29,7 @@
     --without-libjasper \
     --with-x11 \
     --with-included-loaders=png
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list