[arch-commits] Commit in ghostscript/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Aug 11 05:16:14 UTC 2011


    Date: Thursday, August 11, 2011 @ 01:16:14
  Author: andyrtr
Revision: 135202

upgpkg: ghostscript 9.04-2
fix missing cups files FS#25504; use system lcms library

Modified:
  ghostscript/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-11 02:57:12 UTC (rev 135201)
+++ PKGBUILD	2011-08-11 05:16:14 UTC (rev 135202)
@@ -3,11 +3,11 @@
 
 pkgname=ghostscript
 pkgver=9.04
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('GPL3' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng' 'libjpeg' 'libtiff')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng' 'libjpeg' 'libtiff' 'lcms')
 makedepends=('gtk2' 'gnutls')
 optdepends=('texlive-core:      needed for dvipdf'
             'gtk2:              needed for gsx')
@@ -20,7 +20,7 @@
   cd ${srcdir}/ghostscript-${pkgver}
 
   # force it to use system-libs
-  rm -rf jpeg libpng zlib jasper expat tiff
+  rm -rf jpeg libpng zlib jasper expat tiff lcms
 
   ./configure --prefix=/usr \
 	--enable-dynamic \
@@ -30,6 +30,7 @@
 	--with-x \
 	--with-drivers=ALL\
 	--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+	--with-install-cups \
 	--disable-compile-inits # needed for linking with system-zlib
   make || return 1
   




More information about the arch-commits mailing list