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

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Aug 13 17:54:46 UTC 2013


    Date: Tuesday, August 13, 2013 @ 19:54:45
  Author: andyrtr
Revision: 192537

upgpkg: ghostscript 9.07-3

remove two filters that are now maintained upstream in cups-filters

Modified:
  ghostscript/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-13 16:44:33 UTC (rev 192536)
+++ PKGBUILD	2013-08-13 17:54:45 UTC (rev 192537)
@@ -3,7 +3,7 @@
 
 pkgname=ghostscript
 pkgver=9.07
-pkgrel=2
+pkgrel=3
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -65,4 +65,7 @@
   # install IJS
   cd ijs
   make DESTDIR="${pkgdir}" install
+  
+  # remove filters that are now maintained in cups-filters as upstream home
+  rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
 }




More information about the arch-commits mailing list