Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/langpacks.git#9a055bc06d0c9d04db52eda2fd226956f9551ddf
This commit is contained in:
parent
5e5ae670e1
commit
09e54c55b7
88
langlist.txt
88
langlist.txt
@ -1,88 +0,0 @@
|
||||
af Afrikaans
|
||||
am Amharic
|
||||
ar Arabic
|
||||
as Assamese
|
||||
ast Asturian
|
||||
be Belarusian
|
||||
bg Bulgarian
|
||||
bn Bengali
|
||||
bo Tibetan
|
||||
br Breton
|
||||
bs Bosnian
|
||||
ca Catalan
|
||||
cs Czech
|
||||
cy Welsh
|
||||
da Danish
|
||||
de German
|
||||
dz Bhutanese
|
||||
el Greek
|
||||
en English
|
||||
en_GB English (United Kingdom)
|
||||
eo Esperanto
|
||||
es Spanish
|
||||
et Estonian
|
||||
eu Basque
|
||||
fa Persian
|
||||
fi Finnish
|
||||
fr French
|
||||
ga Irish
|
||||
gl Galician
|
||||
gu Gujarati
|
||||
he Hebrew
|
||||
hi Hindi
|
||||
hr Croatian
|
||||
hu Hungarian
|
||||
ia Interlingua
|
||||
id Indonesian
|
||||
is Icelandic
|
||||
it Italian
|
||||
ja Japanese
|
||||
ka Georgian
|
||||
kk Kazakh
|
||||
km Khmer
|
||||
kn Kannada
|
||||
ko Korean
|
||||
ku Kurdish
|
||||
lt Lithuanian
|
||||
lv Latvian
|
||||
mai Maithili
|
||||
mk Macedonian
|
||||
ml Malayalam
|
||||
mr Marathi
|
||||
ms Malay
|
||||
my Burmese
|
||||
nb Norwegian Bokmål
|
||||
ne Nepali
|
||||
nl Dutch
|
||||
nn Nynorsk
|
||||
nr Southern Ndebele
|
||||
nso Northern Sotho
|
||||
or Oriya
|
||||
pa Punjabi
|
||||
pl Polish
|
||||
pt_BR Portuguese (Brazil)
|
||||
pt Portuguese
|
||||
ro Romanian
|
||||
ru Russian
|
||||
si Sinhala
|
||||
sk Slovak
|
||||
sl Slovenian
|
||||
sq Albanian
|
||||
sr Serbian
|
||||
ss Swati
|
||||
sv Swedish
|
||||
ta Tamil
|
||||
te Telugu
|
||||
th Thai
|
||||
tn Tswana
|
||||
tr Turkish
|
||||
ts Tsonga
|
||||
uk Ukrainian
|
||||
ur Urdu
|
||||
ve Venda
|
||||
vi Vietnamese
|
||||
xh Xhosa
|
||||
yi Yiddish
|
||||
zh_CN Simplified Chinese
|
||||
zh_TW Traditional Chinese
|
||||
zu Zulu
|
||||
@ -1,6 +1,6 @@
|
||||
Name: langpacks
|
||||
Version: 3.0
|
||||
Release: 12%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Langpacks meta-package
|
||||
|
||||
License: GPLv2+
|
||||
@ -609,7 +609,7 @@ This package provides Japanese langpacks meta-package.
|
||||
%files ja
|
||||
%{_datadir}/metainfo/org.fedoraproject.LangPack-ja.metainfo.xml
|
||||
|
||||
%langcore_pkg -l ja -n Japanese -f google-noto-sans-cjk-ttc-fonts -i ibus-kkc
|
||||
%langcore_pkg -l ja -n Japanese -f google-noto-sans-cjk-ttc-fonts -i ibus-anthy
|
||||
|
||||
%package ka
|
||||
Summary: Georgian langpacks meta-package
|
||||
@ -1290,18 +1290,31 @@ This package provides Simplified Chinese langpacks meta-package.
|
||||
|
||||
%langcore_pkg -l zh_CN -n %{quote:Simplified Chinese} -f google-noto-sans-cjk-ttc-fonts -i ibus-libpinyin
|
||||
|
||||
%package zh_HK
|
||||
Summary: Hong Kong Traditional Chinese langpacks meta-package
|
||||
Requires: %{name}-core-zh_HK
|
||||
Recommends: google-noto-serif-cjk-ttc-fonts
|
||||
|
||||
%description zh_HK
|
||||
This package provides Hong Kong Traditional Chinese langpacks meta-package.
|
||||
|
||||
%files zh_HK
|
||||
%{_datadir}/metainfo/org.fedoraproject.LangPack-zh_HK.metainfo.xml
|
||||
|
||||
%langcore_pkg -l zh_HK -n %{quote:Hong Kong Traditional Chinese} -f google-noto-sans-cjk-ttc-fonts -i ibus-table-chinese-cangjie
|
||||
|
||||
%package zh_TW
|
||||
Summary: Traditional Chinese langpacks meta-package
|
||||
Summary: Taiwan langpacks meta-package
|
||||
Requires: %{name}-core-zh_TW
|
||||
Recommends: google-noto-serif-cjk-ttc-fonts
|
||||
|
||||
%description zh_TW
|
||||
This package provides Traditional Chinese langpacks meta-package.
|
||||
This package provides Taiwan Traditional Chinese langpacks meta-package.
|
||||
|
||||
%files zh_TW
|
||||
%{_datadir}/metainfo/org.fedoraproject.LangPack-zh_TW.metainfo.xml
|
||||
|
||||
%langcore_pkg -l zh_TW -n %{quote:Traditional Chinese} -f google-noto-sans-cjk-ttc-fonts -i ibus-libzhuyin
|
||||
%langcore_pkg -l zh_TW -n %{quote:Taiwan Traditional Chinese} -f google-noto-sans-cjk-ttc-fonts -i ibus-libzhuyin
|
||||
|
||||
%package zu
|
||||
Summary: Zulu langpacks meta-package
|
||||
@ -1331,6 +1344,13 @@ DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE1}
|
||||
DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE2}
|
||||
|
||||
%changelog
|
||||
* Wed Mar 10 2021 Jens Petersen <petersen@redhat.com> - 3.0-14
|
||||
- ja: use ibus-anthy
|
||||
- zh_HK: use ibus-table-chinese-cangjie
|
||||
|
||||
* Mon Mar 8 2021 Jens Petersen <petersen@redhat.com> - 3.0-13
|
||||
- add subpackages for Hong Kong (zh_HK)
|
||||
|
||||
* Tue Feb 23 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.0-12
|
||||
- Revert previous ibus-unikey change for RHEL
|
||||
|
||||
@ -1456,4 +1476,3 @@ DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE2}
|
||||
|
||||
* Thu Jan 21 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.0-1
|
||||
- Initial packaging
|
||||
|
||||
|
||||
18
langpkgs.txt
18
langpkgs.txt
@ -1,18 +0,0 @@
|
||||
childsplay-alphabet_sounds_it
|
||||
cockatrice-langpack-it
|
||||
drascula-it
|
||||
eclipse-nls-it
|
||||
gcompris-sound-it
|
||||
gimp-help-it
|
||||
glibc-langpack-it
|
||||
gnome-getting-started-docs-it
|
||||
guayadeque-langpack-it
|
||||
hunspell-it
|
||||
hyphen-it
|
||||
kde-l10n-it
|
||||
libreoffice-langpack-it
|
||||
man-pages-it
|
||||
mythes-it
|
||||
nqc-doc-it
|
||||
tesseract-langpack-ita
|
||||
tkgate-it
|
||||
@ -1,25 +0,0 @@
|
||||
======================subpackage package ============================
|
||||
%package $langcode
|
||||
Summary: $langname langpacks meta-package
|
||||
Requires: %{name}-core-$langcode
|
||||
Requires: <extra-fonts>
|
||||
Requires: <any-other-pkg>
|
||||
|
||||
%description $langcode
|
||||
This package provides $langname langpacks meta-package.
|
||||
|
||||
%files $langcode
|
||||
%{_datadir}/metainfo/org.fedoraproject.LangPack-$langcode.metainfo.xml
|
||||
======================================================================
|
||||
|
||||
======================subpackage core package=========================
|
||||
%package core-$langcode
|
||||
Summary: $langname langpacks core meta-package
|
||||
Requires: <default-fonts>
|
||||
Requires: <any-other-pkg>
|
||||
|
||||
%description core-$langcode
|
||||
This package provides $langname core langpacks packages.
|
||||
|
||||
%files core-$langcode
|
||||
======================================================================
|
||||
@ -925,11 +925,22 @@
|
||||
</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>Traditional Chinese</name>
|
||||
<summary>Localization Font support for Traditional Chinese</summary>
|
||||
<name>Taiwan Traditional Chinese</name>
|
||||
<summary>Localization Font support for Taiwan Traditional Chinese</summary>
|
||||
<description>
|
||||
<p>
|
||||
Core font package to install default font.
|
||||
|
||||
@ -947,11 +947,22 @@
|
||||
</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>Traditional Chinese</name>
|
||||
<summary>Core Localization support for Traditional Chinese</summary>
|
||||
<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.
|
||||
|
||||
@ -947,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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user