mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/kdebindings-python to 4.14.3-3
This commit is contained in:
parent
a1603ff6bc
commit
3ae9117c95
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue