summaryrefslogtreecommitdiff
path: root/kde-unstable/kdepimlibs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdepimlibs/PKGBUILD')
-rw-r--r--kde-unstable/kdepimlibs/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/kde-unstable/kdepimlibs/PKGBUILD b/kde-unstable/kdepimlibs/PKGBUILD
index 2fff6052c..bab597e53 100644
--- a/kde-unstable/kdepimlibs/PKGBUILD
+++ b/kde-unstable/kdepimlibs/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 124655 2011-05-23 19:42:19Z andrea $
+# $Id: PKGBUILD 128644 2011-06-25 10:17:07Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=kdepimlibs
-pkgver=4.6.80
+pkgver=4.6.90
pkgrel=1
pkgdesc="KDE PIM Libraries"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('kdelibs' 'gpgme' 'akonadi' 'libical' )
makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
install='kdepimlibs.install'
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('e07ba03177775ee6db6669123b944dd7c3b362f1')
+sha1sums=('8dfdc170ed506d3c7d3dc0d46195cee8804bc431')
build() {
cd ${srcdir}
@@ -22,7 +22,8 @@ build() {
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_Prison=OFF
make
}