summaryrefslogtreecommitdiff
path: root/harfbuzz/Pkgfile
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2013-06-02 12:59:57 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2013-06-02 13:00:12 +0200
commit0038dc8e098a988ca465d1e6abf1e993b5ee9ac9 (patch)
treeea84994a3d2321b7e8172244eec5b14dd9d894b2 /harfbuzz/Pkgfile
parent94030bb7b019caab4cf2be0f202b834d19dddeca (diff)
downloadopt-0038dc8e098a988ca465d1e6abf1e993b5ee9ac9.tar.gz
opt-0038dc8e098a988ca465d1e6abf1e993b5ee9ac9.tar.xz
harfbuzz: updated to 0.9.18. No longer dependent on icu
Diffstat (limited to 'harfbuzz/Pkgfile')
-rw-r--r--harfbuzz/Pkgfile12
1 files changed, 9 insertions, 3 deletions
diff --git a/harfbuzz/Pkgfile b/harfbuzz/Pkgfile
index f16a24456..1ce8f0903 100644
--- a/harfbuzz/Pkgfile
+++ b/harfbuzz/Pkgfile
@@ -1,16 +1,22 @@
# Description: An OpenType text shaping engine
# URL: http://www.freedesktop.org/wiki/Software/HarfBuzz
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
-# Depends on: cairo, icu
+# Depends on: cairo
name=harfbuzz
-version=0.9.17
+version=0.9.18
release=1
source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr
+
+ sed -i s/"SUBDIRS = api shaping"/"SUBDIRS = shaping"/g test/Makefile.in
+ ./configure --prefix=/usr \
+ --with-glib \
+ --with-freetype \
+ --with-cairo \
+ --with-icu=no
make
make DESTDIR=$PKG install

Generated by cgit