From 0038dc8e098a988ca465d1e6abf1e993b5ee9ac9 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Sun, 2 Jun 2013 12:59:57 +0200 Subject: [PATCH] harfbuzz: updated to 0.9.18. No longer dependent on icu --- harfbuzz/.footprint | 7 +++---- harfbuzz/.md5sum | 2 +- harfbuzz/Pkgfile | 12 +++++++++--- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/harfbuzz/.footprint b/harfbuzz/.footprint index d4a49d530..dfad099dd 100644 --- a/harfbuzz/.footprint +++ b/harfbuzz/.footprint @@ -12,7 +12,6 @@ drwxr-xr-x root/root usr/include/harfbuzz/ -rw-r--r-- root/root usr/include/harfbuzz/hb-ft.h -rw-r--r-- root/root usr/include/harfbuzz/hb-glib.h -rw-r--r-- root/root usr/include/harfbuzz/hb-gobject.h --rw-r--r-- root/root usr/include/harfbuzz/hb-icu.h -rw-r--r-- root/root usr/include/harfbuzz/hb-ot-layout.h -rw-r--r-- root/root usr/include/harfbuzz/hb-ot-tag.h -rw-r--r-- root/root usr/include/harfbuzz/hb-ot.h @@ -24,8 +23,8 @@ drwxr-xr-x root/root usr/include/harfbuzz/ -rw-r--r-- root/root usr/include/harfbuzz/hb.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libharfbuzz.la -lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0.917.0 -lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.917.0 --rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.917.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0.918.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.918.0 +-rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.918.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/harfbuzz.pc diff --git a/harfbuzz/.md5sum b/harfbuzz/.md5sum index 209c14d37..f5d249aa1 100644 --- a/harfbuzz/.md5sum +++ b/harfbuzz/.md5sum @@ -1 +1 @@ -c48827713e93539dc7285f9e86ffbdc5 harfbuzz-0.9.17.tar.bz2 +0bff05fafef4894031b2b64a65ac1899 harfbuzz-0.9.18.tar.bz2 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