From 725d7a35befabc38ac62c2620291de78d012a264 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 21 Sep 2013 10:33:57 +1000 Subject: [PATCH] harfbuzz-32: 0.9.19 -> 0.9.21 --- harfbuzz-32/.footprint | 6 +++--- harfbuzz-32/.md5sum | 2 +- harfbuzz-32/Pkgfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/harfbuzz-32/.footprint b/harfbuzz-32/.footprint index b16e993a..61fd87c0 100644 --- a/harfbuzz-32/.footprint +++ b/harfbuzz-32/.footprint @@ -1,8 +1,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib32/ -rwxr-xr-x root/root usr/lib32/libharfbuzz.la -lrwxrwxrwx root/root usr/lib32/libharfbuzz.so -> libharfbuzz.so.0.919.0 -lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.919.0 --rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.919.0 +lrwxrwxrwx root/root usr/lib32/libharfbuzz.so -> libharfbuzz.so.0.921.0 +lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.921.0 +-rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.921.0 drwxr-xr-x root/root usr/lib32/pkgconfig/ -rw-r--r-- root/root usr/lib32/pkgconfig/harfbuzz.pc diff --git a/harfbuzz-32/.md5sum b/harfbuzz-32/.md5sum index 7e6322b0..9275f173 100644 --- a/harfbuzz-32/.md5sum +++ b/harfbuzz-32/.md5sum @@ -1 +1 @@ -9782581ee6ef972554772e84ca448131 harfbuzz-0.9.19.tar.bz2 +468a381e992ae9313cef6595f4e233db harfbuzz-0.9.21.tar.bz2 diff --git a/harfbuzz-32/Pkgfile b/harfbuzz-32/Pkgfile index 5a9fec26..0ea24b4b 100644 --- a/harfbuzz-32/Pkgfile +++ b/harfbuzz-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cairo-32 harfbuzz name=harfbuzz-32 -version=0.9.19 +version=0.9.21 release=1 source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2) @@ -25,5 +25,5 @@ build() { make make DESTDIR=$PKG install - rm -r $PKG/usr/{bin,include} + rm -r $PKG/usr/{bin,include,share} }