From 3267165b24a8de511ec8ba573f7633dc638d92c4 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 25 Jan 2013 22:50:12 +0100 Subject: [PATCH] Revert "harfbuzz: initial release" This reverts commit 99dd7d43e1153130f558ffc050630cc879331e0c. --- harfbuzz/.footprint | 31 ------------------------------- harfbuzz/.md5sum | 1 - harfbuzz/Pkgfile | 17 ----------------- 3 files changed, 49 deletions(-) delete mode 100644 harfbuzz/.footprint delete mode 100644 harfbuzz/.md5sum delete mode 100644 harfbuzz/Pkgfile diff --git a/harfbuzz/.footprint b/harfbuzz/.footprint deleted file mode 100644 index ad690b8f8..000000000 --- a/harfbuzz/.footprint +++ /dev/null @@ -1,31 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/hb-ot-shape-closure --rwxr-xr-x root/root usr/bin/hb-shape --rwxr-xr-x root/root usr/bin/hb-view -drwxr-xr-x root/root usr/include/ -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-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-icu.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 --rw-r--r-- root/root usr/include/harfbuzz/hb-set.h --rw-r--r-- root/root usr/include/harfbuzz/hb-shape-plan.h --rw-r--r-- root/root usr/include/harfbuzz/hb-shape.h --rw-r--r-- root/root usr/include/harfbuzz/hb-unicode.h --rw-r--r-- root/root usr/include/harfbuzz/hb-version.h --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.907.0 -lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.907.0 --rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.907.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 deleted file mode 100644 index 22062d400..000000000 --- a/harfbuzz/.md5sum +++ /dev/null @@ -1 +0,0 @@ -db5382728a912352633d3be2e2a1d988 harfbuzz-0.9.7.tar.bz2 diff --git a/harfbuzz/Pkgfile b/harfbuzz/Pkgfile deleted file mode 100644 index c9417edda..000000000 --- a/harfbuzz/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: An OpenType text shaping engine -# URL: http://www.freedesktop.org/wiki/Software/HarfBuzz -# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: cairo - -name=harfbuzz -version=0.9.7 -release=1 -source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -}