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

Jan Steffens heftig at archlinux.org
Sat Mar 11 10:26:32 UTC 2017


    Date: Saturday, March 11, 2017 @ 10:26:31
  Author: heftig
Revision: 290538

1.4.5-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-11 10:23:53 UTC (rev 290537)
+++ PKGBUILD	2017-03-11 10:26:31 UTC (rev 290538)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc ragel git
              python2)
-_commit=8e42c3cb2bb81351d0a28f213cb4f6d35f4b5e46  # tags/1.4.4^0
+_commit=60e2586f7652aaa0ee908eb8f54b1498e2ad299e  # tags/1.4.5^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -36,6 +36,7 @@
   ./configure --prefix=/usr \
     --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
     --with-gobject --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list