harfbuzz: updated to 0.9.20

This commit is contained in:
Fredrik Rinnestam 2013-08-30 18:18:43 +02:00
parent 11fadf24c6
commit 15714b3424
3 changed files with 8 additions and 6 deletions

View File

@ -8,10 +8,11 @@ drwxr-xr-x root/root usr/include/harfbuzz/
-rw-r--r-- root/root usr/include/harfbuzz/hb-blob.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-buffer.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-common.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-deprecated.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-face.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-font.h
-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-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
@ -23,8 +24,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.919.0
lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.919.0
-rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.919.0
lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0.920.0
lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.920.0
-rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.920.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/harfbuzz.pc

View File

@ -1 +1 @@
9782581ee6ef972554772e84ca448131 harfbuzz-0.9.19.tar.bz2
fe36a04a61a2562b8522d516fb36309d harfbuzz-0.9.20.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: cairo
name=harfbuzz
version=0.9.19
version=0.9.20
release=1
source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)
@ -20,4 +20,5 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}