summaryrefslogtreecommitdiff
path: root/extra/pyqt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyqt/PKGBUILD')
-rw-r--r--extra/pyqt/PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/extra/pyqt/PKGBUILD b/extra/pyqt/PKGBUILD
index 2e2064da0..6ed0b16ad 100644
--- a/extra/pyqt/PKGBUILD
+++ b/extra/pyqt/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 179560 2013-03-07 08:19:05Z andrea $
+# $Id: PKGBUILD 183563 2013-04-23 13:10:46Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: riai <riai@bigfoot.com> Ben <ben@benmazer.net>
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 @@ license=('GPL')
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 @@ build() {
# 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 @@ build() {
# 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
}