r17071 - in /desktop/experimental/gtk+2.0/debian: changelog patches/092_fix_printtest_include.patch patches/series

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Sep 25 00:39:14 UTC 2008


Author: kov
Date: Thu Sep 25 00:39:14 2008
New Revision: 17071

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17071
Log:
new patch to fix the printing test build

Added:
    desktop/experimental/gtk+2.0/debian/patches/092_fix_printtest_include.patch
Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/patches/series

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=17071&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Thu Sep 25 00:39:14 2008
@@ -16,8 +16,10 @@
   * debian/control.in:
   - added libjasper-dev to the Build-Depends, as GTK+ now supports
     JPEG2000
-
- -- Gustavo Noronha Silva <kov at debian.org>  Wed, 24 Sep 2008 20:19:02 -0300
+  * debian/patches/092_fix_printtest_include.patch:
+  - new patch, to fix build problem in print test
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 24 Sep 2008 21:12:33 -0300
 
 gtk+2.0 (2.12.11-4) UNRELEASED; urgency=low
 

Added: desktop/experimental/gtk+2.0/debian/patches/092_fix_printtest_include.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/patches/092_fix_printtest_include.patch?rev=17071&op=file
==============================================================================
--- desktop/experimental/gtk+2.0/debian/patches/092_fix_printtest_include.patch (added)
+++ desktop/experimental/gtk+2.0/debian/patches/092_fix_printtest_include.patch Thu Sep 25 00:39:14 2008
@@ -1,0 +1,19 @@
+Index: gtk+2.0-2.14.3/modules/printbackends/test/gtkprintbackendtest.c
+===================================================================
+--- gtk+2.0-2.14.3.orig/modules/printbackends/test/gtkprintbackendtest.c	2008-09-24 21:07:22.000000000 -0300
++++ gtk+2.0-2.14.3/modules/printbackends/test/gtkprintbackendtest.c	2008-09-24 21:07:28.000000000 -0300
+@@ -35,12 +35,12 @@
+ 
+ #include <glib/gi18n-lib.h>
+ 
+-#include "gtkprintoperation.h"
++#include <gtk/gtk.h>
+ 
+ #include "gtkprintbackend.h"
+ #include "gtkprintbackendtest.h"
+ 
+-#include "gtkprinter.h"
++#include <gtk/gtkunixprint.h>
+ #include "gtkprinter-private.h"
+ 
+ typedef struct _GtkPrintBackendTestClass GtkPrintBackendTestClass;

Modified: desktop/experimental/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/patches/series?rev=17071&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/patches/series (original)
+++ desktop/experimental/gtk+2.0/debian/patches/series Thu Sep 25 00:39:14 2008
@@ -19,3 +19,4 @@
 060_ignore-random-icons.patch
 070_mandatory-relibtoolize.patch
 091_workaround_no_gtk_init_incorrect_display.patch
+092_fix_printtest_include.patch




More information about the pkg-gnome-commits mailing list