Date: Tuesday, June 12, 2012 @ 14:13:19 Author: andyrtr Revision: 161634
upgpkg: gutenprint 5.2.8-1 upstream update 5.2.8 Modified: gutenprint/trunk/PKGBUILD Deleted: gutenprint/trunk/buildfix.patch ----------------+ PKGBUILD | 25 ++++++++++++------------- buildfix.patch | 22 ---------------------- 2 files changed, 12 insertions(+), 35 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-12 18:06:14 UTC (rev 161633) +++ PKGBUILD 2012-06-12 18:13:19 UTC (rev 161634) @@ -2,8 +2,8 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=gutenprint -pkgver=5.2.7 -pkgrel=3 +pkgver=5.2.8 +pkgrel=1 pkgdesc="Top quality printer drivers for POSIX systems" arch=('i686' 'x86_64') license=('GPL') @@ -14,23 +14,22 @@ 'foomatic-db-engine: to use foomatic spooler' 'ghostscript: adds postscript support for ijsgutenprint' 'gimp: adds gutenprint plugin to gimp') -source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2 buildfix.patch) +source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2) url="http://gimp-print.sourceforge.net/" replaces=('gimp-print') options=('!libtool' '!emptydirs') -md5sums=('b19029972bf28f6efd693270daf8f5de' - '2354cdecf1fbab32eca84266c8c72e7d') +md5sums=(5ed64c0f994245852da8e9fa6a137060'') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np1 -i ${srcdir}/buildfix.patch - ./configure --prefix=/usr --disable-samples --with-cups --with-gimp2 \ - --disable-translated-cups-ppds --with-gimp2-as-gutenprint \ - --disable-libgutenprintui --enable-libgutenprintui2 --disable-gtktest \ - --enable-cups-ppds --enable-cups-ppds-at-top-level \ - --with-foomatic --with-foomatic3 --with-ghostscript \ - --disable-static --disable-static-genppd --with-ijs \ - --disable-globalized-cups-ppds + ./configure --prefix=/usr \ + --enable-samples \ + --enable-cups-ppds \ + --enable-cups-ppds-at-top-level \ + --disable-translated-cups-ppds \ + --disable-globalized-cups-ppds \ + --disable-static \ + --disable-static-genppd make } Deleted: buildfix.patch =================================================================== --- buildfix.patch 2012-06-12 18:06:14 UTC (rev 161633) +++ buildfix.patch 2012-06-12 18:13:19 UTC (rev 161634) @@ -1,22 +0,0 @@ -diff -up gutenprint-5.2.7/src/cups/commandtocanon.c.build gutenprint-5.2.7/src/cups/commandtocanon.c ---- gutenprint-5.2.7/src/cups/commandtocanon.c.build 2011-06-07 13:32:37.372042304 +0100 -+++ gutenprint-5.2.7/src/cups/commandtocanon.c 2011-06-07 13:32:41.270970750 +0100 -@@ -13,6 +13,7 @@ - - #include <cups/cups.h> - #include <ctype.h> -+#include <stdio.h> - #include <stdlib.h> - - -diff -up gutenprint-5.2.7/src/cups/commandtoepson.c.build gutenprint-5.2.7/src/cups/commandtoepson.c ---- gutenprint-5.2.7/src/cups/commandtoepson.c.build 2007-12-24 17:19:20.000000000 +0000 -+++ gutenprint-5.2.7/src/cups/commandtoepson.c 2011-06-07 13:32:35.656073794 +0100 -@@ -30,6 +30,7 @@ - - #include <cups/cups.h> - #include <ctype.h> -+#include <stdio.h> - #include <stdlib.h> - #include <string.h> -
