milis/talimatname/genel/k/kde5-l10n/talimat

29 lines
641 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: KDE5 için Birçok Yerelleştirme
# URL : http:/$langwww.kde.org
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: kf5-extra-cmake-modules kf5-ki18n kf5-kdoctools phonon-qt5
isim=kde5-l10n
surum=16.08.2
devir=1
kaynak=()
derle() {
for lang in de es fr it sv tr
do
cd $SRC
wget http://download.kde.org/stable/applications/$surum/src/kde-l10n/kde-l10n-$lang-$surum.tar.xz
tar xf kde-l10n-$lang-$surum.tar.xz
cd kde-l10n-$lang-$surum/5/$lang
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
rm $PKG/usr/share/locale/$lang/LC_MESSAGES/khelpcenter.mo
done
}