diff options
author | Anne Nicolas <ennael@mageia.org> | 2011-03-29 08:18:51 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2011-03-29 08:18:51 +0000 |
commit | 853808d6f06f7815acbc02ccff9e87b7cf6dfd25 (patch) | |
tree | 69440f0f7a0599ad506e61d94a6b7ada73bb2d0a | |
parent | 3ac7c58f7a68387b13dec13900f84d3fdd660e53 (diff) | |
download | drakx-853808d6f06f7815acbc02ccff9e87b7cf6dfd25.tar drakx-853808d6f06f7815acbc02ccff9e87b7cf6dfd25.tar.gz drakx-853808d6f06f7815acbc02ccff9e87b7cf6dfd25.tar.bz2 drakx-853808d6f06f7815acbc02ccff9e87b7cf6dfd25.tar.xz drakx-853808d6f06f7815acbc02ccff9e87b7cf6dfd25.zip |
switch from scim to ibus (fwang patch)
-rw-r--r-- | perl-install/lang.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 5f213beb4..3771bd907 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -657,7 +657,7 @@ my %IM_config = packages => { generic => sub { qw(scim-m17n scim-tables) }, am => sub { qw(scim-tables) }, - ja => sub { qw(scim-anthy scim-input-pad scim-tomoe) }, + ja => sub { qw(scim-anthy) }, ko => sub { qw(scim-hangul) }, th => sub { qw(scim-thai) }, vi => sub { qw(scim-m17n) }, @@ -669,12 +669,11 @@ my %IM_config = GTK_IM_MODULE => 'scim-bridge', XIM_PROGRAM => 'scim-bridge', XMODIFIERS => '@im=SCIM', - default_for_lang => 'am ja ko th vi zh_CN zh_TW', packages => { common => sub { if_($is_kde4, 'scim-bridge-qt4') }, generic => sub { qw(scim-m17n scim-tables) }, am => sub { qw(scim-tables) }, - ja => sub { qw(scim-anthy scim-input-pad scim-tomoe) }, + ja => sub { qw(scim-anthy) }, ko => sub { qw(scim-hangul) }, th => sub { qw(scim-thai) }, vi => sub { qw(scim-m17n) }, @@ -686,6 +685,7 @@ my %IM_config = QT_IM_MODULE => 'ibus', XIM_PROGRAM => 'ibus-daemon -d -x', XMODIFIERS => '@im=ibus', + default_for_lang => 'am ja ko th vi zh_CN zh_TW', packages => { generic => sub { qw(ibus-table ibus-m17n), if_($is_kde4, 'ibus-qt4') }, ja => sub { qw(ibus-anthy) }, |