summaryrefslogtreecommitdiff
path: root/extra/harfbuzz/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-19 10:15:11 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-19 10:15:11 -0300
commit4255b0aec5bcee0728d312531df99cc9a6e5ba08 (patch)
tree9cc60e9b2dce5800b57651ea5b5989381530c9de /extra/harfbuzz/PKGBUILD
parent9e30cea6b8a2e90fd8958ca1f773e3a382179763 (diff)
parent705d29694fd61c47a57ccec531e73d87a2960021 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/lxsession/PKGBUILD community/uzbl/PKGBUILD extra/boost/PKGBUILD extra/calligra/PKGBUILD extra/gnutls/PKGBUILD extra/lapack/PKGBUILD extra/libcap-ng/PKGBUILD extra/php/PKGBUILD extra/plotutils/PKGBUILD extra/qt/PKGBUILD extra/webkitgtk/PKGBUILD
Diffstat (limited to 'extra/harfbuzz/PKGBUILD')
-rw-r--r--extra/harfbuzz/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/harfbuzz/PKGBUILD b/extra/harfbuzz/PKGBUILD
index 49d38bbeb..b3c941979 100644
--- a/extra/harfbuzz/PKGBUILD
+++ b/extra/harfbuzz/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 169943 2012-10-30 22:46:13Z heftig $
+# $Id: PKGBUILD 171515 2012-11-18 10:27:47Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=harfbuzz
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="OpenType text shaping engine."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
license=('MIT')
-depends=('icu' 'glib2' 'freetype2')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
makedepends=('icu' 'cairo' 'glib2' 'freetype2')
optdepends=('cairo: hb-view program')
options=(!libtool)
@@ -16,15 +16,14 @@ source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver
sha256sums=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/harfbuzz/COPYING"
}