From 9317be73a45b5fd815106a9e6a64beebc490698e Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Mon, 30 Jan 2023 16:15:09 +0000 Subject: [PATCH] fontconfig: update to 2.14.2. --- srcpkgs/fontconfig/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fontconfig/template b/srcpkgs/fontconfig/template index 636df1d5da7b6d..bb76f8f95d246a 100644 --- a/srcpkgs/fontconfig/template +++ b/srcpkgs/fontconfig/template @@ -1,6 +1,6 @@ # Template file for 'fontconfig' pkgname=fontconfig -version=2.14.1 +version=2.14.2 revision=1 build_style=gnu-configure configure_args="--enable-static --enable-docs --with-cache-dir=/var/cache/${pkgname}" @@ -12,12 +12,12 @@ short_desc="Library for configuring and customizing font access" maintainer="Orphaned " license="MIT" homepage="http://www.fontconfig.org" -distfiles="${FREEDESKTOP_SITE}/${pkgname}/release/${pkgname}-${version}.tar.xz" -checksum=298e883f6e11d2c5e6d53c8a8394de58d563902cfab934e6be12fb5a5f361ef0 +distfiles="${FREEDESKTOP_SITE}/fontconfig/release/fontconfig-${version}.tar.xz" +checksum=dba695b57bce15023d2ceedef82062c2b925e51f5d4cc4aef736cf13f60a468b post_install() { if [ "$CROSS_BUILD" ]; then - sed -i 's,\(Cflags: -I${includedir}\).*,\1,g' ${DESTDIR}/usr/lib/pkgconfig/fontconfig.pc + vsed -i 's,\(Cflags: -I${includedir}\).*,\1,g' ${DESTDIR}/usr/lib/pkgconfig/fontconfig.pc fi vlicense COPYING }