summaryrefslogtreecommitdiff
path: root/extra/kdebindings-smokekde/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebindings-smokekde/PKGBUILD')
-rw-r--r--extra/kdebindings-smokekde/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/kdebindings-smokekde/PKGBUILD b/extra/kdebindings-smokekde/PKGBUILD
index 87bf27328..2d578e237 100644
--- a/extra/kdebindings-smokekde/PKGBUILD
+++ b/extra/kdebindings-smokekde/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 174644 2013-01-05 13:02:49Z andrea $
+# $Id: PKGBUILD 177636 2013-02-08 08:55:55Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-smokekde
-pkgver=4.9.5
+pkgver=4.10.0
pkgrel=1
pkgdesc="Language independent library for KDE bindings"
url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
@@ -14,17 +14,18 @@ makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
'mesa')
optdepends=('kdesdk-kate: Kate bindings'
- 'kdegraphics-okular: Okular bindings')
+ 'kdegraphics-okular: Okular bindings'
+ 'kdepimlibs: akonadi bindings')
conflicts=('kdebindings-smoke')
source=("http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
-sha1sums=('b2574e50b205e164e9e3672f6d28b264f30b7a64')
+sha1sums=('bcf9bb164a209b1c5f4870440f01809a3486c1e4')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../smokekde-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr
make
}