summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2013-08-30 18:18:43 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2013-08-30 19:49:25 +0200
commit15714b3424be4f1d98bfeced6ea5cce4f7264513 (patch)
treee543eca5e1160522e0e43e0510f8e7efdf7fe90f
parent11fadf24c68c6a335a4ecea96decc7dd55b8c4d3 (diff)
downloadopt-15714b3424be4f1d98bfeced6ea5cce4f7264513.tar.gz
opt-15714b3424be4f1d98bfeced6ea5cce4f7264513.tar.xz
harfbuzz: updated to 0.9.20
-rw-r--r--harfbuzz/.footprint9
-rw-r--r--harfbuzz/.md5sum2
-rw-r--r--harfbuzz/Pkgfile3
3 files changed, 8 insertions, 6 deletions
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
}

Generated by cgit