summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/lang.pm4
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index d06ae36f6..55f62d012 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -4,6 +4,8 @@
o fix crash (mga#13627)
o fix crash with --windows_import (mga9347)
o fix an error with --testing (mga#13363)
+- localedrake:
+ o don't try to install non existant scim-googlepinyin (mga#6681)
Version 16.26.13 - 14 May 2015
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 96f963bab..fbfd93801 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -643,7 +643,7 @@ my %IM_config =
ko => sub { qw(scim-hangul) },
th => sub { qw(scim-thai) },
vi => sub { qw(scim-m17n) },
- zh => sub { qw(scim-googlepinyin scim-tables-zh scim-chewing) },
+ zh => sub { qw(scim-tables-zh scim-chewing) },
},
},
@@ -659,7 +659,7 @@ my %IM_config =
ko => sub { qw(scim-hangul) },
th => sub { qw(scim-thai) },
vi => sub { qw(scim-m17n) },
- zh => sub { qw(scim-googlepinyin scim-tables-zh scim-chewing) },
+ zh => sub { qw(scim-tables-zh scim-chewing) },
},
},
'ibus' => {