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

Andrea Scarpino andrea at archlinux.org
Fri Oct 29 12:17:53 UTC 2010


    Date: Friday, October 29, 2010 @ 08:17:52
  Author: andrea
Revision: 97326

undo

Modified:
  pyqt/trunk/PKGBUILD
  sip/trunk/PKGBUILD

---------------------+
 pyqt/trunk/PKGBUILD |    7 +++++--
 sip/trunk/PKGBUILD  |    6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: pyqt/trunk/PKGBUILD
===================================================================
--- pyqt/trunk/PKGBUILD	2010-10-29 12:17:04 UTC (rev 97325)
+++ pyqt/trunk/PKGBUILD	2010-10-29 12:17:52 UTC (rev 97326)
@@ -6,7 +6,7 @@
 pkgname=pyqt
 pkgver=4.8.0
 _pkgver=4.8
-pkgrel=2
+pkgrel=1
 pkgdesc="A set of Python bindings for the Qt toolkit"
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
@@ -17,13 +17,16 @@
 	'python-opengl: enable OpenGL 3D graphics in PyQt applications'
 	'qscintilla: QScintilla API'
 	'qt-assistant-compat: add PyQt online help in Qt Assistant')
+provides=('pyqt4')
+replaces=('pyqt4')
+conflicts=('pyqt4')
 source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${_pkgver}.tar.gz")
 md5sums=('003d195498eb42ca2daf7615fa01488d')
 
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
 
-  python configure.py \
+  python2 configure.py \
     --confirm-license \
     -v /usr/share/sip \
     --qsci-api

Modified: sip/trunk/PKGBUILD
===================================================================
--- sip/trunk/PKGBUILD	2010-10-29 12:17:04 UTC (rev 97325)
+++ sip/trunk/PKGBUILD	2010-10-29 12:17:52 UTC (rev 97326)
@@ -5,19 +5,19 @@
 
 pkgname=sip
 pkgver=4.11.2
-pkgrel=2
+pkgrel=1
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.com/software/sip/"
 license=('custom:"sip"')
-depends=('python' 'gcc-libs')
+depends=('python2' 'gcc-libs')
 source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz")
 md5sums=('d799804ca0a88bd76c6c2cdf8935c3cb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  python configure.py
+  python2 configure.py
   make
 }
 




More information about the arch-commits mailing list