extra/kdebindings-python to 4.9.3-1

This commit is contained in:
Kevin Mihelich 2012-11-10 17:16:01 +00:00
parent f3137db90f
commit fef8989480

View file

@ -7,8 +7,8 @@
pkgbase=kdebindings-python pkgbase=kdebindings-python
pkgname=('kdebindings-python' pkgname=('kdebindings-python'
'kdebindings-python2') 'kdebindings-python2')
pkgver=4.9.2 pkgver=4.9.3
pkgrel=2 pkgrel=1
url='https://projects.kde.org/projects/kde/kdebindings/pykde4' url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL') license=('GPL' 'LGPL' 'FDL')
@ -16,18 +16,15 @@ groups=('kdebindings')
makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa') 'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz" source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz"
"pykde4-4.4.4-arm-sip.patch" "pykde4-4.4.4-arm-sip.patch")
'pyqt495.patch')
sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11' sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11'
'20d37a8b127eebffc4556352168786036969ee78' '20d37a8b127eebffc4556352168786036969ee78')
'30def4a0ff94c9f3f173347e0e0bcac195cfe780')
build() { build() {
export PYTHONDONTWRITEBYTECODE="TRUE" export PYTHONDONTWRITEBYTECODE="TRUE"
cd "${srcdir}/pykde4-${pkgver}" cd "${srcdir}/pykde4-${pkgver}"
patch -Np3 -i "${srcdir}/pykde4-4.4.4-arm-sip.patch" patch -Np3 -i "${srcdir}/pykde4-4.4.4-arm-sip.patch"
patch -p1 -i "${srcdir}"/pyqt495.patch
cd "${srcdir}" cd "${srcdir}"
mkdir build mkdir build
cd build cd build