Fix soprano bindings in pykde

This commit is contained in:
Manuel 2012-06-11 19:10:17 +00:00
parent a9dfc0aa9e
commit cfd42aa2cc

View File

@ -13,7 +13,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kdebindings-pykde4
_pkgname=pykde4
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="KDE bindings for python"
url="http://kde.org/"
arch=('i686' 'x86_64')
@ -38,8 +38,7 @@ build() {
cmake ../pykde4-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DWITH_Soprano=OFF
-DPYTHON_EXECUTABLE=/usr/bin/python2
make
}