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

Ray Rashif schiv at archlinux.org
Mon Dec 5 16:34:51 UTC 2011


    Date: Monday, December 5, 2011 @ 11:34:51
  Author: schiv
Revision: 144416

better descriptions

Modified:
  pyqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-05 16:00:05 UTC (rev 144415)
+++ PKGBUILD	2011-12-05 16:34:51 UTC (rev 144416)
@@ -44,21 +44,21 @@
 }
 
 package_pyqt(){
-  pkgdesc="A set of Python bindings for the Qt toolkit"
+  pkgdesc="A set of Python 3.x bindings for the Qt toolkit"
   depends=('qt' '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'




More information about the arch-commits mailing list