harfbuzz-icu: contrib -> opt

This commit is contained in:
Danny Rawlins 2018-04-02 16:28:44 +10:00
parent 733bce0d00
commit d63ffd4ea7
4 changed files with 0 additions and 86 deletions

View File

@ -1,15 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/harfbuzz/
-rw-r--r-- root/root usr/include/harfbuzz/hb-icu.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/harfbuzz/
-rwxr-xr-x root/root usr/lib/libharfbuzz-icu.la
lrwxrwxrwx root/root usr/lib/libharfbuzz-icu.so -> libharfbuzz-icu.so.0.10706.0
lrwxrwxrwx root/root usr/lib/libharfbuzz-icu.so.0 -> libharfbuzz-icu.so.0.10706.0
-rwxr-xr-x root/root usr/lib/libharfbuzz-icu.so.0.10706.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/harfbuzz-icu.pc
drwxr-xr-x root/root usr/share/

View File

@ -1 +0,0 @@
ffb94cf2942327344ac31330d07036ba harfbuzz-1.7.6.tar.bz2

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35u5P2BsjO7TuGRxbSt7YruL4Yhw99W2VFtDvrphrAx4I1KsI80dEekpi+t1e+sNtXqhpZvTHbn0erX66AL0tQ8=
SHA256 (Pkgfile) = f9848c492af384118ca08fc8aab45f1dd0a19107d90f974e9558ca4c4c7fe990
SHA256 (.footprint) = cbd343caa6cde9698da6f93939cc6f2ad967c897a9cf3480dc9c41d0350dd1f2
SHA256 (harfbuzz-1.7.6.tar.bz2) = da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b

View File

@ -1,65 +0,0 @@
# Description: An OpenType text shaping engine ICU library
# URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
# Packager: Danny Rawlins, crux at romster dot me
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: harfbuzz icu
name=harfbuzz-icu
version=1.7.6
release=1
source=(https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)
build() {
cd harfbuzz-$version
./configure \
--prefix=/usr \
--with-icu=yes
make
make DESTDIR=$PKG install
rm \
$PKG/usr/bin/hb-ot-shape-closure \
$PKG/usr/bin/hb-shape \
$PKG/usr/bin/hb-subset \
$PKG/usr/bin/hb-view \
$PKG/usr/include/harfbuzz/hb-blob.h \
$PKG/usr/include/harfbuzz/hb-buffer.h \
$PKG/usr/include/harfbuzz/hb-common.h \
$PKG/usr/include/harfbuzz/hb-deprecated.h \
$PKG/usr/include/harfbuzz/hb-face.h \
$PKG/usr/include/harfbuzz/hb-font.h \
$PKG/usr/include/harfbuzz/hb-ft.h \
$PKG/usr/include/harfbuzz/hb-glib.h \
$PKG/usr/include/harfbuzz/hb-ot-font.h \
$PKG/usr/include/harfbuzz/hb-ot-layout.h \
$PKG/usr/include/harfbuzz/hb-ot-math.h \
$PKG/usr/include/harfbuzz/hb-ot-shape.h \
$PKG/usr/include/harfbuzz/hb-ot-tag.h \
$PKG/usr/include/harfbuzz/hb-ot-var.h \
$PKG/usr/include/harfbuzz/hb-ot.h \
$PKG/usr/include/harfbuzz/hb-set.h \
$PKG/usr/include/harfbuzz/hb-shape-plan.h \
$PKG/usr/include/harfbuzz/hb-shape.h \
$PKG/usr/include/harfbuzz/hb-subset-glyf.hh \
$PKG/usr/include/harfbuzz/hb-subset-plan.hh \
$PKG/usr/include/harfbuzz/hb-subset-private.hh \
$PKG/usr/include/harfbuzz/hb-subset.h \
$PKG/usr/include/harfbuzz/hb-unicode.h \
$PKG/usr/include/harfbuzz/hb-version.h \
$PKG/usr/include/harfbuzz/hb.h \
$PKG/usr/lib/cmake/harfbuzz/harfbuzz-config.cmake \
$PKG/usr/lib/libharfbuzz.la \
$PKG/usr/lib/libharfbuzz.so \
$PKG/usr/lib/libharfbuzz.so.0 \
$PKG/usr/lib/libharfbuzz.so.0.*.? \
$PKG/usr/lib/libharfbuzz-subset.la \
$PKG/usr/lib/libharfbuzz-subset.so \
$PKG/usr/lib/libharfbuzz-subset.so.0 \
$PKG/usr/lib/libharfbuzz-subset.so.0.*.? \
$PKG/usr/lib/pkgconfig/harfbuzz.pc \
$PKG/usr/lib/pkgconfig/harfbuzz-subset.pc
rm -r $PKG/usr/share/gtk-doc
}