summaryrefslogtreecommitdiff
path: root/extra/kdebindings-smokeqt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebindings-smokeqt/PKGBUILD')
-rw-r--r--extra/kdebindings-smokeqt/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdebindings-smokeqt/PKGBUILD b/extra/kdebindings-smokeqt/PKGBUILD
index 297f11af1..4d54aace1 100644
--- a/extra/kdebindings-smokeqt/PKGBUILD
+++ b/extra/kdebindings-smokeqt/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 174640 2013-01-05 13:01:10Z andrea $
+# $Id: PKGBUILD 177632 2013-02-08 08:55:51Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-smokeqt
-pkgver=4.9.5
+pkgver=4.10.0
pkgrel=1
pkgdesc="Language independent library for Qt bindings"
url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"
@@ -13,7 +13,7 @@ depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
makedepends=('cmake' 'automoc4' 'mesa')
conflicts=('kdebindings-smoke')
source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
-sha1sums=('a99f0b15f6e08a13e3018e4379837bdafe6ebd0e')
+sha1sums=('68c3b9bdf1b378014268d60ec657f457d784e3ec')
build() {
cd "${srcdir}"
@@ -21,6 +21,7 @@ build() {
cd build
cmake ../smokeqt-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_Qwt5=OFF
make