[arch-commits] Commit in pyqt/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Dec 17 09:34:18 UTC 2011


    Date: Saturday, December 17, 2011 @ 04:34:18
  Author: andrea
Revision: 145128

upgpkg: pyqt 4.8.6-2

Qt 4.8.0 rebuild

Modified:
  pyqt/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-17 09:29:31 UTC (rev 145127)
+++ PKGBUILD	2011-12-17 09:34:18 UTC (rev 145128)
@@ -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')
 
@@ -45,7 +45,7 @@
 
 package_pyqt(){
   pkgdesc="A set of Python 3.x 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')
@@ -66,6 +66,7 @@
               '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




More information about the arch-commits mailing list