From 17bdbc2896fc52341da8e7873fd1c903cbf16d54 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:32:53 +0100 Subject: [PATCH] rebuilt as noarch [release 1.0-2mamba;Sat Sep 12 2020] --- README.md | 2 + langpacks.spec | 141 ++++++ org.openmamba.LangPacks.xml | 972 ++++++++++++++++++++++++++++++++++++ 3 files changed, 1115 insertions(+) create mode 100644 langpacks.spec create mode 100644 org.openmamba.LangPacks.xml diff --git a/README.md b/README.md index d7fcd50..e1686e6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # langpacks +Langpack meta-package to provide individual langpacks packages. + diff --git a/langpacks.spec b/langpacks.spec new file mode 100644 index 0000000..a9b9984 --- /dev/null +++ b/langpacks.spec @@ -0,0 +1,141 @@ +Name: langpacks +Version: 1.0 +Release: 2mamba +Summary: Langpacks meta-package +Group: System/Internationalization +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://openmamba.org +Source: org.openmamba.LangPacks.xml +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildArch: noarch +BuildRequires: libappstream-glib +BuildRequires: shared-mime-info +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Langpack meta-package to provide individual langpacks packages. + +%define langpacks_subpkg() \ +%package %{1}\ +Summary: %{2} langpacks meta-package\ +\ +%description %{1}\ +This package provides %{2} langpacks meta-package.\ +\ +%files %{1}\ +%defattr(-,root,root)\ +%{_datadir}/metainfo/org.openmamba.LangPack-%{1}.metainfo.xml + +%langpacks_subpkg af Afrikaans +%langpacks_subpkg am Amharic +%langpacks_subpkg ar Arabic +%langpacks_subpkg as Assamese +%langpacks_subpkg ast Asturian +%langpacks_subpkg be Belarusian +%langpacks_subpkg bg Bulgarian +%langpacks_subpkg bn Bengali +%langpacks_subpkg bo Tibetan +%langpacks_subpkg br Breton +%langpacks_subpkg bs Bosnian +%langpacks_subpkg ca Catalan +%langpacks_subpkg cs Czech +%langpacks_subpkg cy Welsh +%langpacks_subpkg da Danish +%langpacks_subpkg de German +%langpacks_subpkg dz Bhutanese +%langpacks_subpkg el Greek +%langpacks_subpkg en English +%langpacks_subpkg en_GB %{quote:English (United Kingdom)} +%langpacks_subpkg eo Esperanto +%langpacks_subpkg es Spanish +%langpacks_subpkg et Estonian +%langpacks_subpkg eu Basque +%langpacks_subpkg fa Persian +%langpacks_subpkg fi Finnish +%langpacks_subpkg fr French +%langpacks_subpkg ga Irish +%langpacks_subpkg gl Galician +%langpacks_subpkg gu Gujarati +%langpacks_subpkg he Hebrew +%langpacks_subpkg hi Hindi +%langpacks_subpkg hr Croatian +%langpacks_subpkg hu Hungarian +%langpacks_subpkg ia Interlingua +%langpacks_subpkg id Indonesian +%langpacks_subpkg is Icelandic +%langpacks_subpkg it Italian +%langpacks_subpkg ja Japanese +%langpacks_subpkg ka Georgian +%langpacks_subpkg kk Kazakh +%langpacks_subpkg km Khmer +%langpacks_subpkg kn Kannada +%langpacks_subpkg ko Korean +%langpacks_subpkg ku Kurdish +%langpacks_subpkg lt Lithuanian +%langpacks_subpkg lv Latvian +%langpacks_subpkg mai Maithili +%langpacks_subpkg mk Macedonian +%langpacks_subpkg ml Malayalam +%langpacks_subpkg mr Marathi +%langpacks_subpkg ms Malay +%langpacks_subpkg my Burmese +%langpacks_subpkg nb %{quote:Norwegian Bokmål} +%langpacks_subpkg ne Nepali +%langpacks_subpkg nl Dutch +%langpacks_subpkg nn Nynorsk +%langpacks_subpkg nr %{quote:Southern Ndebele} +%langpacks_subpkg nso %{quote:Northern Sotho} +%langpacks_subpkg or Oriya +%langpacks_subpkg pa Punjabi +%langpacks_subpkg pl Polish +%langpacks_subpkg pt_BR %{quote:Portuguese (Brazil)} +%langpacks_subpkg pt Portuguese +%langpacks_subpkg ro Romanian +%langpacks_subpkg ru Russian +%langpacks_subpkg si Sinhala +%langpacks_subpkg sk Slovak +%langpacks_subpkg sl Slovenian +%langpacks_subpkg sq Albanian +%langpacks_subpkg sr Serbian +%langpacks_subpkg ss Swati +%langpacks_subpkg sv Swedish +%langpacks_subpkg ta Tamil +%langpacks_subpkg te Telugu +%langpacks_subpkg th Thai +%langpacks_subpkg tn Tswana +%langpacks_subpkg tr Turkish +%langpacks_subpkg ts Tsonga +%langpacks_subpkg uk Ukrainian +%langpacks_subpkg ur Urdu +%langpacks_subpkg ve Venda +%langpacks_subpkg vi Vietnamese +%langpacks_subpkg xh Xhosa +%langpacks_subpkg yi Yiddish +%langpacks_subpkg zh_CN %{quote:Simplified Chinese} +%langpacks_subpkg zh_TW %{quote:Traditional Chinese} +%langpacks_subpkg zu Zulu + +%prep + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +# Explode the metainfo files into the subpackages so they get added to the +# distro-specific AppStream metadata (from Fedora) +mkdir -p %{buildroot}/usr/share/metainfo +DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE0} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%changelog +* Sat Sep 12 2020 Silvan Calarco 1.0-2mamba +- rebuilt as noarch + +* Sat Sep 12 2020 Silvan Calarco 1.0-1mamba +- package created by autospec diff --git a/org.openmamba.LangPacks.xml b/org.openmamba.LangPacks.xml new file mode 100644 index 0000000..0558a4f --- /dev/null +++ b/org.openmamba.LangPacks.xml @@ -0,0 +1,972 @@ + + + + + CC0-1.0 + org.openmamba.LangPack-af + Afrikaans + Localization support for Afrikaans + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-am + Amharic + Localization support for Amharic + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ar + Arabic + Localization support for Arabic + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-as + Assamese + Localization support for Assamese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ast + Asturian + Localization support for Asturian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-be + Belarusian + Localization support for Belarusian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-bg + Bulgarian + Localization support for Bulgarian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-bn + Bengali + Localization support for Bengali + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-bo + Tibetan + Localization support for Tibetan + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-br + Breton + Localization support for Breton + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-bs + Bosnian + Localization support for Bosnian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ca + Catalan + Localization support for Catalan + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-cs + Czech + Localization support for Czech + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-cy + Welsh + Localization support for Welsh + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-da + Danish + Localization support for Danish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-de + German + Localization support for German + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-dz + Bhutanese + Localization support for Bhutanese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-el + Greek + Localization support for Greek + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-en + English + Localization support for English + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-en_GB + British English + Localization support for English + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-eo + Esperanto + Localization support for Esperanto + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-es + Spanish + Localization support for Spanish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-et + Estonian + Localization support for Estonian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-eu + Basque + Localization support for Basque + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-fa + Persian + Localization support for Persian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-fi + Finnish + Localization support for Finnish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-fr + French + Localization support for French + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ga + Irish + Localization support for Irish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-gl + Galician + Localization support for Galician + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-gu + Gujarati + Localization support for Gujarati + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-he + Hebrew + Localization support for Hebrew + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-hi + Hindi + Localization support for Hindi + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-hr + Croatian + Localization support for Croatian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-hu + Hungarian + Localization support for Hungarian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ia + Interlingua + Localization support for Interlingua + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-id + Indonesian + Localization support for Indonesian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-is + Icelandic + Localization support for Icelandic + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-it + Italian + Localization support for Italian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ja + Japanese + Localization support for Japanese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ka + Georgian + Localization support for Georgian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-kk + Kazakh + Localization support for Kazakh + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-km + Khmer + Localization support for Khmer + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-kn + Kannada + Localization support for Kannada + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ko + Korean + Localization support for Korean + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ku + Kurdish + Localization support for Kurdish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-lt + Lithuanian + Localization support for Lithuanian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-lv + Latvian + Localization support for Latvian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-mai + Maithili + Localization support for Maithili + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-mk + Macedonian + Localization support for Macedonian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ml + Malayalam + Localization support for Malayalam + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-mr + Marathi + Localization support for Marathi + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ms + Malay + Localization support for Malay + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-my + Burmese + Localization support for Burmese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-nb + Norwegian Bokmål + Localization support for Norwegian Bokmål + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ne + Nepali + Localization support for Nepali + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-nl + Dutch + Localization support for Dutch + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-nn + Nynorsk + Localization support for Nynorsk + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-nr + Southern Ndebele + Localization support for Southern Ndebele + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-nso + Northern Sotho + Localization support for Northern Sotho + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-or + Oriya + Localization support for Oriya + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-pa + Punjabi + Localization support for Punjabi + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-pl + Polish + Localization support for Polish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-pt + Portuguese + Localization support for Portuguese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-pt_BR + Brazilian Portuguese + Localization support for Brazilian Portuguese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ro + Romanian + Localization support for Romanian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ru + Russian + Localization support for Russian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-si + Sinhala + Localization support for Sinhala + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-sk + Slovak + Localization support for Slovak + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-sl + Slovenian + Localization support for Slovenian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-sq + Albanian + Localization support for Albanian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ss + Swati + Localization support for Swati + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-sr + Serbian + Localization support for Serbian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-sv + Swedish + Localization support for Swedish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ta + Tamil + Localization support for Tamil + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-te + Telugu + Localization support for Telugu + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-th + Thai + Localization support for Thai + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-tn + Tswana + Localization support for Tswana + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-tr + Turkish + Localization support for Turkish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ts + Tsonga + Localization support for Tsonga + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-uk + Ukrainian + Localization support for Ukrainian + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ur + Urdu + Localization support for Urdu + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-ve + Venda + Localization support for Venda + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-vi + Vietnamese + Localization support for Vietnamese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-xh + Xhosa + Localization support for Xhosa + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-yi + Yiddish + Localization support for Yiddish + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-zh_CN + Simplified Chinese + Localization support for Simplified Chinese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-zh_TW + Traditional Chinese + Localization support for Traditional Chinese + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+ + CC0-1.0 + org.openmamba.LangPack-zu + Zulu + Localization support for Zulu + +

+ Meta-package to install available langpacks for the language available for the installed packages. +

+
+
+