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

Andreas Radke andyrtr at archlinux.org
Wed Jul 27 19:34:13 UTC 2016


    Date: Wednesday, July 27, 2016 @ 19:34:13
  Author: andyrtr
Revision: 272520

upgpkg: gutenprint 5.2.11-4

make the ijs driver work again - depend on new ijs pkg

Modified:
  gutenprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-27 18:18:40 UTC (rev 272519)
+++ PKGBUILD	2016-07-27 19:34:13 UTC (rev 272520)
@@ -4,11 +4,11 @@
 pkgbase=gutenprint
 pkgname=('gutenprint' 'foomatic-db-gutenprint' 'foomatic-db-gutenprint-ppds')
 pkgver=5.2.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Top quality printer drivers for POSIX systems"
 arch=('i686' 'x86_64')
 license=('GPL')
-makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ghostscript'
+makedepends=('gimp' 'gtk2' 'cups' 'foomatic-db-engine' 'ijs' 'ghostscript'
             # for the docs
             'dialog' 'doxygen' 'docbook-utils' 'texi2html' 'texlive-bin')
 source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
@@ -49,10 +49,10 @@
 package_gutenprint() {
   pkgdesc="Top quality printer drivers for POSIX systems"
   install=gutenprint.install
-  depends=('cups' 'cups-filters')
+  depends=('cups' 'cups-filters' 'ijs')
   optdepends=('gimp:	adds gutenprint plugin to gimp'
             'libusb:	required for drivers that depend on gutenprint52usb backend'
-            'foomatic-db-gutenprint-ppds')
+            'foomatic-db-gutenprint-ppds: prebuilt ppd files')
   replaces=('gimp-print')
   options=('!emptydirs')
   
@@ -76,9 +76,6 @@
   pkgdesc="database of printers,printer drivers, and driver descriptions"
   depends=('foomatic-db-engine')
 
-  # this pkg is deprecated and probably won't work well because
-  # with ghostscript 9.19 ijsgutenprint binary is missing.
-
   cd ${pkgbase}-${pkgver}
   mkdir -p ${pkgdir}/usr/share/gutenprint
   mv $srcdir/tmp_foomatic-db-gutenprint/foomatic ${pkgdir}/usr/share/foomatic



More information about the arch-commits mailing list