[arch-commits] CVS update of extra/system/ghostscript (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 25 13:27:06 UTC 2007


    Date: Sunday, November 25, 2007 @ 08:27:06
  Author: andyrtr
    Path: /home/cvs-extra/extra/system/ghostscript

Modified: PKGBUILD (1.41 -> 1.42)

updatepkg 8.61-1


----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


Index: extra/system/ghostscript/PKGBUILD
diff -u extra/system/ghostscript/PKGBUILD:1.41 extra/system/ghostscript/PKGBUILD:1.42
--- extra/system/ghostscript/PKGBUILD:1.41	Mon Oct  1 17:21:40 2007
+++ extra/system/ghostscript/PKGBUILD	Sun Nov 25 08:27:06 2007
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD,v 1.41 2007/10/01 21:21:40 andyrtr Exp $
+# $Id: PKGBUILD,v 1.42 2007/11/25 13:27:06 andyrtr Exp $
 # Maintainer: AndyRTR <andyrtr at archlinux.org>
 pkgname=ghostscript
-pkgver=8.60
+pkgver=8.61
 pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 url="http://www.cs.wisc.edu/~ghost/"
 #url="http://www.cups.org/espgs/"
 install=ghostscript.install
-source=(ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs860/ghostscript-${pkgver}.tar.bz2)
-md5sums=('89fc0a90e67caf151a9d6855200c68ca')
+source=(ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs861/ghostscript-${pkgver}.tar.bz2)
+md5sums=('abff0506cd249cba3ad862d8fe4f6474')
 options=('!libtool' '!makeflags')
 
 build() {
@@ -22,9 +22,7 @@
   [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
   # Build IJS
   cd ${startdir}/src/ghostscript-${pkgver}/ijs
-  aclocal
-  autoconf
-  automake --add-missing --copy || : # Ships with broken symlinks
+  ./autogen.sh
   ./configure --prefix=/usr --enable-shared --disable-static
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1




More information about the arch-commits mailing list