mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/kdebindings-python to 4.14.3-6
This commit is contained in:
parent
3ccf43eaac
commit
379586c054
1 changed files with 17 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 153599 2012-03-16 14:50:09Z andrea $
|
||||
# $Id$
|
||||
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
@ -9,26 +9,26 @@ pkgname=('kdebindings-python'
|
|||
'kdebindings-python2'
|
||||
'kdebindings-python-common')
|
||||
pkgver=4.14.3
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
groups=('kdebindings')
|
||||
makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs'
|
||||
'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
|
||||
makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs4'
|
||||
'python-pyqt4' 'python2-sip' 'python-sip' 'mesa')
|
||||
source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz"
|
||||
pykde4-4.14.3-missing_symbols.patch
|
||||
"pykde4-4.14.0-arm-sip.patch")
|
||||
pykde4-4.14.0-arm-sip.patch)
|
||||
sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48'
|
||||
'54ace7648dc542c681d6d3164685e6fb6be47f9f'
|
||||
'f0798d25767768006d5f674049e51b2e39f9f4eb')
|
||||
'7a96f224bb9e28adb3ef2566b4fed973687eeea5')
|
||||
|
||||
prepare() {
|
||||
mkdir build
|
||||
|
||||
cd pykde4-${pkgver}
|
||||
patch -p1 -i ../pykde4-4.14.3-missing_symbols.patch
|
||||
patch -Np1 -i "${srcdir}/pykde4-4.14.0-arm-sip.patch"
|
||||
patch -p1 -i ../pykde4-4.14.0-arm-sip.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -62,29 +62,27 @@ build() {
|
|||
|
||||
package_kdebindings-python() {
|
||||
pkgdesc="A set of Python 3.x bindings for KDE"
|
||||
depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
|
||||
depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
|
||||
|
||||
cd "${srcdir}"/build
|
||||
cd build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# Provided by kdebindings-python-common
|
||||
rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
|
||||
rm -r "${pkgdir}"/usr/share/sip/PyKDE4
|
||||
rm -r "${pkgdir}"/usr/share/sip
|
||||
|
||||
ln -s /usr/bin/pykdeuic4-3.4 "${pkgdir}"/usr/bin/pykdeuic4
|
||||
ln -s /usr/bin/pykdeuic4-3.5 "${pkgdir}"/usr/bin/pykdeuic4
|
||||
}
|
||||
|
||||
package_kdebindings-python2() {
|
||||
pkgdesc="A set of Python 2.x bindings for KDE"
|
||||
depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
|
||||
depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
|
||||
conflicts=('kdebindings-python<4.8.1-2')
|
||||
|
||||
cd "${srcdir}"/build-python2
|
||||
|
||||
cd build-python2
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# Provided by kdebindings-python-common
|
||||
rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
|
||||
rm -r "${pkgdir}"/usr/share/sip/PyKDE4
|
||||
rm -r "${pkgdir}"/usr/share/
|
||||
|
||||
# pykdeuic4 should point to the python3 version
|
||||
#rm "${pkgdir}"/usr/bin/pykdeuic4
|
||||
|
@ -95,11 +93,11 @@ package_kdebindings-python2() {
|
|||
|
||||
package_kdebindings-python-common() {
|
||||
pkgdesc="Common files shared between python2 and python3 kdebindings"
|
||||
depends=('qscintilla')
|
||||
depends=()
|
||||
conflicts=('kdebindings-python<4.8.1-2')
|
||||
|
||||
cd build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
rm -r "${pkgdir}"/usr/{bin,lib}
|
||||
rm -r "${pkgdir}"/usr/{bin,lib,share/apps}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue