rpms/scim/devel scim-1.4.7-remove-locale.patch, NONE, 1.1 scim.spec, 1.101, 1.102

Huang Peng (phuang) fedora-extras-commits at redhat.com
Thu Feb 14 10:29:52 UTC 2008


Author: phuang

Update of /cvs/pkgs/rpms/scim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9891

Modified Files:
	scim.spec 
Added Files:
	scim-1.4.7-remove-locale.patch 
Log Message:
remove support locales in gtk im-scim module to avoid gtk automatically pick up scim im module.


scim-1.4.7-remove-locale.patch:

--- NEW FILE scim-1.4.7-remove-locale.patch ---
diff -up scim-1.4.7/extras/gtk2_immodule/imscim.cpp.remove-locale scim-1.4.7/extras/gtk2_immodule/imscim.cpp
--- scim-1.4.7/extras/gtk2_immodule/imscim.cpp.remove-locale	2008-02-14 18:19:12.000000000 +0800
+++ scim-1.4.7/extras/gtk2_immodule/imscim.cpp	2008-02-14 18:19:21.000000000 +0800
@@ -33,7 +33,7 @@ static const GtkIMContextInfo scim_info 
   "SCIM Input Method",		/* Human readable name */
   "scim",			/* Translation domain */
   SCIM_LOCALEDIR,		/* Dir for bindtextdomain (not strictly needed for "gtk+") */
-  "ja:ko:zh"			/* Languages for which this module is the default */
+  ""			/* Languages for which this module is the default */
 };
 
 static const GtkIMContextInfo *info_list[] = {


Index: scim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim/devel/scim.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- scim.spec	21 Jan 2008 08:01:49 -0000	1.101
+++ scim.spec	14 Feb 2008 10:29:17 -0000	1.102
@@ -3,7 +3,7 @@
 
 Name:      scim
 Version:   1.4.7
-Release:   8%{?dist}
+Release:   9%{?dist}
 Summary:   Smart Common Input Method platform
 
 License:   LGPLv2+
@@ -37,6 +37,7 @@
 Patch15:   scim-gtkimm-default-snooper-off-213796.patch
 Patch17:   scim-1.4.5-no-rpath-libdir.patch
 Patch18:   scim-1.4.7-ja-sinhala-236715.patch
+Patch19:   scim-1.4.7-remove-locale.patch
 
 %description
 SCIM is a user friendly and full featured input method user interface and
@@ -154,6 +155,7 @@
 %patch15 -p1 -b .15-key-snooper~
 %patch17 -p1 -b .17-rpath~
 %patch18 -p1 -b .18-sinhala~
+%patch19 -p1 -b .19-remove-locale~
 
 %if %{snapshot}
 ./bootstrap
@@ -291,6 +293,9 @@
 
 
 %changelog
+* Thu Feb 14 2008 Huang Peng <phuang at redhat.com> - 1.4.7-9
+- remove support locales in gtk im-scim module to avoid gtk automatically pick up scim im module.
+
 * Mon Jan 21 2008 Jens Petersen <petersen at redhat.com> - 1.4.7-8
 - change the default Simplied Chinese IME to scim-python Pinyin
 - do not set the trigger hotkey for all locale by default




More information about the fedora-extras-commits mailing list