diff --git a/harfbuzz-32/.footprint b/harfbuzz-32/.footprint index e0a80f78..e3e5f13b 100644 --- a/harfbuzz-32/.footprint +++ b/harfbuzz-32/.footprint @@ -4,14 +4,14 @@ 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 lrwxrwxrwx root/root usr/lib32/libharfbuzz-gobject.so -> libharfbuzz-gobject.so.0 -lrwxrwxrwx root/root usr/lib32/libharfbuzz-gobject.so.0 -> libharfbuzz-gobject.so.0.30000.0 --rwxr-xr-x root/root usr/lib32/libharfbuzz-gobject.so.0.30000.0 +lrwxrwxrwx root/root usr/lib32/libharfbuzz-gobject.so.0 -> libharfbuzz-gobject.so.0.30100.0 +-rwxr-xr-x root/root usr/lib32/libharfbuzz-gobject.so.0.30100.0 lrwxrwxrwx root/root usr/lib32/libharfbuzz-subset.so -> libharfbuzz-subset.so.0 -lrwxrwxrwx root/root usr/lib32/libharfbuzz-subset.so.0 -> libharfbuzz-subset.so.0.30000.0 --rwxr-xr-x root/root usr/lib32/libharfbuzz-subset.so.0.30000.0 +lrwxrwxrwx root/root usr/lib32/libharfbuzz-subset.so.0 -> libharfbuzz-subset.so.0.30100.0 +-rwxr-xr-x root/root usr/lib32/libharfbuzz-subset.so.0.30100.0 lrwxrwxrwx root/root usr/lib32/libharfbuzz.so -> libharfbuzz.so.0 -lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.30000.0 --rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.30000.0 +lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.30100.0 +-rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.30100.0 drwxr-xr-x root/root usr/lib32/pkgconfig/ -rw-r--r-- root/root usr/lib32/pkgconfig/harfbuzz-gobject.pc -rw-r--r-- root/root usr/lib32/pkgconfig/harfbuzz-subset.pc diff --git a/harfbuzz-32/.signature b/harfbuzz-32/.signature index 796b2cb2..c1e771ff 100644 --- a/harfbuzz-32/.signature +++ b/harfbuzz-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXY+DRSFWv8rc6Z99JRsGezeRXFPOh+dREmOnXBTKW77VHuJtASZ+BGQBchCZrrVXhmyfjpKBh68HNuh6OtFi/gQ= -SHA256 (Pkgfile) = bb72c14ae78e4149cef028339044df22f8ddc356bc8c2aba12cbefbb26c50baa -SHA256 (.footprint) = 8d51bf4345fd96acba0ddebbd0ca1e73bc52d8fcfe5b0372059962c3f0836e5d -SHA256 (harfbuzz-3.0.0.tar.gz) = 55f7e36671b8c5569b6438f80efed2fd663298f785ad2819e115b35b5587ef69 +RWSwxGo/zH7eXRz2JGsu/WpB7JHyZEqksyPNwA49ou3Wvsg6tV05xsVgmHBRWJHTreviixV1PBGDicJkAcSy55+GTLf7D7pdCgE= +SHA256 (Pkgfile) = 447e1d88252d4d2a6a49b7da24ec87113624a93d54342980be40317185d956d3 +SHA256 (.footprint) = a891a56383f9c4d67b198768b7941823ba2cc7f0bc3fc3fff370ecbed198b01e +SHA256 (harfbuzz-3.1.0.tar.gz) = df48973da20110a7c1da4ef2746e7dc460bb171166dc3df1deb825f6d18982a0 diff --git a/harfbuzz-32/Pkgfile b/harfbuzz-32/Pkgfile index e0ff4041..dcd9973c 100644 --- a/harfbuzz-32/Pkgfile +++ b/harfbuzz-32/Pkgfile @@ -1,10 +1,11 @@ # Description: An OpenType text shaping engine -# URL: https://www.freedesktop.org/wiki/Software/HarfBuzz +# URL: https://www.freedesktop.org/wiki/Software/HarfBuzz # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: cairo-32 harfbuzz +# Optional: icu-32 name=harfbuzz-32 -version=3.0.0 +version=3.1.0 release=1 source=(https://github.com/harfbuzz/harfbuzz/archive/$version/${name%-*}-$version.tar.gz) @@ -15,7 +16,7 @@ build() { -D benchmark=disabled \ -D docs=disabled \ -D graphite=disabled \ - -D icu=disabled \ + -D icu=$(prt-get isinst icu-32 >/dev/null && echo enabled || echo disabled) \ -D introspection=disabled meson compile -C build -j ${JOBS:-1}