fontconfig: update to 2.14.0.

This commit is contained in:
mhmdanas 2022-05-05 23:31:36 +03:00 committed by Duncan Overbruck
parent 5d7e3ae950
commit 04c817ca0e
1 changed files with 7 additions and 11 deletions

View File

@ -1,23 +1,19 @@
# Template file for 'fontconfig'
pkgname=fontconfig
version=2.13.1
revision=3
version=2.14.0
revision=1
build_style=gnu-configure
configure_args="--enable-static --enable-docs --with-cache-dir=/var/cache/${pkgname}"
hostmakedepends="gperf pkg-config"
makedepends="expat-devel freetype-devel libuuid-devel"
hostmakedepends="gperf pkg-config python3"
makedepends="expat-devel freetype-devel"
checkdepends="curl unzip"
conf_files="/etc/fonts/fonts.conf"
short_desc="Library for configuring and customizing font access"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.fontconfig.org"
distfiles="${FREEDESKTOP_SITE}/${pkgname}/release/${pkgname}-${version}.tar.bz2"
checksum=f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741
pre_build() {
# trick to regenerate hash functions :-)
rm -f src/fcobjshash.h
}
distfiles="${FREEDESKTOP_SITE}/${pkgname}/release/${pkgname}-${version}.tar.xz"
checksum=dcbeb84c9c74bbfdb133d535fe1c7bedc9f2221a8daf3914b984c44c520e9bac
post_install() {
if [ "$CROSS_BUILD" ]; then