summaryrefslogtreecommitdiff
path: root/extra/kdebindings-python/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebindings-python/PKGBUILD')
-rw-r--r--extra/kdebindings-python/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/kdebindings-python/PKGBUILD b/extra/kdebindings-python/PKGBUILD
index 070f71d6b..1c1aaba1a 100644
--- a/extra/kdebindings-python/PKGBUILD
+++ b/extra/kdebindings-python/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 161107 2012-06-08 06:34:53Z andrea $
+# $Id: PKGBUILD 162743 2012-06-29 11:34:32Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=kdebindings-python
pkgname=('kdebindings-python'
'kdebindings-python2')
pkgver=4.8.4
-pkgrel=1
+pkgrel=2
url='http://kde.org/'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL' 'FDL')
groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
+ 'pyqt' 'qscintilla' 'python-sip' 'python2-sip')
source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
sha1sums=('e629d7a1d7d1aa1d1dd24769dc5412a60b6ac256')
@@ -23,6 +24,7 @@ build() {
cmake ../pykde4-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
-DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
make
cd ..