[arch-commits] Commit in kdebindings-kimono/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Jun 24 12:53:22 UTC 2011


    Date: Friday, June 24, 2011 @ 08:53:21
  Author: andrea
Revision: 128550

KDE 4.7RC1

Modified:
  kdebindings-kimono/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-24 12:53:18 UTC (rev 128549)
+++ PKGBUILD	2011-06-24 12:53:21 UTC (rev 128550)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at 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/"
@@ -13,7 +13,7 @@
 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 @@
   cd build
   cmake ../kimono-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_Soprano=OFF
   make
 }
 




More information about the arch-commits mailing list