extra/calligra to 2.6.4-2

This commit is contained in:
Kevin Mihelich 2013-08-04 05:18:47 +00:00
parent 029c839540
commit ef3c7ab118

View file

@ -22,7 +22,7 @@ pkgname=('calligra-filters'
'calligra-braindump'
'calligra-flow')
pkgver=2.6.4
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org/'
license=('FDL1.2' 'GPL2' 'LGPL')
@ -36,12 +36,15 @@ source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver
md5sums=('a38fdc882888469ea8b0dea949c05dda'
'51f443435a0cf022bec3db041b4047bb')
build() {
prepare() {
cd $pkgbase-$pkgver
patch -p1 -i "$srcdir"/arm.patch
cd ..
mkdir build
}
build() {
cd build
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \