summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-06 09:25:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-06 09:25:27 +0000
commitc4bdf0e86a587d4caf4091f9e9b23716e15a4f5c (patch)
treebb751bd797dab86604fe1063b6a8041f90013da8 /perl-install/lang.pm
parent1735022b2c818fe400e5f6537b8bbf20222518cb (diff)
downloaddrakx-backup-do-not-use-c4bdf0e86a587d4caf4091f9e9b23716e15a4f5c.tar
drakx-backup-do-not-use-c4bdf0e86a587d4caf4091f9e9b23716e15a4f5c.tar.gz
drakx-backup-do-not-use-c4bdf0e86a587d4caf4091f9e9b23716e15a4f5c.tar.bz2
drakx-backup-do-not-use-c4bdf0e86a587d4caf4091f9e9b23716e15a4f5c.tar.xz
drakx-backup-do-not-use-c4bdf0e86a587d4caf4091f9e9b23716e15a4f5c.zip
- 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
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm3
1 files changed, 2 insertions, 1 deletions
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) ],