[arch-commits] Commit in pyqt (4 files)

Pierre Schmitz pierre at archlinux.org
Wed Jun 3 21:25:05 UTC 2009


    Date: Wednesday, June 3, 2009 @ 17:25:04
  Author: pierre
Revision: 41380

archrelease: new repo kde-unstable-x86_64

Added:
  pyqt/kde-unstable/
  pyqt/repos/kde-unstable-x86_64/
Modified:
  pyqt/kde-unstable/PKGBUILD
Deleted:
  pyqt/kde-unstable/ChangeLog

-----------+
 ChangeLog |   21 ---------------------
 PKGBUILD  |   20 ++++++++++----------
 2 files changed, 10 insertions(+), 31 deletions(-)

Deleted: kde-unstable/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-03 21:00:37 UTC (rev 41377)
+++ kde-unstable/ChangeLog	2009-06-03 21:25:04 UTC (rev 41380)
@@ -1,21 +0,0 @@
-
-2009-04-11  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Fixing the rpath issue, thanks Gerardo
-
-2008-11-22  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 4.4.4
-
-2008-10-22  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Rebuilt for python 2.6
-
-2008-08-09  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 4.4.3
-
-2008-07-06  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 4.4.2
-

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-06-03 21:00:37 UTC (rev 41377)
+++ kde-unstable/PKGBUILD	2009-06-03 21:25:04 UTC (rev 41380)
@@ -3,23 +3,24 @@
 # Contributor: riai <riai at bigfoot.com> Ben <ben at benmazer.net>
 
 pkgname=pyqt
-pkgver=4.4.4
-pkgrel=3
-pkgdesc="PyQt is a set of Python bindings for the Qt toolkit."
+pkgver=4.5.20090601
+_pkgver=4.5-snapshot-20090601
+pkgrel=1
+pkgdesc="A set of Python bindings for the Qt toolkit."
 arch=(i686 x86_64)
 url="http://riverbankcomputing.co.uk/pyqt/"
-depends=('sip>=4.7.9' 'qscintilla>=2.3' 'qt>=4.4.3' 'dbus-python')
+depends=('sip>=4.8.0' 'qscintilla>=2.3' 'qt>=4.4.3' 'dbus-python' 'openssl')
 license=('GPL')
 provides=('pyqt4')
 replaces=('pyqt4')
 conflicts=('pyqt4')
-pkgurl="http://riverbankcomputing.com/software/pyqt/download"
-source=(http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$pkgver.tar.gz)
+source=(http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-${_pkgver}.tar.gz)
+md5sums=('b0df2e651edc09899f8ff7f79cac8c8b')
 
 build() {
-  cd ${startdir}/src/PyQt-x11-gpl-${pkgver}
+  cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
 
-  echo yes | python configure.py -b /usr/bin \
+  python configure.py --confirm-license -b /usr/bin \
   -d /usr/lib/python2.6/site-packages \
   -v /usr/share/sip
 
@@ -27,6 +28,5 @@
   find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
 
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 } 
-md5sums=('4bd346d56d10452e47ac71e2cbe04229')




More information about the arch-commits mailing list