desktop/kde-l10n/PKGBUILD

1004 lines
20 KiB
Bash
Raw Normal View History

# How to enable a language:
2015-05-31 20:56:09 +08:00
# check the web page:
# http://l10n.kde.org/stats/gui/trunk-kde4/team/
# http://l10n.kde.org/stats/gui/trunk-kf5/team/
# and enable only languages with more then 80% translation of kde-runtime
2010-05-24 23:27:39 +08:00
2013-12-18 02:36:04 +08:00
# Include global configuration
source ../kdeapps.conf
2010-05-24 23:27:39 +08:00
_origname=kde-l10n
pkgbase=('kde-l10n')
2011-07-23 13:05:00 +08:00
pkgname=('kde-l10n-ar'
2014-01-14 05:00:31 +08:00
'kde-l10n-bg'
'kde-l10n-bs'
'kde-l10n-ca'
'kde-l10n-ca@valencia'
'kde-l10n-cs'
'kde-l10n-da'
'kde-l10n-de'
'kde-l10n-el'
2015-03-05 06:05:11 +08:00
'kde-l10n-en_GB'
2015-04-11 07:34:23 +08:00
'kde-l10n-eo'
2015-05-31 20:56:09 +08:00
'kde-l10n-es'
2014-01-14 05:00:31 +08:00
'kde-l10n-et'
'kde-l10n-eu'
2015-02-22 08:34:07 +08:00
'kde-l10n-fa'
2014-01-14 05:00:31 +08:00
'kde-l10n-fi'
'kde-l10n-fr'
'kde-l10n-ga'
'kde-l10n-gl'
'kde-l10n-he'
'kde-l10n-hi'
'kde-l10n-hr'
'kde-l10n-hu'
'kde-l10n-ia'
2014-03-27 22:20:40 +08:00
'kde-l10n-id'
2014-01-14 05:00:31 +08:00
'kde-l10n-is'
'kde-l10n-it'
'kde-l10n-ja'
'kde-l10n-kk'
'kde-l10n-km'
'kde-l10n-ko'
'kde-l10n-lt'
'kde-l10n-lv'
'kde-l10n-mr'
'kde-l10n-nb'
'kde-l10n-nds'
'kde-l10n-nn'
'kde-l10n-nl'
'kde-l10n-pa'
'kde-l10n-pl'
'kde-l10n-pt'
'kde-l10n-pt_BR'
'kde-l10n-ro'
'kde-l10n-ru'
'kde-l10n-sk'
'kde-l10n-sl'
'kde-l10n-sr'
'kde-l10n-sv'
'kde-l10n-tr'
'kde-l10n-ug'
'kde-l10n-uk'
2014-08-25 01:33:17 +08:00
# 'kde-l10n-vi'
2014-01-14 05:00:31 +08:00
'kde-l10n-wa'
'kde-l10n-zh_CN'
'kde-l10n-zh_TW')
2014-05-14 20:41:32 +08:00
arch=('x86_64')
2010-05-24 23:27:39 +08:00
pkgver=${_kdever}
2015-05-31 20:56:09 +08:00
pkgrel=1
2010-05-24 23:27:39 +08:00
url="http://www.kde.org"
license=('GPL' 'FDL')
2015-02-20 06:29:49 +08:00
depends=("kdelibs>=${_libsver}" 'automoc4' 'docbook-xsl')
2015-05-31 20:56:09 +08:00
makedepends=('kdoctools' 'ki18n' 'qt5-tools' 'extra-cmake-modules')
options=('docs')
2015-03-05 06:05:11 +08:00
source=()
sha256sums=()
for _name in "${pkgname[@]}"; do
source+=(${_mirror}/${pkgbase}/${_name}-${pkgver}.tar.xz)
2015-04-11 07:34:23 +08:00
[[ ${_name} != "kde-l10n-eo" ]] && source+=(${_oldkdemirror}/${pkgbase}/${_name}-${_oldkdever}.tar.xz)
2015-03-05 06:05:11 +08:00
sha256sums+=(`grep "${_name}-${pkgver}.tar.xz" ../checksums.txt | cut -d " " -f1`)
2015-04-11 07:34:23 +08:00
[[ ${_name} != "kde-l10n-eo" ]] && sha256sums+=(`grep "${_name}-${_oldkdever}.tar.xz" ../checksums.txt | cut -d " " -f1`)
2015-03-05 06:05:11 +08:00
done
2013-12-21 17:55:23 +08:00
build() {
2015-03-05 06:05:11 +08:00
cd ${srcdir}
2010-05-24 23:27:39 +08:00
# This has been replaced from the following section, to handle the build of both 14.12.3 and 4.14.3
#
# for it in `find . -maxdepth 1 -type d|sed -e '/^\.$/d'` ; do
# pushd "$it"
# cmake -DCMAKE_INSTALL_PREFIX=${_installprefix} -DCMAKE_BUILD_TYPE=Release
# make
# make DESTDIR=${pkgdir} install
# popd
# done
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
for it in ${pkgname[@]} ; do
2015-04-11 07:34:23 +08:00
if [ ${it} != "kde-l10n-eo" ];
then
2015-08-15 16:32:44 +08:00
msg "Building $it-$_oldkdever"
pushd "$it-$_oldkdever"
cmake \
-DCMAKE_INSTALL_PREFIX=${_installprefix} \
-DCMAKE_BUILD_TYPE=Release
make
popd
2015-04-11 07:34:23 +08:00
fi
2015-03-05 06:05:11 +08:00
2015-08-15 16:32:44 +08:00
msg "Building $it-$pkgver"
2015-03-05 06:05:11 +08:00
pushd "$it-$pkgver"
2015-08-15 16:32:44 +08:00
lang="${it##*-}"
if [ ${it} == "kde-l10n-gl" ] || [ ${it} == "kde-l10n-nl" ];
then
# disable kdeedu for now 15.08.0, waiting for an upstream fix
sed -i 's|add_subdirectory(kdeedu)|#add_subdirectory(kdeedu)|' ./5/$lang/messages/CMakeLists.txt
fi
if [ ${it} == "kde-l10n-pl" ]
then
sed -i 's|add_subdirectory(kdeedu)|#add_subdirectory(kdeedu)|' ./5/$lang/scripts/CMakeLists.txt
fi
2013-12-21 17:55:23 +08:00
cmake \
-DCMAKE_INSTALL_PREFIX=${_installprefix} \
-DCMAKE_BUILD_TYPE=Release
make
popd
done
2010-05-24 23:27:39 +08:00
}
2015-03-05 06:05:11 +08:00
package_helper()
{
if [ ${1} != "eo" ];
2015-04-12 21:55:36 +08:00
then
pushd ${srcdir}/kde-l10n-${1}-${_oldkdever}
make DESTDIR=${pkgdir} install
popd
fi
2015-03-05 06:05:11 +08:00
# overwrite old 4.14.3 with new one
pushd ${srcdir}/kde-l10n-${1}-${pkgver}
make DESTDIR=${pkgdir} install
popd
}
2010-05-24 23:27:39 +08:00
package_kde-l10n-ar()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Arabic"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ar
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-as()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Assamese"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper as
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ast()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Asturian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ast
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-be()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Belarusian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper be
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-be@latin()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Belarusian (Latin)"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper be@latin
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-bg()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Bulgarian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper bg
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-bn-in()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Bengali (India)"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper bn_IN
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-bn()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Bengali"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper bn
2010-05-24 23:27:39 +08:00
}
2011-07-23 13:05:00 +08:00
package_kde-l10n-bs()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Bosnian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2011-07-23 13:05:00 +08:00
2015-03-05 06:05:11 +08:00
package_helper bs
2011-07-23 13:05:00 +08:00
}
2010-05-24 23:27:39 +08:00
package_kde-l10n-ca()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Catalan"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ca
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ca@valencia()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Valencian (southern Catalan)"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ca@valencia
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-crh()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Crimean Tatar"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper crh
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-cs()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Czech"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper cs
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-csb()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Kashubian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper csb
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-cy()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Welsh"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper cy
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-da()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Danish"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper da
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-de()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: German"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper de
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-el()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Greek"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper el
2010-05-24 23:27:39 +08:00
}
2015-04-11 07:34:23 +08:00
package_kde-l10n-eo()
{
pkgdesc="KDE language support: Esperanto"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
package_helper eo
}
2015-03-05 06:05:11 +08:00
package_kde-l10n-en_GB()
2010-05-24 23:27:39 +08:00
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: British English"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2015-03-05 06:05:11 +08:00
conflicts=('kde-l10n-en_gb')
provides=("kde-l10n-en_gb=${pkgver}")
replaces=("kde-l10n-en_gb")
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper en_GB
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-eo()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Esperanto"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper eo
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-es()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Spanish"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper es
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-et()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Estonian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper et
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-eu()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Basque"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper eu
2010-05-24 23:27:39 +08:00
}
2015-02-20 06:29:49 +08:00
package_kde-l10n-fa()
{
pkgdesc="KDE language support: Persian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2015-03-05 06:05:11 +08:00
package_helper fa
2015-02-20 06:29:49 +08:00
}
2010-05-24 23:27:39 +08:00
package_kde-l10n-fi()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Finnish"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper fi
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-fr()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: French"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper fr
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-fy()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Frisian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper fy
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ga()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Irish Gaelic"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ga
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-gl()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Galician"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper gl
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-gu()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Gujarati"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper gu
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ha()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Hausa"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ha
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-he()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Hebrew"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper he
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-hi()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Hindi"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper hi
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-hne()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Chhattisgarhi"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper hne
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-hr()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Croatian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper hr
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-hsb()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Upper Sorbian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper hsb
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-hu()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Hungarian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper hu
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-hy()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Armenian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper hy
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ia()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Interlingua"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2015-03-05 06:05:11 +08:00
package_helper ia
}
2010-05-24 23:27:39 +08:00
package_kde-l10n-id()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Indonesian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper id
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-is()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Icelandic"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper is
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-it()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Italian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper it
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ja()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Japanese"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ja
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ka()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Georgian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ka
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-kk()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Kazakh"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper kk
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-km()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Khmer"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper km
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-kn()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Kannada"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper kn
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ko()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Korean"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ko
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ku()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Kurdish"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ku
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-lb()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Luxembourgish"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper lb
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-lt()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Lithuanian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper lt
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-lv()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Latvian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper lv
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-mai()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Maithili"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper mai
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-mk()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Macedonian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper mk
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ml()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Malayalam"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ml
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-mr()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Marathi"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper mr
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ms()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Malay"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ms
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-nb()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Norwegian Bokmal"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper nb
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-nds()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Low Saxon"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper nds
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ne()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Nepali"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ne
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-nl()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Dutch"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper nl
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-nn()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Norwegian Nynorsk"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper nn
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-oc()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Occitan"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper oc
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-or()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Oriya"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper or
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-pa()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Panjabi & Punjabi"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper pa
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-pl()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Polish"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper pl
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ps()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Pashto"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ps
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-pt()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Portugese"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper pt
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-pt_BR()
2010-05-24 23:27:39 +08:00
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Brazilian Portuguese"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper pt_BR
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ro()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Romanian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ro
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ru()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Russian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ru
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-se()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Northern Sami"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper se
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-si()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Sinhala"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper si
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-sk()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Slovak"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper sk
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-sl()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Slovenian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper sl
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-sr()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Serbian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper sr
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-sr@ijekavian()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Serbian (Ijekavian)"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper sr@ijekavian
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-sr@ijekavianlatin()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Serbian (Ijekavian Latin)"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper sr@ijekavianlatin
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-sr@latin()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Serbian (Latin)"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper sr@latin
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-sv()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Swedish"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper sv
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-ta()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Tamil"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper ta
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-te()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Telugu"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper te
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-th()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Thai"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper th
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-tr()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Turkish"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper tr
2010-05-24 23:27:39 +08:00
}
2011-07-23 13:05:00 +08:00
package_kde-l10n-ug()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Uyghur"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2011-07-23 13:05:00 +08:00
2015-03-05 06:05:11 +08:00
package_helper ug
2011-07-23 13:05:00 +08:00
}
2010-05-24 23:27:39 +08:00
package_kde-l10n-uk()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Ukrainian"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper uk
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-uz()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Uzbek"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper uz
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-uz@cyrillic()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Uzbek (Cyrillic)"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper uz@cyrillic
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-vi()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Vietnamese"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper vi
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-wa()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Walloon"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper wa
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-xh()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Xhosa"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper xh
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-zh_CN()
2010-05-24 23:27:39 +08:00
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Chinese Simplified"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper zh_CN
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-zh_hk()
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Chinese Hong Kong"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper zh_HK
2010-05-24 23:27:39 +08:00
}
package_kde-l10n-zh_TW()
2010-05-24 23:27:39 +08:00
{
2013-12-21 17:55:23 +08:00
pkgdesc="KDE language support: Chinese Traditional"
groups=("kde-uninstall" "kde-l10n")
categories=('localization')
2010-05-24 23:27:39 +08:00
2015-03-05 06:05:11 +08:00
package_helper zh_TW
2010-05-24 23:27:39 +08:00
}