From 1ed9a44f33d18f5de9d7cea36b0a8fe308897157 Mon Sep 17 00:00:00 2001 From: heftig Date: Tue, 9 May 2023 22:33:17 +0000 Subject: [PATCH] 7.3.0-1 git-svn-id: file:///srv/repos/svn-packages/svn@477034 eb2447ed-0c53-47e4-bac8-5bc4a241df78 --- harfbuzz/trunk/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/harfbuzz/trunk/PKGBUILD b/harfbuzz/trunk/PKGBUILD index ed8a06e4664..df78fec37da 100644 --- a/harfbuzz/trunk/PKGBUILD +++ b/harfbuzz/trunk/PKGBUILD @@ -9,7 +9,7 @@ pkgname=( harfbuzz-utils harfbuzz-docs ) -pkgver=7.2.0 +pkgver=7.3.0 pkgrel=1 pkgdesc="OpenType text shaping engine" url="https://www.freedesktop.org/wiki/Software/HarfBuzz" @@ -33,7 +33,7 @@ checkdepends=( python-fonttools python-setuptools ) -_commit=a321c4fee56b15247c10f9aa3db7e7ccb3b8173b # tags/7.2.0^0 +_commit=4584bcdc326564829d3cee3572386c90e4fd1974 # tags/7.3.0^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") b2sums=('SKIP') @@ -50,6 +50,7 @@ build() { local meson_options=( -D graphite2=enabled ) + # Harfbuzz wants no exceptions CFLAGS="${CFLAGS/-fexceptions/}" CXXFLAGS="${CXXFLAGS/-fexceptions/}" -- 2.11.4.GIT