Date: Tuesday, February 1, 2022 @ 22:00:36 Author: heftig Revision: 1122131
3.3.1-1 Modified: lib32-harfbuzz/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-01 21:49:26 UTC (rev 1122130) +++ PKGBUILD 2022-02-01 22:00:36 UTC (rev 1122131) @@ -3,7 +3,7 @@ pkgbase=lib32-harfbuzz pkgname=(lib32-harfbuzz lib32-harfbuzz-icu) -pkgver=3.2.0 +pkgver=3.3.1 pkgrel=1 pkgdesc="OpenType text shaping engine - 32-bit" url="https://www.freedesktop.org/wiki/Software/HarfBuzz" @@ -12,7 +12,7 @@ makedepends=(lib32-glib2 lib32-freetype2 lib32-icu ragel git python meson harfbuzz) checkdepends=(python-fonttools python-setuptools) -_commit=be91d2917d9860326cb5fd1d03ffe1042a72f6d3 # tags/3.2.0^0 +_commit=45df259538c204540819d74456d30ffb40df488a # tags/3.3.1^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") sha256sums=('SKIP') @@ -30,6 +30,10 @@ export CXX="g++ -m32" export PKG_CONFIG="i686-pc-linux-gnu-pkg-config" + # Harfbuzz wants no exceptions + CFLAGS="${CFLAGS/-fexceptions/}" + CXXFLAGS="${CXXFLAGS/-fexceptions/}" + arch-meson harfbuzz build \ --libdir=/usr/lib32 \ -D cairo=disabled \
