summaryrefslogtreecommitdiff
path: root/harfbuzz-32
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-07-15 21:39:05 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-07-15 21:49:48 +1000
commit84693e8d6558cbc97b758318f53d35bd96b304bb (patch)
tree14811505493056e99bc39b53ba38f1d0754c1e21 /harfbuzz-32
parentd1fba8c1a513a0a7d7667b759cc92a1404e3a89e (diff)
downloadcompat-32-84693e8d6558cbc97b758318f53d35bd96b304bb.tar.gz
compat-32-84693e8d6558cbc97b758318f53d35bd96b304bb.tar.xz
harfbuzz-32: 2.5.1 -> 2.5.3
Diffstat (limited to 'harfbuzz-32')
-rw-r--r--harfbuzz-32/.footprint12
-rw-r--r--harfbuzz-32/.signature8
-rw-r--r--harfbuzz-32/Pkgfile7
3 files changed, 14 insertions, 13 deletions
diff --git a/harfbuzz-32/.footprint b/harfbuzz-32/.footprint
index fd35b1d7..bce11402 100644
--- a/harfbuzz-32/.footprint
+++ b/harfbuzz-32/.footprint
@@ -4,13 +4,13 @@ drwxr-xr-x root/root usr/lib32/cmake/
drwxr-xr-x root/root usr/lib32/cmake/harfbuzz/
-rw-r--r-- root/root usr/lib32/cmake/harfbuzz/harfbuzz-config.cmake
-rwxr-xr-x root/root usr/lib32/libharfbuzz-subset.la
-lrwxrwxrwx root/root usr/lib32/libharfbuzz-subset.so -> libharfbuzz-subset.so.0.20501.0
-lrwxrwxrwx root/root usr/lib32/libharfbuzz-subset.so.0 -> libharfbuzz-subset.so.0.20501.0
--rwxr-xr-x root/root usr/lib32/libharfbuzz-subset.so.0.20501.0
+lrwxrwxrwx root/root usr/lib32/libharfbuzz-subset.so -> libharfbuzz-subset.so.0.20503.0
+lrwxrwxrwx root/root usr/lib32/libharfbuzz-subset.so.0 -> libharfbuzz-subset.so.0.20503.0
+-rwxr-xr-x root/root usr/lib32/libharfbuzz-subset.so.0.20503.0
-rwxr-xr-x root/root usr/lib32/libharfbuzz.la
-lrwxrwxrwx root/root usr/lib32/libharfbuzz.so -> libharfbuzz.so.0.20501.0
-lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.20501.0
--rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.20501.0
+lrwxrwxrwx root/root usr/lib32/libharfbuzz.so -> libharfbuzz.so.0.20503.0
+lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.20503.0
+-rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.20503.0
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/harfbuzz-subset.pc
-rw-r--r-- root/root usr/lib32/pkgconfig/harfbuzz.pc
diff --git a/harfbuzz-32/.signature b/harfbuzz-32/.signature
index de22a49b..05dcbda2 100644
--- a/harfbuzz-32/.signature
+++ b/harfbuzz-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXWZ/O/kZV8PnR4DjaIKJ9AjCYVxEWvSHx/hALf1j3+ra6EU/a7+2rHfz7ZlmHIb37T5qF9P5QrSgLWvUVQ9fugw=
-SHA256 (Pkgfile) = 12e0807ec7e6a605a7d068903d562cf42dea4ce6d9939a415020c5c70fb70759
-SHA256 (.footprint) = 3df4610500c2ac828efc753e7e290d092d09dde07ae8d1def6fbfa5c2c8ef398
-SHA256 (harfbuzz-2.5.1.tar.xz) = 6d4834579abd5f7ab3861c085b4c55129f78b27fe47961fd96769d3704f6719e
+RWSwxGo/zH7eXefvM/xy0+s+rN05+VY5SGwbFVMMYfNG5Ut8ikviB9VW8fP7LFHCRPGdHnO4iidkpXOqkJg0XT/8e7Q0C/HeqQ4=
+SHA256 (Pkgfile) = 37340463a51c39e9cf811a58656b120e29287821e1ddf7c6048ef2f28a759ad6
+SHA256 (.footprint) = b967a619ada55bd2a68461cc300d12978cc5d5bd2e6abf3f55d98cbbb5cb80cf
+SHA256 (harfbuzz-2.5.3.tar.xz) = fed00dc797b7ba3ca943225f0a854baaed4c1640fff8a31d455cd3b5caec855c
diff --git a/harfbuzz-32/Pkgfile b/harfbuzz-32/Pkgfile
index 283268e3..7d7f9af0 100644
--- a/harfbuzz-32/Pkgfile
+++ b/harfbuzz-32/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: cairo-32 harfbuzz
name=harfbuzz-32
-version=2.5.1
+version=2.5.3
release=1
source=(https://www.freedesktop.org/software/${name%-*}/release/${name%-*}-$version.tar.xz)
build() {
cd ${name%-*}-$version
- sed -i s/"SUBDIRS = api shaping"/"SUBDIRS = shaping"/g test/Makefile.in
+# sed -i s/"SUBDIRS = api shaping"/"SUBDIRS = shaping"/g test/Makefile.in
./configure \
--prefix=/usr \
@@ -19,7 +19,8 @@ build() {
--with-glib \
--with-freetype \
--with-cairo \
- --with-icu=no
+ --with-icu=no \
+ --with-graphite2=auto
make
make DESTDIR=$PKG install

Generated by cgit