summaryrefslogtreecommitdiff
path: root/extra/calligra/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-05 12:26:01 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-05 12:26:01 +0200
commit1d26d40c2055019b7eb001251919aa73baae0029 (patch)
tree6e82d53221a6b36419caa82eaff4d3b7e0d26ae3 /extra/calligra/PKGBUILD
parentb01715ac53b66678d6cfaf04809e9fde2ea0d995 (diff)
parentb3923b26c3d37257246fea13bdb1151c96cb2fe4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/notmuch/PKGBUILD extra/calligra/PKGBUILD libre/texlive-bin-libre/PKGBUILD
Diffstat (limited to 'extra/calligra/PKGBUILD')
-rw-r--r--extra/calligra/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/calligra/PKGBUILD b/extra/calligra/PKGBUILD
index cd20d86ff..57b68aa52 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' 'mips64el')
url='http://www.calligra-suite.org/'
license=('FDL1.2' 'GPL2' 'LGPL')
@@ -31,8 +31,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 \