mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 09:44:36 +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_cn'
|
||||||
'koffice-l10n-zh_tw')
|
'koffice-l10n-zh_tw')
|
||||||
pkgver=2.3.2
|
pkgver=2.3.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://www.koffice.org'
|
url='http://www.koffice.org'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
@ -364,11 +364,8 @@ package_koffice-l10n-gl() {
|
|||||||
}
|
}
|
||||||
package_koffice-l10n-hu() {
|
package_koffice-l10n-hu() {
|
||||||
pkgdesc=('Hungarian Localization for Koffice')
|
pkgdesc=('Hungarian Localization for Koffice')
|
||||||
cd $srcdir/build/gl
|
cd $srcdir/build/hu
|
||||||
make DESTDIR=$pkgdir install
|
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() {
|
package_koffice-l10n-it() {
|
||||||
pkgdesc=('Italian Localization for Koffice')
|
pkgdesc=('Italian Localization for Koffice')
|
||||||
@ -402,11 +399,8 @@ package_koffice-l10n-nl() {
|
|||||||
}
|
}
|
||||||
package_koffice-l10n-pl() {
|
package_koffice-l10n-pl() {
|
||||||
pkgdesc=('Polish Localization for Koffice')
|
pkgdesc=('Polish Localization for Koffice')
|
||||||
cd $srcdir/build/gl
|
cd $srcdir/build/pl
|
||||||
make DESTDIR=$pkgdir install
|
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() {
|
package_koffice-l10n-pt() {
|
||||||
pkgdesc=('Portugese Localization for Koffice')
|
pkgdesc=('Portugese Localization for Koffice')
|
||||||
|
Loading…
Reference in New Issue
Block a user