extra/pyqt4 to 4.12-3

This commit is contained in:
Kevin Mihelich 2017-02-06 19:15:13 +00:00
parent 66c340f345
commit 1c5b8a5ce5

View file

@ -10,11 +10,11 @@
pkgbase=pyqt4
pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
pkgver=4.12
pkgrel=2
pkgrel=3
arch=('i686' 'x86_64')
url='http://www.riverbankcomputing.com/software/pyqt/intro'
license=('GPL')
makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon-qt4' 'mesa'
makedepends=('qtwebkit' 'python-sip' 'python-dbus' 'python2-sip' 'phonon-qt4' 'mesa'
'python2-opengl' 'qt-assistant-compat' 'python2-dbus')
source=("http://downloads.sourceforge.net/pyqt/PyQt4_gpl_x11-${pkgver}.tar.gz"
"PyQt4-4.7.3-qreal_float_support.patch")
@ -75,6 +75,7 @@ package_python-pyqt4(){
pkgdesc="A set of Python 3.x bindings for the Qt toolkit"
depends=('python-sip' 'python-dbus' 'pyqt4-common')
optdepends=('phonon-qt4: enable audio and video in PyQt applications'
'qtwebkit: for the QtWebKit bindings'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
replaces=('pyqt')
conflicts=('pyqt')
@ -94,6 +95,7 @@ package_python2-pyqt4(){
depends=('python2-sip' 'python2-dbus' 'pyqt4-common')
optdepends=('phonon-qt4: enable audio and video in PyQt applications'
'python2-opengl: enable OpenGL 3D graphics in PyQt applications'
'qtwebkit: for the QtWebKit bindings'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
replaces=('python2-pyqt')
conflicts=('python2-pyqt')