koffice-l10n: fix fileconficts

This commit is contained in:
Phil 2011-04-06 17:09:45 +00:00
parent db4cfece54
commit 935abcab56
2 changed files with 10 additions and 4 deletions

View File

@ -15,9 +15,9 @@ pkgrel=1
arch=('any')
source=('http://chakra-project.org/sources/neda/NEDA.tar.gz'
'http://chakra-project.org/sources/kneda/Kneda-0.5.0.tar.gz')
'http://chakra-project.org/sources/kneda/Kneda-0.5.0-2.tar.gz')
md5sums=('83686866b1e7313b77b3cf98c5c4ddc3'
'fa038c6590542c0d78e6e3fe2c62e0a5')
'ace8adc40cc8312e432598e88f9590fc')
package_kde-plasma-themes-neda() {
pkgver=1.0
@ -32,7 +32,7 @@ license=('GPL')
package_kde-plasma-themes-kneda() {
pkgver=0.5.0
pkgrel=1
pkgrel=2
pkgdesc="Chakra KNEDA Plasma theme"
url="http://www.chakra-project.org"
license=('GPL')

View File

@ -35,7 +35,7 @@ pkgname=('koffice-l10n-ca'
'koffice-l10n-zh_cn'
'koffice-l10n-zh_tw')
pkgver=2.3.2
pkgrel=1
pkgrel=2
arch=('any')
url='http://www.koffice.org'
license=('GPL')
@ -366,6 +366,9 @@ package_koffice-l10n-hu() {
pkgdesc=('Hungarian Localization for Koffice')
cd $srcdir/build/gl
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')
@ -401,6 +404,9 @@ package_koffice-l10n-pl() {
pkgdesc=('Polish Localization for Koffice')
cd $srcdir/build/gl
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')