koffice-l10n: fix pkgbuild

This commit is contained in:
philm 2011-04-19 00:58:33 +02:00
parent 79638097fa
commit 8ddff7d0cc

View File

@ -35,7 +35,7 @@ pkgname=('koffice-l10n-ca'
'koffice-l10n-zh_cn'
'koffice-l10n-zh_tw')
pkgver=2.3.2
pkgrel=2
pkgrel=3
arch=('any')
url='http://www.koffice.org'
license=('GPL')
@ -364,11 +364,8 @@ package_koffice-l10n-gl() {
}
package_koffice-l10n-hu() {
pkgdesc=('Hungarian Localization for Koffice')
cd $srcdir/build/gl
cd $srcdir/build/hu
make DESTDIR=$pkgdir install
# temp fix
rm -vR $pkgdir/usr/share/locale/gl
rm -vR $pkgdir/usr/share/doc/kde/html/gl
}
package_koffice-l10n-it() {
pkgdesc=('Italian Localization for Koffice')
@ -402,11 +399,8 @@ package_koffice-l10n-nl() {
}
package_koffice-l10n-pl() {
pkgdesc=('Polish Localization for Koffice')
cd $srcdir/build/gl
cd $srcdir/build/pl
make DESTDIR=$pkgdir install
# temp fix
rm -vR $pkgdir/usr/share/locale/gl
rm -vR $pkgdir/usr/share/doc/kde/html/gl
}
package_koffice-l10n-pt() {
pkgdesc=('Portugese Localization for Koffice')