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

Felix Yan fyan at archlinux.org
Sat Apr 2 14:10:44 UTC 2016


    Date: Saturday, April 2, 2016 @ 16:10:43
  Author: fyan
Revision: 169237

upgpkg: lib32-pango 1.40.0-1

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-02 14:08:19 UTC (rev 169236)
+++ PKGBUILD	2016-04-02 14:10:43 UTC (rev 169237)
@@ -5,7 +5,7 @@
 
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
-pkgver=1.39.0
+pkgver=1.40.0
 pkgrel=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 install=pango.install
 source=(https://download.gnome.org/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
 url="http://www.pango.org/"
-sha256sums=('13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e')
+sha256sums=('da17985df314cb07d066ab5424f59c21ce973ece05b7de4df04d798ec8511c8b')
 
 prepare() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
@@ -36,6 +36,7 @@
       --localstatedir=/var --with-included-modules=basic-fc \
       --with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc \
       --disable-introspection
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list