From 6034a39f1ca8c98025f9945b2de3ec08ad7aa728 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 20 Aug 2015 12:21:48 +0200 Subject: [PATCH] cairo,freetype,fontconfig: update ultimate patchset --- srcpkgs/cairo/template | 4 ++-- srcpkgs/fontconfig/template | 4 ++-- srcpkgs/freetype/template | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cairo/template b/srcpkgs/cairo/template index 33c72d53112..d0835170218 100644 --- a/srcpkgs/cairo/template +++ b/srcpkgs/cairo/template @@ -20,10 +20,10 @@ makedepends="libpng-devel fontconfig-devel pixman-devel libXrender-devel libglib $(vopt_if opengl MesaLib-devel) $(vopt_if gles2 MesaLib-devel)" if [ ${build_option_ultimate} ]; then - _ultimate_version="2015-06-01" + _ultimate_version="2015-08-01" _ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}" distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz" - checksum+=" b8374961e5ce5412bb06e2bcb06aa3e3a4f7681b2edf3c305a159023f2eef45b" + checksum+=" 19b3eac37f589a651e90507680c80e19bcb2ed4e3e6c63da7ca3c6e22bb209e9" post_extract() { msg_normal "Applying ultimate patchset" for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do diff --git a/srcpkgs/fontconfig/template b/srcpkgs/fontconfig/template index 2acf3cf96c0..d33601631cd 100644 --- a/srcpkgs/fontconfig/template +++ b/srcpkgs/fontconfig/template @@ -18,11 +18,11 @@ build_options="ultimate" desc_option_ultimate="Enable ultimate patchset" if [ ${build_option_ultimate} ]; then - _ultimate_version="2015-06-01" + _ultimate_version="2015-08-01" _ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}" hostmakedepends+=" python-lxml gperf automake python" distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz" - checksum+=" b8374961e5ce5412bb06e2bcb06aa3e3a4f7681b2edf3c305a159023f2eef45b" + checksum+=" 19b3eac37f589a651e90507680c80e19bcb2ed4e3e6c63da7ca3c6e22bb209e9" conf_files+=" etc/fonts/conf.avail.infinality/combi/30-metric-aliases-combi.conf etc/fonts/conf.avail.infinality/combi/37-repl-global-combi.conf diff --git a/srcpkgs/freetype/template b/srcpkgs/freetype/template index 85f23ae4d13..5f085117995 100644 --- a/srcpkgs/freetype/template +++ b/srcpkgs/freetype/template @@ -16,16 +16,16 @@ build_options="ultimate" desc_option_ultimate="Enable ultimate patchset" if [ "${build_option_ultimate}" ]; then - _ultimate_version="2015-06-01" + _ultimate_version="2015-08-01" _ultimate_wrksrc="${XBPS_BUILDDIR}/fontconfig-ultimate-${_ultimate_version}/" distfiles+=" https://github.com/bohoomil/fontconfig-ultimate/archive/${_ultimate_version}.tar.gz" - checksum+=" b8374961e5ce5412bb06e2bcb06aa3e3a4f7681b2edf3c305a159023f2eef45b" + checksum+=" 19b3eac37f589a651e90507680c80e19bcb2ed4e3e6c63da7ca3c6e22bb209e9" conf_files+=" /etc/profile.d/infinality-settings.sh" post_extract() { msg_normal "Applying ultimate patchset" for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do - [[ $P != *"upstream"* ]] && patch -p1 < $P + patch -p1 < $P done }