mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
extra/pyqt to 4.9.1-2
This commit is contained in:
parent
a53284099b
commit
aaeb83f40a
1 changed files with 5 additions and 5 deletions
|
@ -12,12 +12,12 @@ plugrel=1
|
||||||
pkgbase=pyqt
|
pkgbase=pyqt
|
||||||
pkgname=('pyqt' 'python2-pyqt')
|
pkgname=('pyqt' 'python2-pyqt')
|
||||||
pkgver=4.9.1
|
pkgver=4.9.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=('qt' 'python-sip' 'dbus-python' 'python2-sip' 'phonon'
|
makedepends=('qt' 'python-sip' 'python-dbus' 'python2-sip' 'phonon'
|
||||||
'python-opengl' 'qt-assistant-compat' 'qtwebkit')
|
'python-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
|
||||||
source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz"
|
source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz"
|
||||||
"fix-qthelp-build.patch"
|
"fix-qthelp-build.patch"
|
||||||
"PyQt4-4.7.3-qreal_float_support.patch")
|
"PyQt4-4.7.3-qreal_float_support.patch")
|
||||||
|
@ -61,7 +61,7 @@ build() {
|
||||||
|
|
||||||
package_pyqt(){
|
package_pyqt(){
|
||||||
pkgdesc="A set of Python bindings for the Qt toolkit"
|
pkgdesc="A set of Python bindings for the Qt toolkit"
|
||||||
depends=('qtwebkit' 'python-sip')
|
depends=('qtwebkit' 'python-sip' 'python-dbus')
|
||||||
optdepends=('phonon: enable audio and video in PyQt applications'
|
optdepends=('phonon: enable audio and video in PyQt applications'
|
||||||
'qscintilla: QScintilla API'
|
'qscintilla: QScintilla API'
|
||||||
'qt-assistant-compat: add PyQt online help in Qt Assistant')
|
'qt-assistant-compat: add PyQt online help in Qt Assistant')
|
||||||
|
@ -75,7 +75,7 @@ package_pyqt(){
|
||||||
|
|
||||||
package_python2-pyqt(){
|
package_python2-pyqt(){
|
||||||
pkgdesc="PyQt: A set of Python2 bindings for the Qt toolkit"
|
pkgdesc="PyQt: A set of Python2 bindings for the Qt toolkit"
|
||||||
depends=('pyqt' 'python2-sip' 'dbus-python')
|
depends=('pyqt' 'python2-sip' 'python2-dbus')
|
||||||
optdepends=('phonon: enable audio and video in PyQt applications'
|
optdepends=('phonon: enable audio and video in PyQt applications'
|
||||||
'python-opengl: enable OpenGL 3D graphics in PyQt applications'
|
'python-opengl: enable OpenGL 3D graphics in PyQt applications'
|
||||||
'qscintilla: QScintilla API'
|
'qscintilla: QScintilla API'
|
||||||
|
|
Loading…
Reference in a new issue