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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Apr 23 13:10:39 UTC 2013


    Date: Tuesday, April 23, 2013 @ 15:10:38
  Author: andrea
Revision: 183562

upgpkg: pyqt 4.10.1-1

Upstream release

Modified:
  pyqt/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-23 13:10:19 UTC (rev 183561)
+++ PKGBUILD	2013-04-23 13:10:38 UTC (rev 183562)
@@ -5,7 +5,7 @@
 
 pkgbase=pyqt
 pkgname=('pyqt-common' 'pyqt' 'python2-pyqt')
-pkgver=4.10
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
@@ -13,7 +13,7 @@
 makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
              'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
 source=("http://downloads.sourceforge.net/${pkgbase}/PyQt-x11-gpl-${pkgver}.tar.gz")
-md5sums=('b5953e96d0f82d322d0cba008163321e')
+md5sums=('e5973c4ec0b0469f329bc00209d2ad9c')
 
 build() {
   cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
@@ -27,9 +27,6 @@
   # Thanks Gerardo for the rpath fix
   find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
 
-  # Ugly workaround to fix build
-  sed -i 's|/usr/include/qt4/phonon|/usr/include/phonon|' phonon/Makefile
-
   make
 
   ### Python2 version ###
@@ -43,9 +40,6 @@
   # Thanks Gerardo for the rpath fix
   find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
   
-  # Ugly workaround to fix build
-  sed -i 's|/usr/include/qt4/phonon|/usr/include/phonon|' phonon/Makefile
-
   make
 }
 




More information about the arch-commits mailing list