diff options
Diffstat (limited to 'extra/harfbuzz/PKGBUILD')
-rw-r--r-- | extra/harfbuzz/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/harfbuzz/PKGBUILD b/extra/harfbuzz/PKGBUILD index 7f1e0aefd..1fd370d1c 100644 --- a/extra/harfbuzz/PKGBUILD +++ b/extra/harfbuzz/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 191565 2013-07-25 16:28:52Z heftig $ +# $Id: PKGBUILD 198735 2013-11-02 15:15:10Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=(harfbuzz) pkgname=(harfbuzz harfbuzz-icu) -pkgver=0.9.19 +pkgver=0.9.23 pkgrel=1 pkgdesc="OpenType text shaping engine" arch=('i686' 'x86_64' 'mips64el') url="http://www.freedesktop.org/wiki/Software/HarfBuzz" license=(MIT) -makedepends=(glib2 freetype2 graphite cairo icu) -options=(!libtool) +makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection) source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2) -sha256sums=('d2da0f060d47f6ad9de8c8781bb21fa4b9eae8ea1cd1e956b814095baa002f35') +sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7') 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 } |