kdebindings-pykde: Continued fixes

This commit is contained in:
totte 2013-10-11 19:35:41 +00:00
parent f7677b4bda
commit d83bf7b808

View File

@ -5,7 +5,7 @@
# Contributors: M Tortosa <manutortosa@chakra-project.org>
# A Scarpino <andrea@archlinux.org>
# Include global config
# Include global buildsystem configuration
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgbase=kdebindings-python
@ -21,14 +21,14 @@ makedepends=('automoc4'
'boost'
'boost-libs'
'cmake'
'kdepim-runtime>=${_kdever}'
"kdepim-runtime>=${_kdever}"
'polkit-qt'
'python-sip-common'
'python2-pyqt4>=4.10.3-5'
'python2-sip'
'python3-pyqt4>=4.10.3-5'
'python3-sip'
'qscintilla-python2')
'qscintilla-python2>=2.7.2-1')
source=("$_mirror/pykde4-$_kdever.tar.xz")
sha1sums=(`grep pykde4-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
groups=("kde" "kdebindings" "kde-uninstall")