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

Andrea Scarpino andrea at archlinux.org
Wed Jan 19 18:32:03 UTC 2011


    Date: Wednesday, January 19, 2011 @ 13:32:02
  Author: andrea
Revision: 106933

fix dependencies for the next update

Modified:
  pyqt/trunk/PKGBUILD
  python2-qt/trunk/PKGBUILD

---------------------------+
 pyqt/trunk/PKGBUILD       |    4 ++--
 python2-qt/trunk/PKGBUILD |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: pyqt/trunk/PKGBUILD
===================================================================
--- pyqt/trunk/PKGBUILD	2011-01-19 18:29:56 UTC (rev 106932)
+++ pyqt/trunk/PKGBUILD	2011-01-19 18:32:02 UTC (rev 106933)
@@ -31,7 +31,7 @@
 }
 
 package_pyqt(){
-  depends=()
+  depends=('qt')
   pkgdesc="Python bindings common files"
 
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
@@ -45,7 +45,7 @@
 
 package_python-qt(){
   pkgdesc="A set of Python 3 bindings for the Qt toolkit"
-  depends=('pyqt' 'python-sip' 'qt')
+  depends=('pyqt' 'python-sip')
   optdepends=('phonon: enable audio and video in PyQt applications'
 	'qscintilla: QScintilla API'
 	'qt-assistant-compat: add PyQt online help in Qt Assistant')

Modified: python2-qt/trunk/PKGBUILD
===================================================================
--- python2-qt/trunk/PKGBUILD	2011-01-19 18:29:56 UTC (rev 106932)
+++ python2-qt/trunk/PKGBUILD	2011-01-19 18:32:02 UTC (rev 106933)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
 license=('GPL')
-depends=('pyqt' 'python2-sip' 'qt' 'dbus-python')
+depends=('pyqt' 'python2-sip' 'dbus-python')
 makedepends=('phonon' 'python-opengl' 'qt-assistant-compat')
 optdepends=('phonon: enable audio and video in PyQt applications'
 	'python-opengl: enable OpenGL 3D graphics in PyQt applications'




More information about the arch-commits mailing list