From 34e6c976d28892a7bd3f7578f10fcfa57865472f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Dec 2011 23:15:05 +0000 Subject: Thu Dec 22 23:15:04 UTC 2011 --- extra/pyqt/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'extra/pyqt') diff --git a/extra/pyqt/PKGBUILD b/extra/pyqt/PKGBUILD index c66e95410..e6a2ab294 100644 --- a/extra/pyqt/PKGBUILD +++ b/extra/pyqt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 141387 2011-10-30 11:14:12Z andrea $ +# $Id: PKGBUILD 145329 2011-12-21 20:47:08Z andrea $ # Maintainer: # Contributor: Andrea Scarpino # Contributor: Douglas Soares de Andrade @@ -7,12 +7,12 @@ pkgbase=pyqt pkgname=('pyqt' 'python2-pyqt') pkgver=4.8.6 -pkgrel=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") md5sums=('9bfd7b08b8e438b83cc50d5c58191f97') @@ -44,21 +44,21 @@ build() { } package_pyqt(){ - pkgdesc="A set of Python bindings for the Qt toolkit" - depends=('qt' 'python-sip') + pkgdesc="A set of Python 3.x bindings for the Qt toolkit" + 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') replaces=('python-qt') provides=('python-qt') - + cd "${srcdir}/PyQt-x11-gpl-${pkgver}" # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install } package_python2-pyqt(){ - pkgdesc="PyQt: A set of Python2 bindings for the Qt toolkit" + pkgdesc="A set of Python 2.x bindings for the Qt toolkit" depends=('pyqt' 'python2-sip' 'dbus-python') optdepends=('phonon: enable audio and video in PyQt applications' 'python-opengl: enable OpenGL 3D graphics in PyQt applications' @@ -66,6 +66,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 -- cgit v1.2.3-54-g00ecf