You are not logged in.
Hi! Please add Persian language to official repositories. I do not want to put it in AUR and sorry for disturbs again.
pkgbase=kde-l10n
pkgname=('kde-l10n-fa')
pkgver=4.14.3
pkgrel=1
pkgdesc="Farsi - persian localization for KDE."
options=('docs')
arch=(any)
license=('GPL')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fa-${pkgver}.tar.xz")
sha1sums=('1d3b801c7142f5e4483a1b988047f3d787fbd3a1')
build() {
cd ${srcdir}
for lang in fa; do
mkdir -p build/${lang}
cd build/${lang}
cmake ${srcdir}/${pkgbase}-${lang}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
cd ../..
done
}
package_kde-l10n-fa() {
pkgdesc=('Farsi - persian Localization for KDE')
cd ${srcdir}/build/fa
make DESTDIR=${pkgdir} install
}The code is based on official PKGBUILD.
Thanks and sorry for me again.
Last edited by Andy_Crowd (2015-01-15 20:14:32)
Help to make Arora bug free!!
日不落 | Year 2081 | 笑傲江湖 | One more a really good book in my collection the Drystoll.
Offline