summaryrefslogtreecommitdiff
path: root/kde-unstable/kdebindings-kimono/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdebindings-kimono/PKGBUILD')
-rw-r--r--kde-unstable/kdebindings-kimono/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/kde-unstable/kdebindings-kimono/PKGBUILD b/kde-unstable/kdebindings-kimono/PKGBUILD
index 0fa73a2b1..9e609c797 100644
--- a/kde-unstable/kdebindings-kimono/PKGBUILD
+++ b/kde-unstable/kdebindings-kimono/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 124934 2011-05-25 09:35:20Z andrea $
+# $Id: PKGBUILD 128666 2011-06-25 12:00:22Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdebindings-kimono
-pkgver=4.6.80
+pkgver=4.6.90
pkgrel=1
pkgdesc=".NET/Mono bindings for the KDE libraries"
url="http://kde.org/"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebindings')
+groups=('kdebindings')
depends=('kdebindings-qyoto' 'kdebindings-smokekde')
makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
conflicts=('kdebindings-csharp')
source=("http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.bz2")
-sha1sums=('911dfbee3141ca0f72c13e15bafc549ccd9ab33a')
+sha1sums=('4e18150625d26c1fb6ddc8fa68cc0f97588275c7')
build() {
cd "${srcdir}"
@@ -21,7 +21,8 @@ build() {
cd build
cmake ../kimono-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_Soprano=OFF
make
}