extra/kdebindings-python to 4.14.3-3

This commit is contained in:
Kevin Mihelich 2015-08-15 12:54:22 +00:00
parent a1603ff6bc
commit 3ae9117c95

View file

@ -9,12 +9,12 @@ pkgname=('kdebindings-python'
'kdebindings-python2'
'kdebindings-python-common')
pkgver=4.14.3
pkgrel=2
pkgrel=3
url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
groups=('kdebindings')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs'
'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz"
"pykde4-4.14.0-arm-sip.patch")
@ -59,7 +59,7 @@ build() {
package_kdebindings-python() {
pkgdesc="A set of Python 3.x bindings for KDE"
depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
cd "${srcdir}"/build
make DESTDIR="${pkgdir}" install
@ -73,7 +73,7 @@ package_kdebindings-python() {
package_kdebindings-python2() {
pkgdesc="A set of Python 2.x bindings for KDE"
depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
conflicts=('kdebindings-python<4.8.1-2')
cd "${srcdir}"/build-python2