[arch-commits] Commit in gtk2/trunk (PKGBUILD printbackendcups-include-gstdio.patch)

Jan de Groot jgc at archlinux.org
Sun Jun 8 10:45:53 UTC 2008


    Date: Sunday, June 8, 2008 @ 06:45:53
  Author: jgc
Revision: 2558

upgpkg: gtk2 2.12.10-1

Modified:
  gtk2/trunk/PKGBUILD
Deleted:
  gtk2/trunk/printbackendcups-include-gstdio.patch

---------------------------------------+
 PKGBUILD                              |   12 +++++-------
 printbackendcups-include-gstdio.patch |   11 -----------
 2 files changed, 5 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-08 10:30:49 UTC (rev 2557)
+++ PKGBUILD	2008-06-08 10:45:53 UTC (rev 2558)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtk2
-pkgver=2.12.9
-pkgrel=2
+pkgver=2.12.10
+pkgrel=1
 pkgdesc="The GTK+ Toolkit (v2)"
 arch=(i686 x86_64)
 url="http://www.gtk.org/"
 install=gtk2.install
-depends=('atk>=1.22.0' 'pango>=1.20.2-2' 'libxcursor' 'libxinerama' 'libxrandr>=1.2.1' 'libxi' 'libcups>=1.3.6' 'libxcomposite' 'libxdamage')
+depends=('atk>=1.22.0' 'pango>=1.20.3' 'libxcursor' 'libxinerama' 'libxrandr>=1.2.1' 'libxi' 'libcups>=1.3.7' 'libxcomposite' 'libxdamage')
 makedepends=('pkgconfig')
 replaces=('gtkprint-cups')
 conflicts=('gtkprint-cups')
@@ -16,16 +16,14 @@
 backup=(etc/gtk-2.0/gtkrc)
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.12/gtk+-${pkgver}.tar.bz2
-	gtkclipboard-check.patch
-	printbackendcups-include-gstdio.patch)
-md5sums=('33499772fdc3bea569c6d5673e5831b4'
+	gtkclipboard-check.patch)
+md5sums=('5fcbdd2254eedb6b9ae828afc01d9eaa'
          '4025d3c15d6c6f73a032f403ffd4ff1c')
 
 build() {
   cd ${startdir}/src/gtk+-${pkgver}
   # Workaround patch for flash
   patch -Np1 -i ${startdir}/src/gtkclipboard-check.patch || return 1
-  patch -Np1 -i ${startdir}/src/printbackendcups-include-gstdio.patch || return 1
 
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --with-xinput=xfree \

Deleted: printbackendcups-include-gstdio.patch
===================================================================
--- printbackendcups-include-gstdio.patch	2008-06-08 10:30:49 UTC (rev 2557)
+++ printbackendcups-include-gstdio.patch	2008-06-08 10:45:53 UTC (rev 2558)
@@ -1,11 +0,0 @@
-diff -p -up gtk+-2.12.9/modules/printbackends/cups/gtkprintbackendcups.c~ gtk+-2.12.9/modules/printbackends/cups/gtkprintbackendcups.c
---- gtk+-2.12.9/modules/printbackends/cups/gtkprintbackendcups.c~	2008-03-12 05:17:03.000000000 +0100
-+++ gtk+-2.12.9/modules/printbackends/cups/gtkprintbackendcups.c	2008-04-02 11:30:12.000000000 +0200
-@@ -36,6 +36,7 @@
- #include <cairo-ps.h>
- 
- #include <glib/gi18n-lib.h>
-+#include <glib/gstdio.h>
- #include <gmodule.h>
- 
- #include <gtk/gtkprintoperation.h>





More information about the arch-commits mailing list