Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fontconfig: update to 2.14.0. #36993

Merged
merged 1 commit into from Jun 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 7 additions & 11 deletions srcpkgs/fontconfig/template
@@ -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
Expand Down