harfbuzz: updated to 0.9.18. No longer dependent on icu

This commit is contained in:
Fredrik Rinnestam 2013-06-02 12:59:57 +02:00
parent 94030bb7b0
commit 0038dc8e09
3 changed files with 13 additions and 8 deletions

View File

@ -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

View File

@ -1 +1 @@
c48827713e93539dc7285f9e86ffbdc5 harfbuzz-0.9.17.tar.bz2
0bff05fafef4894031b2b64a65ac1899 harfbuzz-0.9.18.tar.bz2

View File

@ -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