From c4bdf0e86a587d4caf4091f9e9b23716e15a4f5c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 6 Sep 2004 09:25:27 +0000 Subject: - install scim-m17n as well for generic SCIM configuration (more input methods) - split am entry from generic one since we've choosen to use scim-tables for am on 2004-09-01 --- perl-install/lang.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 255465926..6c5a8c0d3 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -635,7 +635,8 @@ set_default_im('scim', qw(am ja_JP ja_JP.UTF-8 ko_KR ko_KR.UTF-8 zh_CN zh_CN.UT # keep the following list in sync with share/rpmsrate: my %IM2packages = ( 'scim' => { - generic => [ qw(scim scim-tables) ], + generic => [ qw(scim scim-m17n scim-tables) ], + am => [ qw(scim scim-tables ) ], ja => [ qw(scim-uim) ], 'ko' => [ qw(scim-hangul) ], 'zh' => [ qw(scim-chinese scim-tables) ], -- cgit v1.2.1