From 6b7e6ab840319495969ce616d7de59a472ab496f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 May 2015 07:04:21 -0400 Subject: don't try to install scim-googlepinyin (mga#6681) it has never been imported in Mageia... --- perl-install/lang.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 57482ae67..f9ab88892 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -852,7 +852,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) }, }, }, @@ -868,7 +868,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' => { -- cgit v1.2.1