harfbuzz: update to 8.0.1.

This commit is contained in:
Duncaen 2023-07-16 15:41:00 +02:00
parent a4e1cd0b46
commit 040527fa26
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,11 +1,18 @@
# Template file for 'harfbuzz'
pkgname=harfbuzz
version=7.3.0
revision=2
version=8.0.1
revision=1
build_style=meson
build_helper="gir qemu"
configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled
-Dgraphite=enabled -Dintrospection=enabled"
configure_args="
-Dcairo=enabled
-Ddocs=enabled
-Dfreetype=enabled
-Dglib=enabled
-Dgraphite=enabled
-Dicu=enabled
-Dintrospection=enabled
-Dutilities=enabled"
hostmakedepends="glib-devel pkg-config gtk-doc"
makedepends="cairo-devel graphite-devel icu-devel libxml2"
short_desc="OpenType text shaping engine"
@ -14,7 +21,7 @@ license="MIT"
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
changelog="https://github.com/harfbuzz/harfbuzz/raw/main/NEWS"
distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
checksum=20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb
checksum=c1ce780acd385569f25b9a29603d1d5bc71e6940e55bfdd4f7266fad50e42620
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=enabled"