From 71c6dd5b1e4ac57f50ba0b84df1bce7e9cf4fb57 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 29 Aug 2000 15:14:02 +0000 Subject: added selection of baltic Type 1 fonts for iso-8859-13 languages added one more kbd --- perl-install/pkgs.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 4f300e226..038df5dad 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -52,7 +52,7 @@ autoirpm autoirpm-icons numlock %by_lang = ( 'ar' => [ 'acon' ], -# 'be_BE.CP1251' => [ 'fonts-ttf-cyrillic' ], +#'be_BE.CP1251' => [ 'fonts-ttf-cyrillic' ], #'bg_BG' => [ 'fonts-ttf-cyrillic' ], 'cs' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], # 'cy' => iso8859-14 fonts @@ -66,9 +66,9 @@ autoirpm autoirpm-icons numlock 'ja' => [ 'rxvt-CLE', 'fonts-ttf-japanese', 'kterm' ], # 'ka' => georgian fonts 'ko' => [ 'rxvt-CLE', 'fonts-ttf-korean' ], -# 'lt' => iso8859-13 fonts -# 'lv' => iso8859-13 fonts -# 'mi' => iso8859-13 fonts + 'lt' => [ 'fonts-type1-baltic' ], + 'lv' => [ 'fonts-type1-baltic' ], + 'mi' => [ 'fonts-type1-baltic' ], # 'mk' => [ 'fonts-ttf-cyrillic' ], 'pl' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], 'ro' => [ 'XFree86-ISO8859-2', 'XFree86-ISO8859-2-75dpi-fonts' ], -- cgit v1.2.1