extra/pyqt to 4.10.1-1

This commit is contained in:
Kevin Mihelich 2013-04-23 14:04:42 +00:00
parent 78c82f6d37
commit 4a54ff50ab

View file

@ -8,7 +8,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"
@ -17,7 +17,7 @@ makedepends=('qt4' '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"
"PyQt4-4.7.3-qreal_float_support.patch")
md5sums=('b5953e96d0f82d322d0cba008163321e'
md5sums=('e5973c4ec0b0469f329bc00209d2ad9c'
'c493d8ea8e3199d649b60eeb45e07aec')
build() {
@ -36,9 +36,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 ###
@ -52,9 +49,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
}