From ec2bde6a55001b9a96c8c285069113a7fcf303c7 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 6 Jan 2016 10:52:00 -0300 Subject: ghostscript-9.18-5.parabola1: use internal freetype to solve wrong glyphs; FS#46744 -> https://bugs.archlinux.org/task/46744 --- libre/ghostscript/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libre/ghostscript') diff --git a/libre/ghostscript/PKGBUILD b/libre/ghostscript/PKGBUILD index b3139e576..8da8dd93c 100644 --- a/libre/ghostscript/PKGBUILD +++ b/libre/ghostscript/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 249913 2015-11-01 10:30:58Z andyrtr $ +# $Id: PKGBUILD 257535 2016-01-06 09:27:50Z andyrtr $ # Maintainer (Arch): AndyRTR # Maintainer: André Silva @@ -6,7 +6,7 @@ pkgname=ghostscript pkgver=9.18 -pkgrel=4.parabola1 +pkgrel=5.parabola1 pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support" arch=('i686' 'x86_64') license=('AGPL' 'custom') @@ -57,7 +57,8 @@ build() { # force it to use system-libs # keep heavily patched included openjpeg, leads to segfault with system openjpeg # https://bugs.archlinux.org/task/38226 - rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # jbig2dec is in community + #freetype # use internal one - FS#46744 + rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 cups/libs # jbig2dec is in community autoconf --force -- cgit v1.2.3-54-g00ecf