diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-22 12:55:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-22 12:55:38 +0000 |
commit | 0685a763fd5ac6d18ff61540597108342d609324 (patch) | |
tree | ab18d7cf055c84823a54f7d958689aab579262fd | |
parent | 14edaa8df493b078739096748408f4b9e47a867e (diff) | |
download | drakx-0685a763fd5ac6d18ff61540597108342d609324.tar drakx-0685a763fd5ac6d18ff61540597108342d609324.tar.gz drakx-0685a763fd5ac6d18ff61540597108342d609324.tar.bz2 drakx-0685a763fd5ac6d18ff61540597108342d609324.tar.xz drakx-0685a763fd5ac6d18ff61540597108342d609324.zip |
adapt to new uim splitting
-rw-r--r-- | perl-install/lang.pm | 4 | ||||
-rw-r--r-- | 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 |