mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/pyqt to 4.8.6-2
This commit is contained in:
parent
0ba5da8414
commit
1e8af4d3d7
1 changed files with 4 additions and 3 deletions
|
@ -12,12 +12,12 @@ plugrel=1
|
|||
pkgbase=pyqt
|
||||
pkgname=('pyqt' 'python2-pyqt')
|
||||
pkgver=4.8.6
|
||||
pkgrel=1.1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
||||
license=('GPL')
|
||||
makedepends=('qt' 'python-sip' 'dbus-python' 'python2-sip' 'phonon'
|
||||
'python-opengl' 'qt-assistant-compat')
|
||||
'python-opengl' 'qt-assistant-compat' 'qtwebkit')
|
||||
source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz"
|
||||
"PyQt4-4.7.3-qreal_float_support.patch")
|
||||
md5sums=('9bfd7b08b8e438b83cc50d5c58191f97'
|
||||
|
@ -60,7 +60,7 @@ build() {
|
|||
|
||||
package_pyqt(){
|
||||
pkgdesc="A set of Python bindings for the Qt toolkit"
|
||||
depends=('qt' 'python-sip')
|
||||
depends=('qtwebkit' 'python-sip')
|
||||
optdepends=('phonon: enable audio and video in PyQt applications'
|
||||
'qscintilla: QScintilla API'
|
||||
'qt-assistant-compat: add PyQt online help in Qt Assistant')
|
||||
|
@ -81,6 +81,7 @@ package_python2-pyqt(){
|
|||
'qt-assistant-compat: add PyQt online help in Qt Assistant')
|
||||
replaces=('python2-qt')
|
||||
provides=('python2-qt')
|
||||
options=('!emptydirs')
|
||||
|
||||
cd "${srcdir}/Py2Qt-x11-gpl-${pkgver}"
|
||||
# INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
|
||||
|
|
Loading…
Reference in a new issue