Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+/files: gtk+-2.14.3-limit-gtksignal-includes.patch
Date: Sun, 28 Sep 2008 10:36:43
Message-Id: E1Kjtdp-0004MR-Ci@stork.gentoo.org
1 leio 08/09/28 10:36:41
2
3 Added: gtk+-2.14.3-limit-gtksignal-includes.patch
4 Log:
5 Adjust a header so that packages using GtkCList will remain buildable
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.1 x11-libs/gtk+/files/gtk+-2.14.3-limit-gtksignal-includes.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/gtk+-2.14.3-limit-gtksignal-includes.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/gtk+-2.14.3-limit-gtksignal-includes.patch?rev=1.1&content-type=text/plain
13
14 Index: gtk+-2.14.3-limit-gtksignal-includes.patch
15 ===================================================================
16 http://bugzilla.gnome.org/show_bug.cgi?id=536767
17
18 Makes inkscape and claws-mail buildable again. Basically all packages still using
19 GtkCList and single included headers.
20 --- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400
21 +++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400
22 @@ -29,7 +29,9 @@
23 #ifndef __GTK_SIGNAL_H__
24 #define __GTK_SIGNAL_H__
25
26 -#include <gtk/gtk.h>
27 +#include <gtk/gtkenums.h>
28 +#include <gtk/gtktypeutils.h>
29 +#include <gtk/gtkobject.h>
30 #include <gtk/gtkmarshal.h>
31
32 G_BEGIN_DECLS