diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 15e024e13..e498cb280 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -512,6 +512,8 @@ my @IM_i18n_fields = ( #- the program to run (usually the same as XIM value, but #- in some cases different, particularly if parameters are needed; ); + +# keep the 'packages' field in sync with share/rpmsrate: my %IM_config = ( ami => { @@ -600,7 +602,7 @@ my %IM_config = XMODIFIERS => '@im=SCIM', packages => { generic => "scim-$_" }, }); - } qw(anthy canna ccinput fcitx m17n prime skk uim)), + } qw(anthy canna ccinput fcitx m17n prime skk uim)), # enable to select extra SCIM combinations skim => { GTK_IM_MODULE => 'scim', |