mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/kdebindings-python to 4.9.3-1
This commit is contained in:
parent
f3137db90f
commit
fef8989480
1 changed files with 4 additions and 7 deletions
|
@ -7,8 +7,8 @@
|
|||
pkgbase=kdebindings-python
|
||||
pkgname=('kdebindings-python'
|
||||
'kdebindings-python2')
|
||||
pkgver=4.9.2
|
||||
pkgrel=2
|
||||
pkgver=4.9.3
|
||||
pkgrel=1
|
||||
url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
|
@ -16,18 +16,15 @@ groups=('kdebindings')
|
|||
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
|
||||
'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
|
||||
source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz"
|
||||
"pykde4-4.4.4-arm-sip.patch"
|
||||
'pyqt495.patch')
|
||||
"pykde4-4.4.4-arm-sip.patch")
|
||||
sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11'
|
||||
'20d37a8b127eebffc4556352168786036969ee78'
|
||||
'30def4a0ff94c9f3f173347e0e0bcac195cfe780')
|
||||
'20d37a8b127eebffc4556352168786036969ee78')
|
||||
|
||||
build() {
|
||||
export PYTHONDONTWRITEBYTECODE="TRUE"
|
||||
|
||||
cd "${srcdir}/pykde4-${pkgver}"
|
||||
patch -Np3 -i "${srcdir}/pykde4-4.4.4-arm-sip.patch"
|
||||
patch -p1 -i "${srcdir}"/pyqt495.patch
|
||||
cd "${srcdir}"
|
||||
mkdir build
|
||||
cd build
|
||||
|
|
Loading…
Reference in a new issue