From 2eed8bc1beb7848411fca2497e5e91090f0c3f27 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 13 Jul 2023 01:17:49 +0200 Subject: [PATCH] Update static-compat-harfbuzz to 8.0.1 --- harfbuzz/static-compat/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/harfbuzz/static-compat/PKGBUILD b/harfbuzz/static-compat/PKGBUILD index ac224b0d..f0892b4b 100644 --- a/harfbuzz/static-compat/PKGBUILD +++ b/harfbuzz/static-compat/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=harfbuzz pkgname=static-compat-$_pkgname -pkgver=6.0.0 +pkgver=8.0.1 pkgrel=1 pkgdesc="OpenType text shaping engine" url="https://www.freedesktop.org/wiki/Software/HarfBuzz" @@ -13,7 +13,7 @@ depends=(static-compat-glib2 static-compat-freetype2 static-compat-graphite) makedepends=(gobject-introspection ragel git python static-compat-meson) checkdepends=(python-fonttools python-setuptools) options=(!emptydirs !docs staticlibs) -_commit=afcae83a064843d71d47624bc162e121cc56c08b # tags/6.0.0^0 +_commit=d160d9389cb4c5b15ebea9b41eb74018c4358924 # tags/8.0.1^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") sha256sums=('SKIP') @@ -31,8 +31,11 @@ build() { export PATH=$PWD:$PATH printf '#!/usr/bin/bash\nexec /usr/bin/pkg-config --static "$@"\n' > pkg-config chmod +x pkg-config - # disable tools (and related tests) + # disable tools and tests that would run into linker errors echo '' > harfbuzz/util/meson.build + echo '' > harfbuzz/test/api/meson.build + echo '' > harfbuzz/test/fuzzing/meson.build + echo '' > harfbuzz/test/threads/meson.build echo '' > harfbuzz/test/shape/meson.build echo '' > harfbuzz/test/subset/meson.build static-compat-meson harfbuzz build \