diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2013-06-05 12:38:06 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2013-06-05 12:38:06 +1000 |
commit | 906d2341c97cb5ddfa981bbb1b167ba0bfb5f563 (patch) | |
tree | 50bf46ab0c9d3a32635b587d7117d66ff9575ede | |
parent | d0220724cab799990ca8f115253bcd34ea79a33c (diff) | |
download | compat-32-906d2341c97cb5ddfa981bbb1b167ba0bfb5f563.tar.gz compat-32-906d2341c97cb5ddfa981bbb1b167ba0bfb5f563.tar.xz |
harfbuzz-32: updated to 0.9.17 -> 0.9.18. No longer dependent on icu
-rw-r--r-- | harfbuzz-32/.footprint | 6 | ||||
-rw-r--r-- | harfbuzz-32/.md5sum | 2 | ||||
-rw-r--r-- | harfbuzz-32/Pkgfile | 16 |
3 files changed, 16 insertions, 8 deletions
diff --git a/harfbuzz-32/.footprint b/harfbuzz-32/.footprint index ae5e2ee3..b49c8dc6 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.917.0 -lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.917.0 --rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.917.0 +lrwxrwxrwx root/root usr/lib32/libharfbuzz.so -> libharfbuzz.so.0.918.0 +lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.918.0 +-rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.918.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 209c14d3..f5d249aa 100644 --- a/harfbuzz-32/.md5sum +++ b/harfbuzz-32/.md5sum @@ -1 +1 @@ -c48827713e93539dc7285f9e86ffbdc5 harfbuzz-0.9.17.tar.bz2 +0bff05fafef4894031b2b64a65ac1899 harfbuzz-0.9.18.tar.bz2 diff --git a/harfbuzz-32/Pkgfile b/harfbuzz-32/Pkgfile index aae0abfe..17116817 100644 --- a/harfbuzz-32/Pkgfile +++ b/harfbuzz-32/Pkgfile @@ -1,21 +1,29 @@ # Description: An OpenType text shaping engine # URL: http://www.freedesktop.org/wiki/Software/HarfBuzz # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: cairo-32 icu-32 harfbuzz +# Depends on: cairo-32 harfbuzz name=harfbuzz-32 -version=0.9.17 -release=2 +version=0.9.18 +release=1 source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2) build() { cd harfbuzz-$version + sed -i s/"SUBDIRS = api shaping"/"SUBDIRS = shaping"/g test/Makefile.in + ./configure \ --prefix=/usr \ - --libdir=/usr/lib32 + --libdir=/usr/lib32 \ + --with-glib \ + --with-freetype \ + --with-cairo \ + --with-icu=no + make make DESTDIR=$PKG install + rm -r $PKG/usr/{bin,include} } |