Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/dasher/files: dasher-4.6.1-gnome.patch
Date: Tue, 20 Nov 2007 16:38:12
Message-Id: E1IuW6x-0004On-1d@stork.gentoo.org
1 drac 07/11/20 16:38:07
2
3 Added: dasher-4.6.1-gnome.patch
4 Log:
5 amd64 stable wrt #199740, apply patch from #189307, thanks to David Barnett.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 app-accessibility/dasher/files/dasher-4.6.1-gnome.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/files/dasher-4.6.1-gnome.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/files/dasher-4.6.1-gnome.patch?rev=1.1&content-type=text/plain
13
14 Index: dasher-4.6.1-gnome.patch
15 ===================================================================
16 diff -ru dasher-4.6.1/Src/Gtk2/dasher_editor.cpp dasher-4.6.1-patched/Src/Gtk2/dasher_editor.cpp
17 --- dasher-4.6.1/Src/Gtk2/dasher_editor.cpp 2007-11-03 19:47:26.000000000 -0400
18 +++ dasher-4.6.1-patched/Src/Gtk2/dasher_editor.cpp 2007-11-03 19:46:08.000000000 -0400
19 @@ -23,9 +23,9 @@
20 #include <glib/gi18n.h>
21 #include <gtk/gtk.h>
22 /* TODO: r4epair gnome libs flags (or get rid of entirely) */
23 -//#ifdef GNOME_LIBS
24 +#ifdef GNOME_LIBS
25 #include <libgnomevfs/gnome-vfs.h>
26 -//#endif
27 +#endif
28
29 #include "dasher_action_keyboard.h"
30 #ifdef WITH_MAEMO
31 Only in dasher-4.6.1/Src/Gtk2: dasher_editor.cpp.orig
32 Only in dasher-4.6.1-patched/Src/Gtk2: dasher_editor.cpp.rej
33 diff -ru dasher-4.6.1/Src/Gtk2/dasher_editor_internal.cpp dasher-4.6.1-patched/Src/Gtk2/dasher_editor_internal.cpp
34 --- dasher-4.6.1/Src/Gtk2/dasher_editor_internal.cpp 2007-10-15 09:55:06.000000000 -0400
35 +++ dasher-4.6.1-patched/Src/Gtk2/dasher_editor_internal.cpp 2007-11-03 19:47:58.000000000 -0400
36 @@ -3,9 +3,9 @@
37 #include <glib/gi18n.h>
38 #include <gtk/gtk.h>
39 /* TODO: r4epair gnome libs flags (or get rid of entirely) */
40 -//#ifdef GNOME_LIBS
41 +#ifdef GNOME_LIBS
42 #include <libgnomevfs/gnome-vfs.h>
43 -//#endif
44 +#endif
45
46
47 #ifdef WITH_MAEMO
48 diff -ru dasher-4.6.1/Src/Gtk2/dasher_main.cpp dasher-4.6.1-patched/Src/Gtk2/dasher_main.cpp
49 --- dasher-4.6.1/Src/Gtk2/dasher_main.cpp 2007-11-03 19:47:26.000000000 -0400
50 +++ dasher-4.6.1-patched/Src/Gtk2/dasher_main.cpp 2007-11-03 19:46:08.000000000 -0400
51 @@ -8,7 +8,9 @@
52 #ifdef WITH_MAEMOFULLSCREEN
53 #include <hildon-widgets/hildon-program.h>
54 #endif
55 +#ifdef GNOME_LIBS
56 #include <libgnome/libgnome.h>
57 +#endif
58
59 #include "GtkDasherControl.h"
60 #include "KeyboardHelper.h"
61
62
63
64 --
65 gentoo-commits@g.o mailing list