summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2007-06-17 06:15:17 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2007-06-17 06:15:17 +0000
commitb1f76adf56dbade92b25348ec312634b58008318 (patch)
tree250a04251a79c67b0fa173fc9fb4a9673d54e5e1
parent515b2ca3541fe08c3a7ef4ccebba1a985955f8e5 (diff)
downloadgnome-applets-b1f76adf56dbade92b25348ec312634b58008318.tar.gz
gnome-applets-b1f76adf56dbade92b25348ec312634b58008318.tar.xz
gnome-applets-b1f76adf56dbade92b25348ec312634b58008318.zip
-rw-r--r--gnome-applets-2.18.0-wrong-gconf-keys.patch35
-rw-r--r--gnome-applets.spec9
2 files changed, 43 insertions, 1 deletions
diff --git a/gnome-applets-2.18.0-wrong-gconf-keys.patch b/gnome-applets-2.18.0-wrong-gconf-keys.patch
new file mode 100644
index 0000000..55d4de6
--- /dev/null
+++ b/gnome-applets-2.18.0-wrong-gconf-keys.patch
@@ -0,0 +1,35 @@
+--- gnome-applets-2.18.0/gswitchit/gswitchit.schemas.in.gkbd-gconf-prefix 2007-04-19 15:53:07.000000000 -0400
++++ gnome-applets-2.18.0/gswitchit/gswitchit.schemas.in 2007-04-19 15:55:43.000000000 -0400
+@@ -2,8 +2,8 @@
+ <gconfschemafile>
+ <schemalist>
+ <schema>
+- <key>/schemas/apps/gswitchit/Applet/secondary</key>
+- <applyto>/apps/gswitchit/Applet/secondary</applyto>
++ <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/secondary</key>
++ <applyto>/desktop/gnome/peripherals/keyboard/indicator/secondary</applyto>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>0</default>
+@@ -14,8 +14,8 @@
+ </schema>
+
+ <schema>
+- <key>/schemas/apps/gswitchit/Applet/showFlags</key>
+- <applyto>/apps/gswitchit/Applet/showFlags</applyto>
++ <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/showFlags</key>
++ <applyto>/desktop/gnome/peripherals/keyboard/indicator/showFlags</applyto>
+ <owner>gnome</owner>
+ <type>bool</type>
+ <default>false</default>
+@@ -26,8 +26,8 @@
+ </schema>
+
+ <schema>
+- <key>/schemas/apps/gswitchit/Applet/enabledPlugins</key>
+- <applyto>/apps/gswitchit/Applet/enabledPlugins</applyto>
++ <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/enabledPlugins</key>
++ <applyto>/schemas/desktop/gnome/peripherals/keyboard/indicator/enabledPlugins</applyto>
+ <owner>gnome</owner>
+ <type>list</type>
+ <list_type>string</list_type>
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 8ae3d35..fa4fe7d 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -33,7 +33,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.18.0
-Release: 10%{?dist}
+Release: 11%{?dist}
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -61,6 +61,9 @@ Patch32: gnome-applets-2.18.0-bug-buddy.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=428072
Patch33: gnome-applets-2.18.0-node-leak.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=431452
+Patch34: gnome-applets-2.18.0-wrong-gconf-keys.patch
+
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
@@ -158,6 +161,7 @@ libraries contained in the gnome-applets package.
%patch31 -p1 -b .fix-find
%patch32 -p1 -b .bug-buddy
%patch33 -p1 -b .node-leak
+%patch34 -p1 -b .wrong-gconf-keys
cp gswitchit/gswitchit-applet.png gswitchit/gswitchit-properties-capplet.png
@@ -344,6 +348,9 @@ fi
%{_libdir}/libgweather.so
%changelog
+* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-11
+- Fix #237058
+
* Tue Jun 5 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-10
- Rebuild again