[gtkpod] Patch for anjuta 3.5.4.

Jon Ciesla limb at fedoraproject.org
Wed Jul 25 13:51:12 UTC 2012


commit 63d24451b4c26f9a3916076615a1ef2ac9d235bf
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Jul 25 08:49:56 2012 -0500

    Patch for anjuta 3.5.4.

 gtkpod-2.1.2-anjuta.patch |   11 +++++++++++
 gtkpod.spec               |    3 +++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/gtkpod-2.1.2-anjuta.patch b/gtkpod-2.1.2-anjuta.patch
new file mode 100644
index 0000000..08c64f7
--- /dev/null
+++ b/gtkpod-2.1.2-anjuta.patch
@@ -0,0 +1,11 @@
+--- src/anjuta-app.c~	2012-06-01 03:14:23.000000000 -0500
++++ src/anjuta-app.c	2012-07-25 08:15:37.289630966 -0500
+@@ -501,7 +501,7 @@
+     g_list_free(plugins_dirs);
+ 
+     /* Preferences */
+-    app->preferences = anjuta_preferences_new(app->plugin_manager);
++    app->preferences = anjuta_preferences_new(app->plugin_manager, PREF_SCHEMA);
+     g_object_add_weak_pointer(G_OBJECT (app->preferences), (gpointer) &app->preferences);
+ 
+     g_signal_connect(app->settings, "changed::" GDL_STYLE, G_CALLBACK(on_gdl_style_changed), app);
diff --git a/gtkpod.spec b/gtkpod.spec
index c722963..80fdf5f 100644
--- a/gtkpod.spec
+++ b/gtkpod.spec
@@ -10,6 +10,7 @@ URL:            http://www.gtkpod.org/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Don't use -DGTK_DISABLE_DEPRECATED until https://bugzilla.redhat.com/show_bug.cgi?id=734605 is fixed
 #Patch0:         gtkpod-2.1.0-no-gtk-disable-deprecated.patch
+Patch1:		gtkpod-2.1.2-anjuta.patch
 
 BuildRequires:  gtk3-devel
 BuildRequires:  curl-devel
@@ -49,6 +50,7 @@ developing extensions for gtkpod.
 %prep
 %setup -q
 #%patch0 -p1 -b .no-gtk-disable-deprecated
+%patch1 -p0 -b .anjuta
 
 %build
 %configure --disable-static
@@ -109,6 +111,7 @@ fi
 %changelog
 * Tue Jul 24 2012 Jon Ciesla <limburgher at gmail.com> - 2.1.2-1
 - Latest upstream.
+- Patch for anjuta 3.5.4.
 
 * Mon Jul 23 2012 Kalev Lember <kalevlember at gmail.com> - 2.1.1-5
 - Rebuilt for libgdl 3.5.4 soname bump


More information about the scm-commits mailing list