diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-17 17:09:48 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-17 18:57:40 +0100 |
commit | 2d3315393289290d009884649c2a76e41c3b7c87 (patch) | |
tree | 4203a150e213c99f6894d0180f5ed922e84aaee3 /recipes/scim/files/20_scim_config.dpatch | |
parent | 08008989b6fbd7e6227f5f5b8425bac77c87b025 (diff) |
scim: add a couple of patches from Ubuntu, Debian and Gentoo.
* all relevant patches have been pushed to and committed upstream
only relevant patch for the next release will be the generic, OE-only
"configure.patch"
Diffstat (limited to 'recipes/scim/files/20_scim_config.dpatch')
-rw-r--r-- | recipes/scim/files/20_scim_config.dpatch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/scim/files/20_scim_config.dpatch b/recipes/scim/files/20_scim_config.dpatch new file mode 100644 index 0000000000..fa15b6ab26 --- /dev/null +++ b/recipes/scim/files/20_scim_config.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 20_scim_config.dpatch by <egon@localhost.localdomain> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: update the default config (see malone #37687) + +@DPATCH@ +diff -urNad scim-1.4.7~/configs/config scim-1.4.7/configs/config +--- scim-1.4.7~/configs/config 2007-06-26 22:31:56.000000000 +0800 ++++ scim-1.4.7/configs/config 2008-04-07 15:12:54.000000000 +0800 +@@ -10,7 +10,7 @@ + /Hotkeys/FrontEnd/NextFactory = Control+Alt+Down,Shift+Control+KeyRelease+Shift_L,Shift+Control+KeyRelease+Shift_R + /Hotkeys/FrontEnd/PreviousFactory = Control+Alt+Up,Shift+Control+KeyRelease+Control_L,Shift+Control+KeyRelease+Control_R + /Hotkeys/FrontEnd/ShowFactoryMenu = Control+Alt+Right +-/Hotkeys/FrontEnd/Trigger = Control+space ++/Hotkeys/FrontEnd/Trigger = Control+space,Zenkaku_Hankaku,Hangul + /Hotkeys/FrontEnd/ValidKeyMask = Shift+Control+Alt+Meta+QuirkKanaRo + /Panel/Gtk/Color/ActiveBackground = light sky blue + /Panel/Gtk/Color/ActiveText = black + |