extra/calligra to 2.7.1-1

This commit is contained in:
Kevin Mihelich 2013-08-05 16:03:06 +00:00
parent 385a4bb939
commit 5a4fe2ba32
2 changed files with 27 additions and 24 deletions

View file

@ -7,22 +7,22 @@
# - patch to fix qreal ARMisms
pkgbase=calligra
pkgname=('calligra-filters'
'calligra-libs'
'calligra-plugins'
'calligra-tools'
pkgname=('calligra-braindump'
'calligra-extras'
'calligra-filters'
'calligra-flow'
'calligra-handbook'
'calligra-karbon'
'calligra-kexi'
'calligra-plan'
'calligra-stage'
'calligra-krita'
'calligra-libs'
'calligra-plan'
'calligra-plugins'
'calligra-sheets'
'calligra-words'
'calligra-handbook'
'calligra-braindump'
'calligra-flow')
pkgver=2.6.4
pkgrel=2
'calligra-stage'
'calligra-words')
pkgver=2.7.1
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org/'
license=('FDL1.2' 'GPL2' 'LGPL')
@ -31,9 +31,9 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
'openjpeg' 'kdegraphics-okular' 'pstoedit')
groups=('calligra')
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2"
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz"
"arm.patch")
md5sums=('a38fdc882888469ea8b0dea949c05dda'
md5sums=('9cf909ddf57ecb16d4370cc1062d0f7f'
'51f443435a0cf022bec3db041b4047bb')
prepare() {
@ -91,16 +91,8 @@ package_calligra-plugins() {
cd "${srcdir}"/build/plugins
make DESTDIR="${pkgdir}" install
}
package_calligra-tools() {
pkgdesc="Tools for the Calligra office suite"
depends=('calligra-libs')
conflicts=('koffice-tools')
replaces=('koffice-tools')
install=calligra-tools.install
cd "${srcdir}"/build/tools
cd "${srcdir}"/build/3rdparty/kdchart
make DESTDIR="${pkgdir}" install
}
@ -233,3 +225,15 @@ package_calligra-flow() {
cd "${srcdir}"/build/flow
make DESTDIR="${pkgdir}" install
}
package_calligra-extras() {
pkgdesc="Calligra suite extras"
depends=('calligra-libs')
optdepends=('kdegraphics-okular')
conflicts=('calligra-tools')
replaces=('calligra-tools')
install=calligra-extras.install
cd "${srcdir}"/build/extras
make DESTDIR="${pkgdir}" install
}

View file

@ -1,5 +1,4 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}