summaryrefslogtreecommitdiff
path: root/extra/kdebindings
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-08 23:09:34 +0000
committerroot <root@rshg047.dnsready.net>2011-07-08 23:09:34 +0000
commitd006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (patch)
tree082c5c2c39abee82c3957872552fa15c8325744d /extra/kdebindings
parentff64a82ccedcb1690d2f0140d63432aa49676591 (diff)
Fri Jul 8 23:09:34 UTC 2011
Diffstat (limited to 'extra/kdebindings')
-rw-r--r--extra/kdebindings/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/kdebindings/PKGBUILD b/extra/kdebindings/PKGBUILD
index c9c3469f5..af6812ec9 100644
--- a/extra/kdebindings/PKGBUILD
+++ b/extra/kdebindings/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=('kdebindings-csharp'
'kdebindings-python'
'kdebindings-ruby'
'kdebindings-smoke')
-pkgver=4.6.3
+pkgver=4.6.5
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -15,7 +15,7 @@ license=('GPL' 'LGPL')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-pyqt' 'kdepim-runtime' 'mono'
'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('4ecc6ac378c241472aa75680abfafd8d57672653')
+sha1sums=('e63a0b0eec92320df2c2c539b916c5ee9425a689')
build() {
export MONO_SHARED_DIR="${srcdir}/build/.mono"
@@ -31,7 +31,8 @@ build() {
-DBUILD_falcon=OFF \
-DBUILD_java=OFF \
-DBUILD_php=OFF \
- -DWITH_PolkitQt=OFF
+ -DWITH_PolkitQt=OFF \
+ -DWITH_Soprano=OFF
make
}