mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pyqt4 to 4.11.3-1
This commit is contained in:
parent
8562bf102b
commit
002848e4f4
1 changed files with 5 additions and 5 deletions
|
@ -8,16 +8,16 @@
|
|||
|
||||
pkgbase=pyqt4
|
||||
pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
|
||||
pkgver=4.11.2
|
||||
pkgver=4.11.3
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.riverbankcomputing.co.uk/software/pyqt/intro"
|
||||
license=('GPL')
|
||||
makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
|
||||
makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon-qt4' 'mesa'
|
||||
'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
|
||||
source=("http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz"
|
||||
"PyQt4-4.7.3-qreal_float_support.patch")
|
||||
md5sums=('6bbb57f6874701adfc6909702f4a4b02'
|
||||
md5sums=('997c3e443165a89a559e0d96b061bf70'
|
||||
'7958e9e630963f1be44ea77c2329bb94')
|
||||
|
||||
build() {
|
||||
|
@ -69,7 +69,7 @@ package_pyqt4-common(){
|
|||
package_python-pyqt4(){
|
||||
pkgdesc="A set of Python 3.x bindings for the Qt toolkit"
|
||||
depends=('qtwebkit' 'python-sip' 'python-dbus' 'pyqt4-common')
|
||||
optdepends=('phonon: enable audio and video in PyQt applications'
|
||||
optdepends=('phonon-qt4: enable audio and video in PyQt applications'
|
||||
'qscintilla: QScintilla API'
|
||||
'qt-assistant-compat: add PyQt online help in Qt Assistant')
|
||||
replaces=('pyqt')
|
||||
|
@ -88,7 +88,7 @@ package_python-pyqt4(){
|
|||
package_python2-pyqt4(){
|
||||
pkgdesc="A set of Python 2.x bindings for the Qt toolkit"
|
||||
depends=('qtwebkit' 'python2-sip' 'python2-dbus' 'pyqt4-common')
|
||||
optdepends=('phonon: enable audio and video in PyQt applications'
|
||||
optdepends=('phonon-qt4: enable audio and video in PyQt applications'
|
||||
'python2-opengl: enable OpenGL 3D graphics in PyQt applications'
|
||||
'qscintilla: QScintilla API'
|
||||
'qt-assistant-compat: add PyQt online help in Qt Assistant')
|
||||
|
|
Loading…
Reference in a new issue