mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
harfbuzz: update to 8.0.1.
This commit is contained in:
parent
a4e1cd0b46
commit
040527fa26
1 changed files with 12 additions and 5 deletions
|
@ -1,11 +1,18 @@
|
||||||
# Template file for 'harfbuzz'
|
# Template file for 'harfbuzz'
|
||||||
pkgname=harfbuzz
|
pkgname=harfbuzz
|
||||||
version=7.3.0
|
version=8.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir qemu"
|
build_helper="gir qemu"
|
||||||
configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled
|
configure_args="
|
||||||
-Dgraphite=enabled -Dintrospection=enabled"
|
-Dcairo=enabled
|
||||||
|
-Ddocs=enabled
|
||||||
|
-Dfreetype=enabled
|
||||||
|
-Dglib=enabled
|
||||||
|
-Dgraphite=enabled
|
||||||
|
-Dicu=enabled
|
||||||
|
-Dintrospection=enabled
|
||||||
|
-Dutilities=enabled"
|
||||||
hostmakedepends="glib-devel pkg-config gtk-doc"
|
hostmakedepends="glib-devel pkg-config gtk-doc"
|
||||||
makedepends="cairo-devel graphite-devel icu-devel libxml2"
|
makedepends="cairo-devel graphite-devel icu-devel libxml2"
|
||||||
short_desc="OpenType text shaping engine"
|
short_desc="OpenType text shaping engine"
|
||||||
|
@ -14,7 +21,7 @@ license="MIT"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||||
changelog="https://github.com/harfbuzz/harfbuzz/raw/main/NEWS"
|
changelog="https://github.com/harfbuzz/harfbuzz/raw/main/NEWS"
|
||||||
distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
|
distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
|
||||||
checksum=20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb
|
checksum=c1ce780acd385569f25b9a29603d1d5bc71e6940e55bfdd4f7266fad50e42620
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -Dtests=enabled"
|
configure_args+=" -Dtests=enabled"
|
||||||
|
|
Loading…
Add table
Reference in a new issue