summaryrefslogtreecommitdiff
path: root/kde-unstable/kdebindings-kimono
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-26 23:06:14 +0000
committerroot <root@rshg047.dnsready.net>2011-06-26 23:06:14 +0000
commit715631caf52784c47c8ed3aeb6cbdba2715a08db (patch)
treed1923d66cba8dcf90112f81ca31009202cff25a3 /kde-unstable/kdebindings-kimono
parent8999fa1750304fb2367fb7743e49e013405e88be (diff)
Sun Jun 26 23:06:14 UTC 2011
Diffstat (limited to 'kde-unstable/kdebindings-kimono')
-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
}