fontconfig: update to 2.14.0.
This commit is contained in:
parent
5d7e3ae950
commit
04c817ca0e
1 changed files with 7 additions and 11 deletions
|
@ -1,23 +1,19 @@
|
||||||
# Template file for 'fontconfig'
|
# Template file for 'fontconfig'
|
||||||
pkgname=fontconfig
|
pkgname=fontconfig
|
||||||
version=2.13.1
|
version=2.14.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-static --enable-docs --with-cache-dir=/var/cache/${pkgname}"
|
configure_args="--enable-static --enable-docs --with-cache-dir=/var/cache/${pkgname}"
|
||||||
hostmakedepends="gperf pkg-config"
|
hostmakedepends="gperf pkg-config python3"
|
||||||
makedepends="expat-devel freetype-devel libuuid-devel"
|
makedepends="expat-devel freetype-devel"
|
||||||
|
checkdepends="curl unzip"
|
||||||
conf_files="/etc/fonts/fonts.conf"
|
conf_files="/etc/fonts/fonts.conf"
|
||||||
short_desc="Library for configuring and customizing font access"
|
short_desc="Library for configuring and customizing font access"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.fontconfig.org"
|
homepage="http://www.fontconfig.org"
|
||||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/release/${pkgname}-${version}.tar.bz2"
|
distfiles="${FREEDESKTOP_SITE}/${pkgname}/release/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741
|
checksum=dcbeb84c9c74bbfdb133d535fe1c7bedc9f2221a8daf3914b984c44c520e9bac
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
# trick to regenerate hash functions :-)
|
|
||||||
rm -f src/fcobjshash.h
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue