mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/kdebindings-python to 4.8.4-2
This commit is contained in:
parent
5b9db3385f
commit
cbf5038bfe
1 changed files with 4 additions and 2 deletions
|
@ -10,12 +10,13 @@ pkgbase=kdebindings-python
|
|||
pkgname=('kdebindings-python'
|
||||
'kdebindings-python2')
|
||||
pkgver=4.8.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url='http://kde.org/'
|
||||
arch=('i686' 'x86_64')
|
||||
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"
|
||||
"pykde4-4.4.4-arm-sip.patch")
|
||||
sha1sums=('e629d7a1d7d1aa1d1dd24769dc5412a60b6ac256'
|
||||
|
@ -32,6 +33,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 ..
|
||||
|
|
Loading…
Reference in a new issue