Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
@ -1,169 +0,0 @@
|
||||
Name: langpacks
|
||||
Version: 1.0
|
||||
Release: 12%{?dist}
|
||||
Summary: Langpacks meta-package
|
||||
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
Source0: https://people.freedesktop.org/~hughsient/temp/org.fedoraproject.LangPacks.xml
|
||||
|
||||
# to split up the AppStream file
|
||||
BuildRequires: libappstream-glib >= 0.5.10
|
||||
|
||||
%description
|
||||
Langpack meta-package to provide individual langpacks packages.
|
||||
|
||||
# mk_pkg (langcode langname)
|
||||
# we are using macro to auto-generate subpackages which is
|
||||
# defined below with %%define so no %%global here
|
||||
%define mk_pkg() \
|
||||
%package -n %{name}-%1\
|
||||
Summary: %{?2:%(echo %* | sed -e "s/%1 //")} langpacks meta-package\
|
||||
\
|
||||
%description -n %{name}-%1\
|
||||
This package provides %{?2:%(echo %* | sed -e "s/%1 //")} langpacks meta-package.\
|
||||
\
|
||||
%files -n %{name}-%1 \
|
||||
%{_datadir}/metainfo/org.fedoraproject.LangPack-%1.metainfo.xml
|
||||
|
||||
# The following language list is generated based on
|
||||
# 1) take the languages where anaconda translations are available
|
||||
# ls /usr/share/locale/*/LC_MESSAGES/anaconda.mo
|
||||
# Then pick those languages which provides at least a single langpack
|
||||
# 2) Added br ga he nn nr ss tn ts ve xh
|
||||
# as per requested in https://bugzilla.redhat.com/show_bug.cgi?id=1310538
|
||||
# 3) Enabled en langpack https://bugzilla.redhat.com/show_bug.cgi?id=1312890
|
||||
|
||||
%mk_pkg af Afrikaans
|
||||
%mk_pkg am Amharic
|
||||
%mk_pkg ar Arabic
|
||||
%mk_pkg as Assamese
|
||||
%mk_pkg ast Asturian
|
||||
%mk_pkg be Belarusian
|
||||
%mk_pkg bg Bulgarian
|
||||
%mk_pkg bn Bengali
|
||||
%mk_pkg br Breton
|
||||
%mk_pkg bs Bosnian
|
||||
%mk_pkg ca Catalan
|
||||
%mk_pkg cs Czech
|
||||
%mk_pkg cy Welsh
|
||||
%mk_pkg da Danish
|
||||
%mk_pkg de German
|
||||
%mk_pkg el Greek
|
||||
%mk_pkg en English
|
||||
%mk_pkg en_GB English \(United Kingdom\)
|
||||
%mk_pkg es Spanish
|
||||
%mk_pkg et Estonian
|
||||
%mk_pkg eu Basque
|
||||
%mk_pkg fa Persian
|
||||
%mk_pkg fi Finnish
|
||||
%mk_pkg fr French
|
||||
%mk_pkg ga Irish
|
||||
%mk_pkg gl Galician
|
||||
%mk_pkg gu Gujarati
|
||||
%mk_pkg he Hebrew
|
||||
%mk_pkg hi Hindi
|
||||
%mk_pkg hr Croatian
|
||||
%mk_pkg hu Hungarian
|
||||
%mk_pkg ia Interlingua
|
||||
%mk_pkg id Indonesian
|
||||
%mk_pkg is Icelandic
|
||||
%mk_pkg it Italian
|
||||
%mk_pkg ja Japanese
|
||||
%mk_pkg kk Kazakh
|
||||
%mk_pkg kn Kannada
|
||||
%mk_pkg ko Korean
|
||||
%mk_pkg lt Lithuanian
|
||||
%mk_pkg lv Latvian
|
||||
%mk_pkg mai Maithili
|
||||
%mk_pkg mk Macedonian
|
||||
%mk_pkg ml Malayalam
|
||||
%mk_pkg mr Marathi
|
||||
%mk_pkg ms Malay
|
||||
%mk_pkg nb Norwegian Bokmål
|
||||
%mk_pkg ne Nepali
|
||||
%mk_pkg nl Dutch
|
||||
%mk_pkg nn Nynorsk
|
||||
%mk_pkg nr Southern Ndebele
|
||||
%mk_pkg nso Northern Sotho
|
||||
%mk_pkg or Oriya
|
||||
%mk_pkg pa Punjabi
|
||||
%mk_pkg pl Polish
|
||||
%mk_pkg pt Portuguese
|
||||
%mk_pkg pt_BR Portuguese \(Brazil\)
|
||||
%mk_pkg ro Romanian
|
||||
%mk_pkg ru Russian
|
||||
%mk_pkg si Sinhala
|
||||
%mk_pkg sk Slovak
|
||||
%mk_pkg sl Slovenian
|
||||
%mk_pkg sq Albanian
|
||||
%mk_pkg ss Swati
|
||||
%mk_pkg sr Serbian
|
||||
%mk_pkg sv Swedish
|
||||
%mk_pkg ta Tamil
|
||||
%mk_pkg te Telugu
|
||||
%mk_pkg th Thai
|
||||
%mk_pkg tn Tswana
|
||||
%mk_pkg tr Turkish
|
||||
%mk_pkg ts Tsonga
|
||||
%mk_pkg uk Ukrainian
|
||||
%mk_pkg ur Urdu
|
||||
%mk_pkg ve Venda
|
||||
%mk_pkg vi Vietnamese
|
||||
%mk_pkg xh Xhosa
|
||||
%mk_pkg zh_CN Simplified Chinese
|
||||
%mk_pkg zh_TW Traditional Chinese
|
||||
%mk_pkg zu Zulu
|
||||
|
||||
%prep
|
||||
# nothing to prep
|
||||
|
||||
%build
|
||||
# nothing to build
|
||||
|
||||
%install
|
||||
# Explode the metainfo files into the subpackages so they get added to the
|
||||
# distro-specific AppStream metadata
|
||||
mkdir -p %{buildroot}/usr/share/metainfo
|
||||
DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE0}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Feb 01 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.0-11
|
||||
- Added description in appdata metainfo files (rh#1538105)
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Aug 15 2016 Richard Hughes <richard@hughsie.com> - 1.0-8
|
||||
- Use a specific AppStream component type of localization.
|
||||
|
||||
* Mon Feb 29 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.0-7
|
||||
- Resolves:rh#1312890: langpacks-en should be added
|
||||
|
||||
* Fri Feb 26 2016 Richard Hughes <richard@hughsie.com> - 1.0-6
|
||||
- Explode the metainfo files into the subpackages so they get added to the
|
||||
distro-specific AppStream metadata.
|
||||
- This allows us to add and remove languages in GNOME Software.
|
||||
|
||||
* Tue Feb 23 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.0-5
|
||||
- Resolves:rh#1310538: Added br ga he nn nr ss tn ts ve xh languages
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.0-3
|
||||
- Removed %%files to disable langpacks.noarch package
|
||||
|
||||
* Tue Jan 26 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.0-2
|
||||
- Changed metapackage -> meta-package
|
||||
- Added information about how we chose language list
|
||||
|
||||
* Thu Jan 21 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.0-1
|
||||
- Initial packaging
|
||||
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
1485
langpacks.spec
Normal file
1485
langpacks.spec
Normal file
File diff suppressed because it is too large
Load Diff
7
normlang.py
Normal file
7
normlang.py
Normal file
@ -0,0 +1,7 @@
|
||||
import ctypes
|
||||
import sys
|
||||
|
||||
fontconfig = ctypes.CDLL("libfontconfig.so.1")
|
||||
fontconfig.FcLangNormalize.argtypes = [ctypes.c_char_p]
|
||||
fontconfig.FcLangNormalize.restype = ctypes.c_char_p
|
||||
print(fontconfig.FcLangNormalize(sys.argv[1].encode('utf-8')).decode('utf-8'))
|
||||
961
org.fedoraproject.LangPacks-Core-Font.xml
Normal file
961
org.fedoraproject.LangPacks-Core-Font.xml
Normal file
@ -0,0 +1,961 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2020 Parag Nemade <pnemade@fedoraproject.org> -->
|
||||
<components origin="langpacks">
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-af</id>
|
||||
<name>Afrikaans</name>
|
||||
<summary>Localization Font support for Afrikaans</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-am</id>
|
||||
<name>Amharic</name>
|
||||
<summary>Localization Font support for Amharic</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ar</id>
|
||||
<name>Arabic</name>
|
||||
<summary>Localization Font support for Arabic</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-as</id>
|
||||
<name>Assamese</name>
|
||||
<summary>Localization Font support for Assamese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ast</id>
|
||||
<name>Asturian</name>
|
||||
<summary>Localization Font support for Asturian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-be</id>
|
||||
<name>Belarusian</name>
|
||||
<summary>Localization Font support for Belarusian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-bg</id>
|
||||
<name>Bulgarian</name>
|
||||
<summary>Localization Font support for Bulgarian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-bn</id>
|
||||
<name>Bengali</name>
|
||||
<summary>Localization Font support for Bengali</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-bo</id>
|
||||
<name>Tibetan</name>
|
||||
<summary>Localization Font support for Tibetan</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-br</id>
|
||||
<name>Breton</name>
|
||||
<summary>Localization Font support for Breton</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-bs</id>
|
||||
<name>Bosnian</name>
|
||||
<summary>Localization Font support for Bosnian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ca</id>
|
||||
<name>Catalan</name>
|
||||
<summary>Localization Font support for Catalan</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-cs</id>
|
||||
<name>Czech</name>
|
||||
<summary>Localization Font support for Czech</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-cy</id>
|
||||
<name>Welsh</name>
|
||||
<summary>Localization Font support for Welsh</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-da</id>
|
||||
<name>Danish</name>
|
||||
<summary>Localization Font support for Danish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-de</id>
|
||||
<name>German</name>
|
||||
<summary>Localization Font support for German</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-dz</id>
|
||||
<name>Bhutanese</name>
|
||||
<summary>Localization Font support for Bhutanese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-el</id>
|
||||
<name>Greek</name>
|
||||
<summary>Localization Font support for Greek</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-en</id>
|
||||
<name>English</name>
|
||||
<summary>Localization Font support for English</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-eo</id>
|
||||
<name>Esperanto</name>
|
||||
<summary>Localization Font support for Esperanto</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-es</id>
|
||||
<name>Spanish</name>
|
||||
<summary>Localization Font support for Spanish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-et</id>
|
||||
<name>Estonian</name>
|
||||
<summary>Localization Font support for Estonian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-eu</id>
|
||||
<name>Basque</name>
|
||||
<summary>Localization Font support for Basque</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-fa</id>
|
||||
<name>Persian</name>
|
||||
<summary>Localization Font support for Persian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-fi</id>
|
||||
<name>Finnish</name>
|
||||
<summary>Localization Font support for Finnish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-fr</id>
|
||||
<name>French</name>
|
||||
<summary>Localization Font support for French</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ga</id>
|
||||
<name>Irish</name>
|
||||
<summary>Localization Font support for Irish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-gl</id>
|
||||
<name>Galician</name>
|
||||
<summary>Localization Font support for Galician</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-gu</id>
|
||||
<name>Gujarati</name>
|
||||
<summary>Localization Font support for Gujarati</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-he</id>
|
||||
<name>Hebrew</name>
|
||||
<summary>Localization Font support for Hebrew</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-hi</id>
|
||||
<name>Hindi</name>
|
||||
<summary>Localization Font support for Hindi</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-hr</id>
|
||||
<name>Croatian</name>
|
||||
<summary>Localization Font support for Croatian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-hu</id>
|
||||
<name>Hungarian</name>
|
||||
<summary>Localization Font support for Hungarian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ia</id>
|
||||
<name>Interlingua</name>
|
||||
<summary>Localization Font support for Interlingua</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-id</id>
|
||||
<name>Indonesian</name>
|
||||
<summary>Localization Font support for Indonesian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-is</id>
|
||||
<name>Icelandic</name>
|
||||
<summary>Localization Font support for Icelandic</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-it</id>
|
||||
<name>Italian</name>
|
||||
<summary>Localization Font support for Italian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ja</id>
|
||||
<name>Japanese</name>
|
||||
<summary>Localization Font support for Japanese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ka</id>
|
||||
<name>Georgian</name>
|
||||
<summary>Localization Font support for Georgian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-kk</id>
|
||||
<name>Kazakh</name>
|
||||
<summary>Localization Font support for Kazakh</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-km</id>
|
||||
<name>Khmer</name>
|
||||
<summary>Localization Font support for Khmer</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-kn</id>
|
||||
<name>Kannada</name>
|
||||
<summary>Localization Font support for Kannada</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ko</id>
|
||||
<name>Korean</name>
|
||||
<summary>Localization Font support for Korean</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ku</id>
|
||||
<name>Kurdish</name>
|
||||
<summary>Localization Font support for Kurdish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-lt</id>
|
||||
<name>Lithuanian</name>
|
||||
<summary>Localization Font support for Lithuanian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-lv</id>
|
||||
<name>Latvian</name>
|
||||
<summary>Localization Font support for Latvian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-mai</id>
|
||||
<name>Maithili</name>
|
||||
<summary>Localization Font support for Maithili</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-mk</id>
|
||||
<name>Macedonian</name>
|
||||
<summary>Localization Font support for Macedonian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ml</id>
|
||||
<name>Malayalam</name>
|
||||
<summary>Localization Font support for Malayalam</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-mr</id>
|
||||
<name>Marathi</name>
|
||||
<summary>Localization Font support for Marathi</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ms</id>
|
||||
<name>Malay</name>
|
||||
<summary>Localization Font support for Malay</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-my</id>
|
||||
<name>Burmese</name>
|
||||
<summary>Localization Font support for Burmese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-nb</id>
|
||||
<name>Norwegian Bokmål</name>
|
||||
<summary>Localization Font support for Norwegian Bokmål</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ne</id>
|
||||
<name>Nepali</name>
|
||||
<summary>Localization Font support for Nepali</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-nl</id>
|
||||
<name>Dutch</name>
|
||||
<summary>Localization Font support for Dutch</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-nn</id>
|
||||
<name>Nynorsk</name>
|
||||
<summary>Localization Font support for Nynorsk</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-nr</id>
|
||||
<name>Southern Ndebele</name>
|
||||
<summary>Localization Font support for Southern Ndebele</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-nso</id>
|
||||
<name>Northern Sotho</name>
|
||||
<summary>Localization Font support for Northern Sotho</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-or</id>
|
||||
<name>Oriya</name>
|
||||
<summary>Localization Font support for Oriya</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-pa</id>
|
||||
<name>Punjabi</name>
|
||||
<summary>Localization Font support for Punjabi</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-pl</id>
|
||||
<name>Polish</name>
|
||||
<summary>Localization Font support for Polish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-pt</id>
|
||||
<name>Portuguese</name>
|
||||
<summary>Localization Font support for Portuguese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ro</id>
|
||||
<name>Romanian</name>
|
||||
<summary>Localization Font support for Romanian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ru</id>
|
||||
<name>Russian</name>
|
||||
<summary>Localization Font support for Russian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-si</id>
|
||||
<name>Sinhala</name>
|
||||
<summary>Localization Font support for Sinhala</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-sk</id>
|
||||
<name>Slovak</name>
|
||||
<summary>Localization Font support for Slovak</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-sl</id>
|
||||
<name>Slovenian</name>
|
||||
<summary>Localization Font support for Slovenian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-sq</id>
|
||||
<name>Albanian</name>
|
||||
<summary>Localization Font support for Albanian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ss</id>
|
||||
<name>Swati</name>
|
||||
<summary>Localization Font support for Swati</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-sr</id>
|
||||
<name>Serbian</name>
|
||||
<summary>Localization Font support for Serbian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-sv</id>
|
||||
<name>Swedish</name>
|
||||
<summary>Localization Font support for Swedish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ta</id>
|
||||
<name>Tamil</name>
|
||||
<summary>Localization Font support for Tamil</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-te</id>
|
||||
<name>Telugu</name>
|
||||
<summary>Localization Font support for Telugu</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-th</id>
|
||||
<name>Thai</name>
|
||||
<summary>Localization Font support for Thai</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-tn</id>
|
||||
<name>Tswana</name>
|
||||
<summary>Localization Font support for Tswana</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-tr</id>
|
||||
<name>Turkish</name>
|
||||
<summary>Localization Font support for Turkish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ts</id>
|
||||
<name>Tsonga</name>
|
||||
<summary>Localization Font support for Tsonga</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-uk</id>
|
||||
<name>Ukrainian</name>
|
||||
<summary>Localization Font support for Ukrainian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ur</id>
|
||||
<name>Urdu</name>
|
||||
<summary>Localization Font support for Urdu</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-ve</id>
|
||||
<name>Venda</name>
|
||||
<summary>Localization Font support for Venda</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-vi</id>
|
||||
<name>Vietnamese</name>
|
||||
<summary>Localization Font support for Vietnamese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-xh</id>
|
||||
<name>Xhosa</name>
|
||||
<summary>Localization Font support for Xhosa</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-yi</id>
|
||||
<name>Yiddish</name>
|
||||
<summary>Localization Font support for Yiddish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-zh_CN</id>
|
||||
<name>Simplified Chinese</name>
|
||||
<summary>Localization Font support for Simplified Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-zh_HK</id>
|
||||
<name>Hong Kong Traditional Chinese</name>
|
||||
<summary>Localization Font support for Hong Kong Traditional Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-zh_TW</id>
|
||||
<name>Taiwan Traditional Chinese</name>
|
||||
<summary>Localization Font support for Taiwan Traditional Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="font">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-Font-zu</id>
|
||||
<name>Zulu</name>
|
||||
<summary>Localization Font support for Zulu</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
</components>
|
||||
983
org.fedoraproject.LangPacks-Core.xml
Normal file
983
org.fedoraproject.LangPacks-Core.xml
Normal file
@ -0,0 +1,983 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2020 Parag Nemade <pnemade@fedoraproject.org> -->
|
||||
<components origin="langpacks">
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-af</id>
|
||||
<name>Afrikaans</name>
|
||||
<summary>Core Localization support for Afrikaans</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-am</id>
|
||||
<name>Amharic</name>
|
||||
<summary>Core Localization support for Amharic</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ar</id>
|
||||
<name>Arabic</name>
|
||||
<summary>Core Localization support for Arabic</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-as</id>
|
||||
<name>Assamese</name>
|
||||
<summary>Core Localization support for Assamese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ast</id>
|
||||
<name>Asturian</name>
|
||||
<summary>Core Localization support for Asturian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-be</id>
|
||||
<name>Belarusian</name>
|
||||
<summary>Core Localization support for Belarusian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-bg</id>
|
||||
<name>Bulgarian</name>
|
||||
<summary>Core Localization support for Bulgarian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-bn</id>
|
||||
<name>Bengali</name>
|
||||
<summary>Core Localization support for Bengali</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-bo</id>
|
||||
<name>Tibetan</name>
|
||||
<summary>Core Localization support for Tibetan</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-br</id>
|
||||
<name>Breton</name>
|
||||
<summary>Core Localization support for Breton</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-bs</id>
|
||||
<name>Bosnian</name>
|
||||
<summary>Core Localization support for Bosnian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ca</id>
|
||||
<name>Catalan</name>
|
||||
<summary>Core Localization support for Catalan</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-cs</id>
|
||||
<name>Czech</name>
|
||||
<summary>Core Localization support for Czech</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-cy</id>
|
||||
<name>Welsh</name>
|
||||
<summary>Core Localization support for Welsh</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-da</id>
|
||||
<name>Danish</name>
|
||||
<summary>Core Localization support for Danish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-de</id>
|
||||
<name>German</name>
|
||||
<summary>Core Localization support for German</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-dz</id>
|
||||
<name>Bhutanese</name>
|
||||
<summary>Core Localization support for Bhutanese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-el</id>
|
||||
<name>Greek</name>
|
||||
<summary>Core Localization support for Greek</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-en</id>
|
||||
<name>English</name>
|
||||
<summary>Core Localization support for English</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-en_GB</id>
|
||||
<name>British English</name>
|
||||
<summary>Core Localization support for English</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-eo</id>
|
||||
<name>Esperanto</name>
|
||||
<summary>Core Localization support for Esperanto</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-es</id>
|
||||
<name>Spanish</name>
|
||||
<summary>Core Localization support for Spanish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-et</id>
|
||||
<name>Estonian</name>
|
||||
<summary>Core Localization support for Estonian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-eu</id>
|
||||
<name>Basque</name>
|
||||
<summary>Core Localization support for Basque</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-fa</id>
|
||||
<name>Persian</name>
|
||||
<summary>Core Localization support for Persian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-fi</id>
|
||||
<name>Finnish</name>
|
||||
<summary>Core Localization support for Finnish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-fr</id>
|
||||
<name>French</name>
|
||||
<summary>Core Localization support for French</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ga</id>
|
||||
<name>Irish</name>
|
||||
<summary>Core Localization support for Irish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-gl</id>
|
||||
<name>Galician</name>
|
||||
<summary>Core Localization support for Galician</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-gu</id>
|
||||
<name>Gujarati</name>
|
||||
<summary>Core Localization support for Gujarati</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-he</id>
|
||||
<name>Hebrew</name>
|
||||
<summary>Core Localization support for Hebrew</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-hi</id>
|
||||
<name>Hindi</name>
|
||||
<summary>Core Localization support for Hindi</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-hr</id>
|
||||
<name>Croatian</name>
|
||||
<summary>Core Localization support for Croatian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-hu</id>
|
||||
<name>Hungarian</name>
|
||||
<summary>Core Localization support for Hungarian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ia</id>
|
||||
<name>Interlingua</name>
|
||||
<summary>Core Localization support for Interlingua</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-id</id>
|
||||
<name>Indonesian</name>
|
||||
<summary>Core Localization support for Indonesian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-is</id>
|
||||
<name>Icelandic</name>
|
||||
<summary>Core Localization support for Icelandic</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-it</id>
|
||||
<name>Italian</name>
|
||||
<summary>Core Localization support for Italian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ja</id>
|
||||
<name>Japanese</name>
|
||||
<summary>Core Localization support for Japanese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ka</id>
|
||||
<name>Georgian</name>
|
||||
<summary>Core Localization support for Georgian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-kk</id>
|
||||
<name>Kazakh</name>
|
||||
<summary>Core Localization support for Kazakh</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-km</id>
|
||||
<name>Khmer</name>
|
||||
<summary>Core Localization support for Khmer</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-kn</id>
|
||||
<name>Kannada</name>
|
||||
<summary>Core Localization support for Kannada</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ko</id>
|
||||
<name>Korean</name>
|
||||
<summary>Core Localization support for Korean</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ku</id>
|
||||
<name>Kurdish</name>
|
||||
<summary>Core Localization support for Kurdish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-lt</id>
|
||||
<name>Lithuanian</name>
|
||||
<summary>Core Localization support for Lithuanian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-lv</id>
|
||||
<name>Latvian</name>
|
||||
<summary>Core Localization support for Latvian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-mai</id>
|
||||
<name>Maithili</name>
|
||||
<summary>Core Localization support for Maithili</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-mk</id>
|
||||
<name>Macedonian</name>
|
||||
<summary>Core Localization support for Macedonian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ml</id>
|
||||
<name>Malayalam</name>
|
||||
<summary>Core Localization support for Malayalam</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-mr</id>
|
||||
<name>Marathi</name>
|
||||
<summary>Core Localization support for Marathi</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ms</id>
|
||||
<name>Malay</name>
|
||||
<summary>Core Localization support for Malay</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-my</id>
|
||||
<name>Burmese</name>
|
||||
<summary>Core Localization support for Burmese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-nb</id>
|
||||
<name>Norwegian Bokmål</name>
|
||||
<summary>Core Localization support for Norwegian Bokmål</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ne</id>
|
||||
<name>Nepali</name>
|
||||
<summary>Core Localization support for Nepali</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-nl</id>
|
||||
<name>Dutch</name>
|
||||
<summary>Core Localization support for Dutch</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-nn</id>
|
||||
<name>Nynorsk</name>
|
||||
<summary>Core Localization support for Nynorsk</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-nr</id>
|
||||
<name>Southern Ndebele</name>
|
||||
<summary>Core Localization support for Southern Ndebele</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-nso</id>
|
||||
<name>Northern Sotho</name>
|
||||
<summary>Core Localization support for Northern Sotho</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-or</id>
|
||||
<name>Oriya</name>
|
||||
<summary>Core Localization support for Oriya</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-pa</id>
|
||||
<name>Punjabi</name>
|
||||
<summary>Core Localization support for Punjabi</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-pl</id>
|
||||
<name>Polish</name>
|
||||
<summary>Core Localization support for Polish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-pt</id>
|
||||
<name>Portuguese</name>
|
||||
<summary>Core Localization support for Portuguese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-pt_BR</id>
|
||||
<name>Brazilian Portuguese</name>
|
||||
<summary>Core Localization support for Brazilian Portuguese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ro</id>
|
||||
<name>Romanian</name>
|
||||
<summary>Core Localization support for Romanian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ru</id>
|
||||
<name>Russian</name>
|
||||
<summary>Core Localization support for Russian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-si</id>
|
||||
<name>Sinhala</name>
|
||||
<summary>Core Localization support for Sinhala</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-sk</id>
|
||||
<name>Slovak</name>
|
||||
<summary>Core Localization support for Slovak</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-sl</id>
|
||||
<name>Slovenian</name>
|
||||
<summary>Core Localization support for Slovenian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-sq</id>
|
||||
<name>Albanian</name>
|
||||
<summary>Core Localization support for Albanian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ss</id>
|
||||
<name>Swati</name>
|
||||
<summary>Core Localization support for Swati</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-sr</id>
|
||||
<name>Serbian</name>
|
||||
<summary>Core Localization support for Serbian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-sv</id>
|
||||
<name>Swedish</name>
|
||||
<summary>Core Localization support for Swedish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ta</id>
|
||||
<name>Tamil</name>
|
||||
<summary>Core Localization support for Tamil</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-te</id>
|
||||
<name>Telugu</name>
|
||||
<summary>Core Localization support for Telugu</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-th</id>
|
||||
<name>Thai</name>
|
||||
<summary>Core Localization support for Thai</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-tn</id>
|
||||
<name>Tswana</name>
|
||||
<summary>Core Localization support for Tswana</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-tr</id>
|
||||
<name>Turkish</name>
|
||||
<summary>Core Localization support for Turkish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ts</id>
|
||||
<name>Tsonga</name>
|
||||
<summary>Core Localization support for Tsonga</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-uk</id>
|
||||
<name>Ukrainian</name>
|
||||
<summary>Core Localization support for Ukrainian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ur</id>
|
||||
<name>Urdu</name>
|
||||
<summary>Core Localization support for Urdu</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-ve</id>
|
||||
<name>Venda</name>
|
||||
<summary>Core Localization support for Venda</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-vi</id>
|
||||
<name>Vietnamese</name>
|
||||
<summary>Core Localization support for Vietnamese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-xh</id>
|
||||
<name>Xhosa</name>
|
||||
<summary>Core Localization support for Xhosa</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-yi</id>
|
||||
<name>Yiddish</name>
|
||||
<summary>Core Localization support for Yiddish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-zh_CN</id>
|
||||
<name>Simplified Chinese</name>
|
||||
<summary>Core Localization support for Simplified Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-zh_HK</id>
|
||||
<name>Hong Kong Traditional Chinese</name>
|
||||
<summary>Core Localization support for Hong Kong Traditional Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-zh_TW</id>
|
||||
<name>Taiwan Traditional Chinese</name>
|
||||
<summary>Core Localization support for Taiwan Traditional Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-Core-zu</id>
|
||||
<name>Zulu</name>
|
||||
<summary>Core Localization support for Zulu</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core Meta-package to install default font, glibc locale and input-method if available.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
</components>
|
||||
@ -89,6 +89,17 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-bo</id>
|
||||
<name>Tibetan</name>
|
||||
<summary>Localization support for Tibetan</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-br</id>
|
||||
@ -166,6 +177,17 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-dz</id>
|
||||
<name>Bhutanese</name>
|
||||
<summary>Localization support for Bhutanese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-el</id>
|
||||
@ -199,6 +221,17 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-eo</id>
|
||||
<name>Esperanto</name>
|
||||
<summary>Localization support for Esperanto</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-es</id>
|
||||
@ -397,6 +430,17 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-ka</id>
|
||||
<name>Georgian</name>
|
||||
<summary>Localization support for Georgian</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-kk</id>
|
||||
@ -408,6 +452,17 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-km</id>
|
||||
<name>Khmer</name>
|
||||
<summary>Localization support for Khmer</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-kn</id>
|
||||
@ -430,6 +485,17 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-ku</id>
|
||||
<name>Kurdish</name>
|
||||
<summary>Localization support for Kurdish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-lt</id>
|
||||
@ -507,6 +573,17 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-my</id>
|
||||
<name>Burmese</name>
|
||||
<summary>Localization support for Burmese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-nb</id>
|
||||
@ -848,6 +925,17 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-yi</id>
|
||||
<name>Yiddish</name>
|
||||
<summary>Localization support for Yiddish</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-zh_CN</id>
|
||||
@ -859,11 +947,22 @@
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-zh_HK</id>
|
||||
<name>Hong Kong Traditional Chinese</name>
|
||||
<summary>Localization support for Hong Kong Traditional Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
</p>
|
||||
</description>
|
||||
</component>
|
||||
<component type="localization">
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<id>org.fedoraproject.LangPack-zh_TW</id>
|
||||
<name>Traditional Chinese</name>
|
||||
<summary>Localization support for Traditional Chinese</summary>
|
||||
<name>Taiwan Traditional Chinese</name>
|
||||
<summary>Localization support for Taiwan Traditional Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Meta-package to install available langpacks for the language available for the installed packages.
|
||||
34
tests/check-default-font-installed.sh
Normal file
34
tests/check-default-font-installed.sh
Normal file
@ -0,0 +1,34 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
for pkg in `cat /tmp/langpacks-packages-list.txt`; do
|
||||
sudo dnf install $pkg -y --quiet
|
||||
retval=$?
|
||||
echo $retval
|
||||
if [ $retval -ne 0 ]; then
|
||||
echo "$pkg is not installed"
|
||||
else
|
||||
echo "$pkg is successfully installed"
|
||||
fi
|
||||
done
|
||||
|
||||
# Check hi language
|
||||
sudo dnf list installed|grep lohit-devanagari-fonts
|
||||
retval=$?
|
||||
echo $retval
|
||||
if [ $retval -ne 0 ]; then
|
||||
echo "langpacks-core-hi failed to install lohit-devanagari-fonts as default font package"
|
||||
else
|
||||
echo "langpacks-core-hi installed with default font lohit-devanagari-fonts package"
|
||||
fi
|
||||
|
||||
# Check zh_CN language
|
||||
sudo dnf list installed|grep google-noto-sans-cjk-ttc-fonts
|
||||
retval=$?
|
||||
echo $retval
|
||||
if [ $retval -ne 0 ]; then
|
||||
echo "langpacks-core-zh_CN failed to install google-noto-sans-cjk-ttc-fonts as default font package"
|
||||
else
|
||||
echo "langpacks-core-zh_CN installed with default font google-noto-sans-cjk-ttc-fonts package"
|
||||
fi
|
||||
|
||||
86
tests/langpacks-packages-list.txt
Normal file
86
tests/langpacks-packages-list.txt
Normal file
@ -0,0 +1,86 @@
|
||||
langpacks-core-font-af
|
||||
langpacks-core-font-am
|
||||
langpacks-core-font-ar
|
||||
langpacks-core-font-as
|
||||
langpacks-core-font-be
|
||||
langpacks-core-font-bg
|
||||
langpacks-core-font-bn
|
||||
langpacks-core-font-bo
|
||||
langpacks-core-font-br
|
||||
langpacks-core-font-bs
|
||||
langpacks-core-font-ca
|
||||
langpacks-core-font-cs
|
||||
langpacks-core-font-cy
|
||||
langpacks-core-font-da
|
||||
langpacks-core-font-de
|
||||
langpacks-core-font-dz
|
||||
langpacks-core-font-el
|
||||
langpacks-core-font-en
|
||||
langpacks-core-font-eo
|
||||
langpacks-core-font-es
|
||||
langpacks-core-font-et
|
||||
langpacks-core-font-eu
|
||||
langpacks-core-font-fa
|
||||
langpacks-core-font-fi
|
||||
langpacks-core-font-fr
|
||||
langpacks-core-font-ga
|
||||
langpacks-core-font-gl
|
||||
langpacks-core-font-gu
|
||||
langpacks-core-font-he
|
||||
langpacks-core-font-hi
|
||||
langpacks-core-font-hr
|
||||
langpacks-core-font-hu
|
||||
langpacks-core-font-ia
|
||||
langpacks-core-font-id
|
||||
langpacks-core-font-is
|
||||
langpacks-core-font-it
|
||||
langpacks-core-font-ja
|
||||
langpacks-core-font-ka
|
||||
langpacks-core-font-kk
|
||||
langpacks-core-font-km
|
||||
langpacks-core-font-kn
|
||||
langpacks-core-font-ko
|
||||
langpacks-core-font-ku
|
||||
langpacks-core-font-lt
|
||||
langpacks-core-font-lv
|
||||
langpacks-core-font-mk
|
||||
langpacks-core-font-ml
|
||||
langpacks-core-font-mr
|
||||
langpacks-core-font-ms
|
||||
langpacks-core-font-my
|
||||
langpacks-core-font-nb
|
||||
langpacks-core-font-ne
|
||||
langpacks-core-font-nl
|
||||
langpacks-core-font-nn
|
||||
langpacks-core-font-nr
|
||||
langpacks-core-font-or
|
||||
langpacks-core-font-pa
|
||||
langpacks-core-font-pl
|
||||
langpacks-core-font-pt
|
||||
langpacks-core-font-ro
|
||||
langpacks-core-font-ru
|
||||
langpacks-core-font-si
|
||||
langpacks-core-font-sk
|
||||
langpacks-core-font-sl
|
||||
langpacks-core-font-sq
|
||||
langpacks-core-font-sr
|
||||
langpacks-core-font-ss
|
||||
langpacks-core-font-sv
|
||||
langpacks-core-font-ta
|
||||
langpacks-core-font-te
|
||||
langpacks-core-font-th
|
||||
langpacks-core-font-tn
|
||||
langpacks-core-font-tr
|
||||
langpacks-core-font-ts
|
||||
langpacks-core-font-uk
|
||||
langpacks-core-font-ur
|
||||
langpacks-core-font-ve
|
||||
langpacks-core-font-vi
|
||||
langpacks-core-font-xh
|
||||
langpacks-core-font-yi
|
||||
langpacks-core-font-zu
|
||||
langpacks-core-font-ast
|
||||
langpacks-core-font-mai
|
||||
langpacks-core-font-nso
|
||||
langpacks-core-font-zh_cn
|
||||
langpacks-core-font-zh_tw
|
||||
39
tests/tests.yml
Normal file
39
tests/tests.yml
Normal file
@ -0,0 +1,39 @@
|
||||
- hosts: localhost
|
||||
vars:
|
||||
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
|
||||
tags:
|
||||
- classic
|
||||
remote_user: root
|
||||
tasks:
|
||||
- name: Install required packages
|
||||
dnf:
|
||||
name:
|
||||
- langpacks-core-hi
|
||||
- langpacks-core-zh_CN
|
||||
|
||||
- name: Install the test files
|
||||
copy: src={{ item.file }} dest=/tmp/{{ item.dest }} mode=0755
|
||||
with_items:
|
||||
- {file: check-default-font-installed.sh, dest: check-default-font-installed.sh }
|
||||
|
||||
- name: Install the test data files
|
||||
copy: src={{ item.file }} dest=/tmp/{{ item.dest }} mode=0644
|
||||
with_items:
|
||||
- {file: langpacks-packages-list.txt, dest: langpacks-packages-list.txt }
|
||||
|
||||
- name: Test block
|
||||
block:
|
||||
- name: Execute the tests
|
||||
shell: |
|
||||
/tmp/check-default-font-installed.sh &> /tmp/test.log && result=pass || result=fail
|
||||
echo -e "results:\n- {result: $result, test: simple}" > /tmp/results.yml
|
||||
|
||||
always:
|
||||
- name: Pull out the logs
|
||||
fetch:
|
||||
dest: "{{ artifacts }}/"
|
||||
src: "{{ item }}"
|
||||
flat: yes
|
||||
with_items:
|
||||
- /tmp/test.log
|
||||
- /tmp/results.yml
|
||||
Loading…
Reference in New Issue
Block a user