diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2013-09-21 10:33:57 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2013-09-21 10:33:57 +1000 |
commit | 725d7a35befabc38ac62c2620291de78d012a264 (patch) | |
tree | 7b328e77a2abe9ae42d417548548877be6376599 | |
parent | e97bf9ae4416f1b2c807d2370f3e6fc34bd6ca77 (diff) | |
download | compat-32-725d7a35befabc38ac62c2620291de78d012a264.tar.gz compat-32-725d7a35befabc38ac62c2620291de78d012a264.tar.xz |
harfbuzz-32: 0.9.19 -> 0.9.21
-rw-r--r-- | harfbuzz-32/.footprint | 6 | ||||
-rw-r--r-- | harfbuzz-32/.md5sum | 2 | ||||
-rw-r--r-- | 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} } |