Browse Source

ibus: modify im trigger key

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4015 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 years ago
parent
commit
8e0f294285
1 changed files with 6 additions and 1 deletions
  1. 6 1
      i/ibus/ibus-vl.spec

+ 6 - 1
i/ibus/ibus-vl.spec

@@ -16,6 +16,8 @@ Patch0: ibus-1.2.0.20091024-fixPOFILES.in.patch
 Patch1: ibus-1.3.9-locale-parser.patch
 # add default preload engines
 Patch10: ibus-1.3.9-add-preload-engines.patch
+# add Shift+space as trigger key instead of Ctrl+space
+Patch20: ibus-1.3.9-vine.patch
 
 Requires: gtk2, pyxdg, iso-codes, dbus-python >= 0.83.0
 Requires: notify-python
@@ -74,7 +76,8 @@ The ibus-gtk3 contains ibus im module for gtk3.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch10 -p1
+%patch10 -p1 -b .add-default-preload-engine
+%patch20 -p1 -b .vine
 %configure \
 	--disable-static \
 %if %{?_dist_release} != "vl5"
@@ -203,6 +206,8 @@ touch --no-create %{_datadir}/icons/hicolor || :
   Use LC_MESSAGES instead of LC_ALL in bus_ibus_impl_set_default_preload_engines.
 - add "Catgegories=Applications;X-GNOME-PersonalSettings" to ibus-setup.desktop
 - add patch10 to add default preload engines to gconf schemas
+- add patch20 to modify IM trigger shortcut keys
+  - add Shift+space, remove Ctrl+space
 
 * Tue Apr 19 2011 IWAI, Masaharu <iwai@alib.jp> 1.3.9-4vl6
 - drop {post,postun} script for gtk3 immodules in main package