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

Douglas Soares de Andrade douglas at archlinux.org
Sat Apr 11 21:28:24 UTC 2009


    Date: Saturday, April 11, 2009 @ 17:28:24
  Author: douglas
Revision: 35286

upgpkg: pyqt 4.4.4-3
    Fixes the rpath issue, thanks a lot Gerardo

Modified:
  pyqt/trunk/ChangeLog
  pyqt/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |    7 +++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-04-11 20:46:50 UTC (rev 35285)
+++ ChangeLog	2009-04-11 21:28:24 UTC (rev 35286)
@@ -1,4 +1,8 @@
 
+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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-11 20:46:50 UTC (rev 35285)
+++ PKGBUILD	2009-04-11 21:28:24 UTC (rev 35286)
@@ -4,7 +4,7 @@
 
 pkgname=pyqt
 pkgver=4.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="PyQt is a set of Python bindings for the Qt toolkit."
 arch=(i686 x86_64)
 url="http://riverbankcomputing.co.uk/pyqt/"
@@ -13,7 +13,7 @@
 provides=('pyqt4')
 replaces=('pyqt4')
 conflicts=('pyqt4')
-pkgurl="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/"
+pkgurl="http://riverbankcomputing.com/software/pyqt/download"
 source=(http://riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$pkgver.tar.gz)
 
 build() {
@@ -23,6 +23,9 @@
   -d /usr/lib/python2.6/site-packages \
   -v /usr/share/sip
 
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
   make || return 1
   make DESTDIR=${startdir}/pkg install
 } 




More information about the arch-commits mailing list