rpms/ibus/devel ibus-default-hotkeys.patch, NONE, 1.1 ibus.spec, 1.59, 1.60

Huang Peng phuang at fedoraproject.org
Tue Apr 7 06:32:13 UTC 2009


Author: phuang

Update of /cvs/pkgs/rpms/ibus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21441

Modified Files:
	ibus.spec 
Added Files:
	ibus-default-hotkeys.patch 
Log Message:
Update default hotkeys

ibus-default-hotkeys.patch:

--- NEW FILE ibus-default-hotkeys.patch ---
diff --git a/data/ibus.schemas.in b/data/ibus.schemas.in
index 9a6330d..9c0345f 100644
--- a/data/ibus.schemas.in
+++ b/data/ibus.schemas.in
@@ -18,17 +18,11 @@
       <owner>ibus</owner>
       <type>list</type>
       <list_type>string</list_type>
+      <default>[Control+space,Zenkaku_Hankaku,Alt+Zenkaku_Hankaku,Alt+grave,Hangul]</default>
       <locale name="C">
-        <default>[Control+space]</default>
         <short>Trigger Hotkey</short>
 	    <long>Trigger hotkey for enable or disable input context</long>
       </locale>
-      <locale name="ja">
-        <default>[Zenkaku_Hankaku,Alt+Zenkaku_Hankaku,Alt+grave]</default>
-	  </locale>
-      <locale name="ko">
-        <default>[Hangul,Shift+space]</default>
-	  </locale>
     </schema>
     <schema>
       <key>/schemas/desktop/ibus/general/hotkey/next_engine</key>
@@ -36,7 +30,7 @@
       <owner>ibus</owner>
       <type>list</type>
       <list_type>string</list_type>
-      <default>[]</default>
+      <default>[Alt+Shift_L]</default>
       <locale name="C">
         <short>Next Engine Hotkey</short>
 	    <long>Next engine hotkey for switch to next input method engine</long>


Index: ibus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus/devel/ibus.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ibus.spec	7 Apr 2009 03:09:32 -0000	1.59
+++ ibus.spec	7 Apr 2009 06:31:43 -0000	1.60
@@ -8,7 +8,7 @@
 
 Name:       ibus
 Version:    1.1.0.20090407
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -16,6 +16,7 @@
 Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:    xinput-ibus
 Patch0:     ibus-HEAD.patch
+Patch1:     ibus-default-hotkeys.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -108,6 +109,7 @@
 # rm -rf docs/reference/ibus/ibus-sections.txt
 # %patch0 -p1
 # ./autogen.sh --help
+%patch1 -p1
 
 %build
 %configure --disable-static \
@@ -218,6 +220,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Apr 07 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090407-2
+- Update default hotkey settings.
+
 * Tue Apr 07 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090407-1
 - Update to ibus-1.1.0.20090407.
 - Fix bug 491042 - ibus default trigger hotkeys




More information about the fedora-extras-commits mailing list