diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-07-15 00:29:50 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-07-15 00:29:50 +1000 |
commit | ad3f7dec4a3962e983c262d725f53fbc06b3fce1 (patch) | |
tree | 320676694a4aa21c5e90a537823ba31fe979c529 /harfbuzz-icu | |
parent | cc57951f674ee24c4e22aa3b1c0263b739e32002 (diff) | |
download | opt-ad3f7dec4a3962e983c262d725f53fbc06b3fce1.tar.gz opt-ad3f7dec4a3962e983c262d725f53fbc06b3fce1.tar.xz |
harfbuzz-icu: 2.5.1 -> 2.5.3
Diffstat (limited to 'harfbuzz-icu')
-rw-r--r-- | harfbuzz-icu/.footprint | 6 | ||||
-rw-r--r-- | harfbuzz-icu/.signature | 8 | ||||
-rw-r--r-- | harfbuzz-icu/Pkgfile | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/harfbuzz-icu/.footprint b/harfbuzz-icu/.footprint index 9e541c199..1cab775e5 100644 --- a/harfbuzz-icu/.footprint +++ b/harfbuzz-icu/.footprint @@ -7,9 +7,9 @@ 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.20501.0 -lrwxrwxrwx root/root usr/lib/libharfbuzz-icu.so.0 -> libharfbuzz-icu.so.0.20501.0 --rwxr-xr-x root/root usr/lib/libharfbuzz-icu.so.0.20501.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz-icu.so -> libharfbuzz-icu.so.0.20503.0 +lrwxrwxrwx root/root usr/lib/libharfbuzz-icu.so.0 -> libharfbuzz-icu.so.0.20503.0 +-rwxr-xr-x root/root usr/lib/libharfbuzz-icu.so.0.20503.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/ diff --git a/harfbuzz-icu/.signature b/harfbuzz-icu/.signature index 9bafeb3ea..f853680e1 100644 --- a/harfbuzz-icu/.signature +++ b/harfbuzz-icu/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/W9TmAQ9IJdwoAocBL7F18oMPOeDrlulxcXNtr0DYvna45tXc3UGcX9/pELWqtnTC7R+d79lTcNhz59v3IwLzws= -SHA256 (Pkgfile) = 205a944b9ba0b584ba5f543c9eaf233d494933dacd53c460a5e7a40658f900b3 -SHA256 (.footprint) = af1a96c67d42554dcba3acfb91996942d9c744cda8089b4fd1214967048d8714 -SHA256 (harfbuzz-2.5.1.tar.xz) = 6d4834579abd5f7ab3861c085b4c55129f78b27fe47961fd96769d3704f6719e +RWSE3ohX2g5d/TJTELSDUi/4mD5Dq3QZYV0T4biBrETs9bwJXcUfADTop2LXVdI9vZEWtlXKhcVLcUbu1B8jywFZjoz/4MnJYgE= +SHA256 (Pkgfile) = d323b17701cf17aa7ab6dc77fa7e1fbbc74384ab3edb3b54550c81936aef5806 +SHA256 (.footprint) = 1fc5bc257be3fdd017855c537e09e7331150690e1f41a5418cc9991b06189687 +SHA256 (harfbuzz-2.5.3.tar.xz) = fed00dc797b7ba3ca943225f0a854baaed4c1640fff8a31d455cd3b5caec855c diff --git a/harfbuzz-icu/Pkgfile b/harfbuzz-icu/Pkgfile index 0e6152e0f..dfad881ee 100644 --- a/harfbuzz-icu/Pkgfile +++ b/harfbuzz-icu/Pkgfile @@ -4,7 +4,7 @@ # Depends on: harfbuzz icu name=harfbuzz-icu -version=2.5.1 +version=2.5.3 release=1 source=(https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.xz) @@ -13,7 +13,8 @@ build() { ./configure \ --prefix=/usr \ - --with-icu=yes + --with-icu=yes \ + --with-graphite2=auto make make DESTDIR=$PKG install |