extra/calligra to 2.8.3-1

This commit is contained in:
Kevin Mihelich 2014-05-20 01:19:48 +00:00
parent f343654772
commit 45983222a1

View file

@ -22,8 +22,8 @@ pkgname=('calligra-braindump'
'calligra-sheets'
'calligra-stage'
'calligra-words')
pkgver=2.8.2
pkgrel=2
pkgver=2.8.3
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org/'
license=('FDL1.2' 'GPL2' 'LGPL')
@ -35,15 +35,11 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
groups=('calligra')
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz"
'arm.patch')
md5sums=('adb7d386dd2ec0cafdb39ce474bba73a'
md5sums=('78ad97127a3cc6d2c5c79ac6ae56f130'
'dc5105bcc612560f46d27071aca69cba')
prepare() {
mkdir build
# fix openjpeg detection
sed -i "s:/usr/include/openjpeg:/usr/include/openjpeg-1.5:" \
${pkgbase}-${pkgver}/cmake/modules/FindOpenJPEG.cmake
}
build() {
@ -74,7 +70,7 @@ package_calligra-filters() {
package_calligra-libs() {
pkgdesc="Libraries for the Calligra office suite"
depends=('kdepimlibs' 'kactivities')
depends=('kdepimlibs' 'kactivities' 'libkactivities4')
conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
'koffice-servicetypes' 'calligra-interfaces'
'calligra-pics' 'calligra-servicetypes')