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

Jan Steffens heftig at archlinux.org
Fri Feb 19 21:59:25 UTC 2016


    Date: Friday, February 19, 2016 @ 22:59:24
  Author: heftig
Revision: 260006

1.2.0

Modified:
  harfbuzz/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-19 18:23:52 UTC (rev 260005)
+++ PKGBUILD	2016-02-19 21:59:24 UTC (rev 260006)
@@ -3,15 +3,15 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
 license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc ragel)
 source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7')
+sha256sums=('79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685')
 
 prepare() {
   mkdir path
@@ -18,6 +18,7 @@
   ln -s /usr/bin/python2 path/python
 
   cd $pkgbase-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
@@ -24,13 +25,13 @@
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr \
     --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
-    --with-gobject
+    --with-gobject --enable-doc
   make
 }
 
 check() {
   cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make -k check || :
+  PATH="$srcdir/path:$PATH" make check
 }
 
 package_harfbuzz() {



More information about the arch-commits mailing list