From 853808d6f06f7815acbc02ccff9e87b7cf6dfd25 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Tue, 29 Mar 2011 08:18:51 +0000 Subject: switch from scim to ibus (fwang patch) --- perl-install/lang.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/lang.pm') 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) }, -- cgit v1.2.1