rpms/libgnome/devel libgnome-2.12.0.1-inputmethod.patch, NONE, 1.1 libgnome.spec, 1.35, 1.36

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 24 20:18:12 UTC 2005


Author: mclasen

Update of /cvs/dist/rpms/libgnome/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21109

Modified Files:
	libgnome.spec 
Added Files:
	libgnome-2.12.0.1-inputmethod.patch 
Log Message:
Support hiding the input method menu


libgnome-2.12.0.1-inputmethod.patch:
 desktop_gnome_interface.schemas.in |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+)

--- NEW FILE libgnome-2.12.0.1-inputmethod.patch ---
--- libgnome-2.12.0.1/schemas/desktop_gnome_interface.schemas.in.inputmethod	2005-10-19 16:17:06.000000000 -0400
+++ libgnome-2.12.0.1/schemas/desktop_gnome_interface.schemas.in	2005-10-19 16:19:56.000000000 -0400
@@ -260,5 +260,29 @@
 	<long>Keyboard shortcut to open the menu bars.</long>
       </locale>
     </schema>
+    <schema>
+      <key>/schemas/desktop/gnome/interface/show_input_method_menu</key>
+      <applyto>/desktop/gnome/interface/show_input_method_menu</applyto>
+      <owner>gnome</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+	<short>Show the 'Input Methods' menu</short>
+	<long>Whether the context menus of entries and text views 
+        should offer to change the input method</long>
+      </locale>
+    </schema>
+    <schema>
+      <key>/schemas/desktop/gnome/interface/show_unicode_menu</key>
+      <applyto>/desktop/gnome/interface/show_unicode_menu</applyto>
+      <owner>gnome</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+	<short>Show the 'Unicode Control Character' menu</short>
+	<long>Whether the context menus of entries and text views 
+        should offer to insert control characters</long>
+      </locale>
+    </schema>
   </schemalist>
 </gconfschemafile>


Index: libgnome.spec
===================================================================
RCS file: /cvs/dist/rpms/libgnome/devel/libgnome.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- libgnome.spec	30 Sep 2005 03:48:22 -0000	1.35
+++ libgnome.spec	24 Oct 2005 20:18:07 -0000	1.36
@@ -49,6 +49,8 @@
 Patch5: libgnome-2.8.0-default-browser.patch
 Patch6: libgnome-2.8.0-stat-homedir.patch
 Patch7: libgnome-2.9.1-popt.patch
+# 
+Patch8: libgnome-2.12.0.1-inputmethod.patch
 
 # Added to avoid the warning messages about utmp group, bug #24171
 # fixme, just libzvt?
@@ -101,6 +103,7 @@
 %patch5 -p1 -b .default-browser
 %patch6 -p1 -b .stat-homedir
 %patch7 -p1 -b .popt
+%patch8 -p1 -b .inputmethod
 
 %build
 intltoolize -f
@@ -153,6 +156,9 @@
 %{_datadir}/gtk-doc
 
 %changelog
+* Mon Oct 24 2005 Matthias Clasen <mclasen at redhat.com> - 2.12.0.1-1
+- Add schema for some new keys
+
 * Thu Sep 29 2005 Matthias Clasen <mclasen at redhat.com> - 2.12.0.1-1
 - Update to 2.12.0.1
 




More information about the fedora-cvs-commits mailing list