mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 04:47:15 +08:00
koffice-l10n: fix pkgbuild
This commit is contained in:
parent
79638097fa
commit
8ddff7d0cc
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user