From 0685a763fd5ac6d18ff61540597108342d609324 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 22 Feb 2005 12:55:38 +0000 Subject: adapt to new uim splitting --- perl-install/lang.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 0241c6953..713c86dbb 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -646,12 +646,12 @@ my %IM2packages = ( 'scim' => { generic => [ qw(scim scim-m17n scim-tables) ], am => [ qw(scim scim-tables ) ], - ja => [ qw(scim-anthy scim-uim) ], + ja => [ qw(scim-anthy scim-uim uim-anthy) ], ko => [ qw(scim-hangul) ], zh => [ qw(scim-pinyin scim-tables scim-chewing) ], }, 'scim+uim' => { generic => [ qw(scim-uim) ] }, - 'uim' => { generic => [ qw(uim-gtk) ] }, + 'uim' => { generic => [ qw(uim-gtk uim-anthy) ] }, 'vi' => { generic => [ 'x-unikey' ] }, ); -- cgit v1.2.1