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

Antonio Rojas arojas at archlinux.org
Mon Feb 6 12:06:16 UTC 2017


    Date: Monday, February 6, 2017 @ 12:06:15
  Author: arojas
Revision: 288122

Drop qtwebkit bindings

Modified:
  pyqt4/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-06 11:43:27 UTC (rev 288121)
+++ PKGBUILD	2017-02-06 12:06:15 UTC (rev 288122)
@@ -7,12 +7,12 @@
 pkgbase=pyqt4
 pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
 pkgver=4.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/pyqt/intro'
 license=('GPL')
 makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon-qt4' 'mesa'
-             'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
+             'python2-opengl' 'qt-assistant-compat' 'python2-dbus')
 source=("http://downloads.sourceforge.net/pyqt/PyQt4_gpl_x11-${pkgver}.tar.gz")
 md5sums=('eb8c338f2d8842aa7655e8e1aa840bed')
 
@@ -64,9 +64,8 @@
 
 package_python-pyqt4(){
   pkgdesc="A set of Python 3.x bindings for the Qt toolkit"
-  depends=('qtwebkit' 'python-sip' 'python-dbus' 'pyqt4-common')
+  depends=('python-sip' 'python-dbus' 'pyqt4-common')
   optdepends=('phonon-qt4: enable audio and video in PyQt applications'
-              'qscintilla: QScintilla API'
               'qt-assistant-compat: add PyQt online help in Qt Assistant')
   replaces=('pyqt')
   conflicts=('pyqt')
@@ -83,10 +82,9 @@
 
 package_python2-pyqt4(){
   pkgdesc="A set of Python 2.x bindings for the Qt toolkit"
-  depends=('qtwebkit' 'python2-sip' 'python2-dbus' 'pyqt4-common')
+  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'
-              'qscintilla: QScintilla API'
               'qt-assistant-compat: add PyQt online help in Qt Assistant')
   replaces=('python2-pyqt')
   conflicts=('python2-pyqt')



More information about the arch-commits mailing list