harfbuzz-icu: 1.7.5 -> 1.7.6
This commit is contained in:
parent
8a568d1377
commit
2f9436f1aa
@ -4,10 +4,12 @@ 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.10705.0
|
||||
lrwxrwxrwx root/root usr/lib/libharfbuzz-icu.so.0 -> libharfbuzz-icu.so.0.10705.0
|
||||
-rwxr-xr-x root/root usr/lib/libharfbuzz-icu.so.0.10705.0
|
||||
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/
|
||||
|
@ -1 +1 @@
|
||||
1466ab51fc5aaa6af4065936939cec62 harfbuzz-1.7.5.tar.bz2
|
||||
ffb94cf2942327344ac31330d07036ba harfbuzz-1.7.6.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3x/7zGJNW2dANqj/hK3cT1XCoMxoE1PgoddeRbztUd7tbPVYgt+sFueRFi3yMvRkoh5R0QePcyn7zbhx10CwtQo=
|
||||
SHA256 (Pkgfile) = ea2ec890665aa3e8f0e9a8c6677a4195603ffa50a81a13e7087438184705284d
|
||||
SHA256 (.footprint) = 2921d7edfa11ad19f0e089fc8c50bbc79746a13ecb24eeeb25f0ce5a02dcabf5
|
||||
SHA256 (harfbuzz-1.7.5.tar.bz2) = 84574e1b1f65ca694cb8fb6905309665c0368af18a312357f8ff886ee2f29563
|
||||
RWSagIOpLGJF35u5P2BsjO7TuGRxbSt7YruL4Yhw99W2VFtDvrphrAx4I1KsI80dEekpi+t1e+sNtXqhpZvTHbn0erX66AL0tQ8=
|
||||
SHA256 (Pkgfile) = f9848c492af384118ca08fc8aab45f1dd0a19107d90f974e9558ca4c4c7fe990
|
||||
SHA256 (.footprint) = cbd343caa6cde9698da6f93939cc6f2ad967c897a9cf3480dc9c41d0350dd1f2
|
||||
SHA256 (harfbuzz-1.7.6.tar.bz2) = da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: harfbuzz icu
|
||||
|
||||
name=harfbuzz-icu
|
||||
version=1.7.5
|
||||
version=1.7.6
|
||||
release=1
|
||||
source=(https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)
|
||||
|
||||
@ -22,6 +22,7 @@ build() {
|
||||
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 \
|
||||
@ -41,14 +42,24 @@ build() {
|
||||
$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/pkgconfig/harfbuzz.pc
|
||||
$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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user