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 ++-- perl-install/share/rpmsrate | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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' ] }, ); diff --git a/perl-install/share/rpmsrate b/perl-install/share/rpmsrate index ee10d8a16..787c20f3e 100644 --- a/perl-install/share/rpmsrate +++ b/perl-install/share/rpmsrate @@ -587,7 +587,7 @@ CAT_X 5 icewm-light 5 HIGH_SECURITY mountloop 5 LOCALES"zh" || LOCALES"am" scim-tables - 5 LOCALES"ja" scim-anthy scim-uim + 5 LOCALES"ja" scim-anthy scim-uim uim-anthy 5 LOCALES"ja" !CAT_KDE uim-gtk 5 LOCALES"ja" CAT_KDE uim-qt 5 LOCALES"ko" scim-hangul -- cgit v1.2.1