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

Jan Steffens heftig at nymeria.archlinux.org
Sat Oct 12 15:05:07 UTC 2013


    Date: Saturday, October 12, 2013 @ 17:05:07
  Author: heftig
Revision: 196370

0.9.22, for staging

Modified:
  harfbuzz/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-12 14:25:27 UTC (rev 196369)
+++ PKGBUILD	2013-10-12 15:05:07 UTC (rev 196370)
@@ -3,21 +3,22 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.19
+pkgver=0.9.22
 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)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 options=(!libtool)
 source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('d2da0f060d47f6ad9de8c8781bb21fa4b9eae8ea1cd1e956b814095baa002f35')
+sha256sums=('989680807e76197418338e44f226e02f155f33031efd9aff14dbc4dc14af71da')
 
 build() {
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr \
-    --with-glib --with-freetype --with-cairo --with-icu --with-graphite2
+    --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+    --with-gobject
   make
 }
 




More information about the arch-commits mailing list