@ -0,0 +1,11 @@ |
|||
|
|||
if pkgcheck kdelibs4 X ; then |
|||
if [ "$ROCKCFG_LINGUAS" == "all" ] ; then |
|||
# note this only works if using ./scripts/Config -nobashmod |
|||
pkgenable kde-i18n=.* |
|||
else |
|||
for lang in $ROCKCFG_LINGUAS ; do |
|||
pkgenable kde4-i18n=kde4-i18n-$lang |
|||
done |
|||
fi |
|||
fi |
|||
@ -0,0 +1,48 @@ |
|||
# automatically generated by import.sh |
|||
pkgfork kde4-l10n kde4-l10n-bg status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-ca status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-cs status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-csb status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-da status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-de status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-el status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-en_GB status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-eo status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-es status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-et status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-fi status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-fr status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-fy status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-ga status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-gl status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-hi status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-hu status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-it status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-ja status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-kk status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-km status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-ko status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-ku status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-lt status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-lv status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-mk status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-ml status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-nb status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-nds status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-nl status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-nn status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-pa status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-pl status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-pt status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-pt_BR status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-ru status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-sl status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-sr status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-sv status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-ta status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-th status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-tr status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-uk status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-wa status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-zh_CN status O version 4.1.2 |
|||
pkgfork kde4-l10n kde4-l10n-zh_TW status O version 4.1.2 |
|||
@ -0,0 +1,7 @@ |
|||
# hard-coded pkgfork options, disabled for now |
|||
# kde4-i18n-de flag CORE |
|||
# kde4-i18n-es flag CORE |
|||
# kde4-i18n-fr flag CORE |
|||
# kde4-i18n-it flag CORE |
|||
# kde4-i18n-ru flag CORE |
|||
|
|||
@ -0,0 +1,51 @@ |
|||
#!/bin/bash |
|||
|
|||
base="../../.." |
|||
pkg="kde4-l10n" |
|||
download_url='ftp://ftp.kde.org/pub/kde/stable/$desc_V/src/kde-l10n/' |
|||
|
|||
. $base/scripts/functions |
|||
|
|||
PATH="$base/src:$PATH" |
|||
parse_desc $pkg.desc || exit 1 |
|||
|
|||
eval download_url="$download_url" |
|||
|
|||
rm -f $pkg.desc.new pkgmapper.in.new hosted.cfg.new |
|||
|
|||
pkg="$pkg" $base/src/descparser < $pkg.desc > $pkg.desc.new || exit 1 |
|||
|
|||
echo "# automatically generated by $0" >> $pkg.desc.new |
|||
echo "# automatically generated by $0" >> hosted.cfg.new |
|||
echo "# automatically generated by $0" >> pkgmapper.in.new |
|||
echo 'case $xpkg in' >> pkgmapper.in.new |
|||
|
|||
echo curl -l --disable-epsv -s $download_url/ |
|||
curl -l --disable-epsv -s $download_url/ | |
|||
egrep "^kde-l10n-.*\.tar\.bz2" | |
|||
while read file ; do |
|||
echo $file |
|||
|
|||
filever="${file#kde-l10n-}" |
|||
filever="${filever%.tar.bz2*}" |
|||
lang="${filever%%-*}" |
|||
filever="${filever#$lang-}" |
|||
|
|||
{ |
|||
echo "#if xpkg == $pkg-$lang" |
|||
echo "[I] KDE translations for the \"$lang\" locale." |
|||
echo "[D] 0 kde-l10n-$lang-$filever.tar.bz2 $download_url" |
|||
echo "#endif" |
|||
} >> $pkg.desc.new |
|||
|
|||
forkopts="`grep "^$pkg-$lang " hosted.cfg.in | cut -f2- -d" "`" |
|||
echo "pkgfork $pkg $pkg-$lang status O version $filever $forkopts" >> hosted.cfg.new |
|||
|
|||
echo "$pkg-$lang) pkg=$pkg ;;" >> pkgmapper.in.new |
|||
done |
|||
|
|||
echo 'esac' >> pkgmapper.in.new |
|||
|
|||
for file in $pkg.desc.new pkgmapper.in.new hosted.cfg.new ; do |
|||
mv $file ${file%.new} |
|||
done |
|||
@ -0,0 +1,25 @@ |
|||
#!/bin/bash |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/kde/kde-i18n-de/kde-i18n-de.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
. $base/package/kde4/kde-4.conf |
|||
createdocs=0 |
|||
@ -0,0 +1,233 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/kde/kde-i18n-de/kde-i18n-de.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[T] KDE is a network transparent contemporary desktop environment for UNIX |
|||
[T] workstations. KDE seeks to fill the need for an easy to use desktop for |
|||
[T] Unix workstations, similar to the desktop environments found under the |
|||
[T] MacOS or Window95/NT. |
|||
|
|||
[U] http://www.kde.org |
|||
|
|||
[A] The KDE-Team (see http://www.kde.org/people.html) |
|||
[M] The ROCK Linux Project |
|||
|
|||
[C] extra/desktop/kde |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 4.1.2 |
|||
[P] X --?--5---9 227.200 |
|||
|
|||
|
|||
[CD] <COPY> rm $confdir/*.cache |
|||
[CD] <COPY> cp $cachedir/*.cache $confdir/ |
|||
|
|||
# automatically generated by import.sh |
|||
#if xpkg == kde4-l10n-bg |
|||
[I] KDE translations for the "bg" locale. |
|||
[D] 0 kde-l10n-bg-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-ca |
|||
[I] KDE translations for the "ca" locale. |
|||
[D] 0 kde-l10n-ca-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-cs |
|||
[I] KDE translations for the "cs" locale. |
|||
[D] 0 kde-l10n-cs-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-csb |
|||
[I] KDE translations for the "csb" locale. |
|||
[D] 0 kde-l10n-csb-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-da |
|||
[I] KDE translations for the "da" locale. |
|||
[D] 0 kde-l10n-da-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-de |
|||
[I] KDE translations for the "de" locale. |
|||
[D] 3073223313 kde-l10n-de-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-el |
|||
[I] KDE translations for the "el" locale. |
|||
[D] 0 kde-l10n-el-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-en_GB |
|||
[I] KDE translations for the "en_GB" locale. |
|||
[D] 0 kde-l10n-en_GB-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-eo |
|||
[I] KDE translations for the "eo" locale. |
|||
[D] 0 kde-l10n-eo-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-es |
|||
[I] KDE translations for the "es" locale. |
|||
[D] 3908009529 kde-l10n-es-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-et |
|||
[I] KDE translations for the "et" locale. |
|||
[D] 0 kde-l10n-et-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-fi |
|||
[I] KDE translations for the "fi" locale. |
|||
[D] 0 kde-l10n-fi-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-fr |
|||
[I] KDE translations for the "fr" locale. |
|||
[D] 850485342 kde-l10n-fr-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-fy |
|||
[I] KDE translations for the "fy" locale. |
|||
[D] 0 kde-l10n-fy-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-ga |
|||
[I] KDE translations for the "ga" locale. |
|||
[D] 0 kde-l10n-ga-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-gl |
|||
[I] KDE translations for the "gl" locale. |
|||
[D] 0 kde-l10n-gl-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-hi |
|||
[I] KDE translations for the "hi" locale. |
|||
[D] 0 kde-l10n-hi-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-hu |
|||
[I] KDE translations for the "hu" locale. |
|||
[D] 0 kde-l10n-hu-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-it |
|||
[I] KDE translations for the "it" locale. |
|||
[D] 2969897292 kde-l10n-it-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-ja |
|||
[I] KDE translations for the "ja" locale. |
|||
[D] 0 kde-l10n-ja-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-kk |
|||
[I] KDE translations for the "kk" locale. |
|||
[D] 0 kde-l10n-kk-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-km |
|||
[I] KDE translations for the "km" locale. |
|||
[D] 0 kde-l10n-km-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-ko |
|||
[I] KDE translations for the "ko" locale. |
|||
[D] 0 kde-l10n-ko-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-ku |
|||
[I] KDE translations for the "ku" locale. |
|||
[D] 0 kde-l10n-ku-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-lt |
|||
[I] KDE translations for the "lt" locale. |
|||
[D] 0 kde-l10n-lt-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-lv |
|||
[I] KDE translations for the "lv" locale. |
|||
[D] 0 kde-l10n-lv-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-mk |
|||
[I] KDE translations for the "mk" locale. |
|||
[D] 0 kde-l10n-mk-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-ml |
|||
[I] KDE translations for the "ml" locale. |
|||
[D] 0 kde-l10n-ml-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-nb |
|||
[I] KDE translations for the "nb" locale. |
|||
[D] 0 kde-l10n-nb-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-nds |
|||
[I] KDE translations for the "nds" locale. |
|||
[D] 0 kde-l10n-nds-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-nl |
|||
[I] KDE translations for the "nl" locale. |
|||
[D] 0 kde-l10n-nl-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-nn |
|||
[I] KDE translations for the "nn" locale. |
|||
[D] 0 kde-l10n-nn-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-pa |
|||
[I] KDE translations for the "pa" locale. |
|||
[D] 0 kde-l10n-pa-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-pl |
|||
[I] KDE translations for the "pl" locale. |
|||
[D] 0 kde-l10n-pl-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-pt |
|||
[I] KDE translations for the "pt" locale. |
|||
[D] 0 kde-l10n-pt-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-pt_BR |
|||
[I] KDE translations for the "pt_BR" locale. |
|||
[D] 0 kde-l10n-pt_BR-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-ru |
|||
[I] KDE translations for the "ru" locale. |
|||
[D] 1321604104 kde-l10n-ru-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-sl |
|||
[I] KDE translations for the "sl" locale. |
|||
[D] 0 kde-l10n-sl-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-sr |
|||
[I] KDE translations for the "sr" locale. |
|||
[D] 0 kde-l10n-sr-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-sv |
|||
[I] KDE translations for the "sv" locale. |
|||
[D] 0 kde-l10n-sv-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-ta |
|||
[I] KDE translations for the "ta" locale. |
|||
[D] 0 kde-l10n-ta-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-th |
|||
[I] KDE translations for the "th" locale. |
|||
[D] 0 kde-l10n-th-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-tr |
|||
[I] KDE translations for the "tr" locale. |
|||
[D] 0 kde-l10n-tr-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-uk |
|||
[I] KDE translations for the "uk" locale. |
|||
[D] 0 kde-l10n-uk-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-wa |
|||
[I] KDE translations for the "wa" locale. |
|||
[D] 0 kde-l10n-wa-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-zh_CN |
|||
[I] KDE translations for the "zh_CN" locale. |
|||
[D] 0 kde-l10n-zh_CN-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
#if xpkg == kde4-l10n-zh_TW |
|||
[I] KDE translations for the "zh_TW" locale. |
|||
[D] 0 kde-l10n-zh_TW-4.1.2.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/4.1.2/src/kde-l10n/ |
|||
#endif |
|||
@ -0,0 +1,50 @@ |
|||
# automatically generated by import.sh |
|||
case $xpkg in |
|||
kde4-l10n-bg) pkg=kde4-l10n ;; |
|||
kde4-l10n-ca) pkg=kde4-l10n ;; |
|||
kde4-l10n-cs) pkg=kde4-l10n ;; |
|||
kde4-l10n-csb) pkg=kde4-l10n ;; |
|||
kde4-l10n-da) pkg=kde4-l10n ;; |
|||
kde4-l10n-de) pkg=kde4-l10n ;; |
|||
kde4-l10n-el) pkg=kde4-l10n ;; |
|||
kde4-l10n-en_GB) pkg=kde4-l10n ;; |
|||
kde4-l10n-eo) pkg=kde4-l10n ;; |
|||
kde4-l10n-es) pkg=kde4-l10n ;; |
|||
kde4-l10n-et) pkg=kde4-l10n ;; |
|||
kde4-l10n-fi) pkg=kde4-l10n ;; |
|||
kde4-l10n-fr) pkg=kde4-l10n ;; |
|||
kde4-l10n-fy) pkg=kde4-l10n ;; |
|||
kde4-l10n-ga) pkg=kde4-l10n ;; |
|||
kde4-l10n-gl) pkg=kde4-l10n ;; |
|||
kde4-l10n-hi) pkg=kde4-l10n ;; |
|||
kde4-l10n-hu) pkg=kde4-l10n ;; |
|||
kde4-l10n-it) pkg=kde4-l10n ;; |
|||
kde4-l10n-ja) pkg=kde4-l10n ;; |
|||
kde4-l10n-kk) pkg=kde4-l10n ;; |
|||
kde4-l10n-km) pkg=kde4-l10n ;; |
|||
kde4-l10n-ko) pkg=kde4-l10n ;; |
|||
kde4-l10n-ku) pkg=kde4-l10n ;; |
|||
kde4-l10n-lt) pkg=kde4-l10n ;; |
|||
kde4-l10n-lv) pkg=kde4-l10n ;; |
|||
kde4-l10n-mk) pkg=kde4-l10n ;; |
|||
kde4-l10n-ml) pkg=kde4-l10n ;; |
|||
kde4-l10n-nb) pkg=kde4-l10n ;; |
|||
kde4-l10n-nds) pkg=kde4-l10n ;; |
|||
kde4-l10n-nl) pkg=kde4-l10n ;; |
|||
kde4-l10n-nn) pkg=kde4-l10n ;; |
|||
kde4-l10n-pa) pkg=kde4-l10n ;; |
|||
kde4-l10n-pl) pkg=kde4-l10n ;; |
|||
kde4-l10n-pt) pkg=kde4-l10n ;; |
|||
kde4-l10n-pt_BR) pkg=kde4-l10n ;; |
|||
kde4-l10n-ru) pkg=kde4-l10n ;; |
|||
kde4-l10n-sl) pkg=kde4-l10n ;; |
|||
kde4-l10n-sr) pkg=kde4-l10n ;; |
|||
kde4-l10n-sv) pkg=kde4-l10n ;; |
|||
kde4-l10n-ta) pkg=kde4-l10n ;; |
|||
kde4-l10n-th) pkg=kde4-l10n ;; |
|||
kde4-l10n-tr) pkg=kde4-l10n ;; |
|||
kde4-l10n-uk) pkg=kde4-l10n ;; |
|||
kde4-l10n-wa) pkg=kde4-l10n ;; |
|||
kde4-l10n-zh_CN) pkg=kde4-l10n ;; |
|||
kde4-l10n-zh_TW) pkg=kde4-l10n ;; |
|||
esac |
|||
@ -0,0 +1,24 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/import/cpan/preconfig.in |
|||
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
. package/import/kde4-l10n/hosted.cfg |
|||
pkgremove kde4-l10n |
|||