mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 12:47:16 +08:00
Fix soprano bindings in pykde
This commit is contained in:
parent
a9dfc0aa9e
commit
cfd42aa2cc
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user