summaryrefslogtreecommitdiff
path: root/extra/calligra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-05 02:24:00 -0700
committerroot <root@rshg054.dnsready.net>2013-08-05 02:24:00 -0700
commitb3923b26c3d37257246fea13bdb1151c96cb2fe4 (patch)
tree868c0a9f4649cfc0849318696f440a10bc412d9b /extra/calligra
parent639c9730319cc0ce33e34e2386f467f67d3cc458 (diff)
Mon Aug 5 02:23:17 PDT 2013
Diffstat (limited to 'extra/calligra')
-rw-r--r--extra/calligra/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/calligra/PKGBUILD b/extra/calligra/PKGBUILD
index abad8e3ea..2026b56cb 100644
--- a/extra/calligra/PKGBUILD
+++ b/extra/calligra/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 186633 2013-05-30 10:57:28Z andrea $
+# $Id: PKGBUILD 192008 2013-08-04 04:49:59Z lcarlier $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
@@ -18,7 +18,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')
@@ -30,8 +30,11 @@ groups=('calligra')
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2")
md5sums=('a38fdc882888469ea8b0dea949c05dda')
-build() {
+prepare() {
mkdir build
+}
+
+build() {
cd build
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \