mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/pyqt4 to 4.12-4
This commit is contained in:
parent
8fb0a65661
commit
1bfb3380eb
1 changed files with 2 additions and 4 deletions
|
@ -10,11 +10,11 @@
|
|||
pkgbase=pyqt4
|
||||
pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
|
||||
pkgver=4.12
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.riverbankcomputing.com/software/pyqt/intro'
|
||||
license=('GPL')
|
||||
makedepends=('qtwebkit' 'python-sip' 'python-dbus' 'python2-sip' 'phonon-qt4' 'mesa'
|
||||
makedepends=('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,7 +75,6 @@ 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')
|
||||
|
@ -95,7 +94,6 @@ 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')
|
||||
|
|
Loading…
Reference in a new issue