diff --git a/harfbuzz/.footprint b/harfbuzz/.footprint index 1f259b9a7..953d8f46b 100644 --- a/harfbuzz/.footprint +++ b/harfbuzz/.footprint @@ -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 diff --git a/harfbuzz/.md5sum b/harfbuzz/.md5sum index 7e6322b07..8f12e05b9 100644 --- a/harfbuzz/.md5sum +++ b/harfbuzz/.md5sum @@ -1 +1 @@ -9782581ee6ef972554772e84ca448131 harfbuzz-0.9.19.tar.bz2 +fe36a04a61a2562b8522d516fb36309d harfbuzz-0.9.20.tar.bz2 diff --git a/harfbuzz/Pkgfile b/harfbuzz/Pkgfile index f4c33b6f1..99e7bad92 100644 --- a/harfbuzz/Pkgfile +++ b/harfbuzz/Pkgfile @@ -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 }