mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/pyqt4 to 4.11-1
This commit is contained in:
parent
3964f1cc9e
commit
d142296a82
1 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
pkgbase=pyqt4
|
||||
pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
|
||||
pkgver=4.10.4
|
||||
pkgrel=2
|
||||
pkgver=4.11
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.riverbankcomputing.co.uk/software/pyqt/intro"
|
||||
license=('GPL')
|
||||
|
@ -17,7 +17,7 @@ makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
|
|||
'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
|
||||
source=("http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz"
|
||||
"PyQt4-4.7.3-qreal_float_support.patch")
|
||||
md5sums=('20940f6b2c957269cdd02d0efe537515'
|
||||
md5sums=('8b991f95fec9582cdcc1bf1f4ac02406'
|
||||
'7958e9e630963f1be44ea77c2329bb94')
|
||||
|
||||
build() {
|
||||
|
@ -28,7 +28,7 @@ build() {
|
|||
cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
|
||||
|
||||
cd PyQt-x11-gpl-${pkgver}
|
||||
python configure.py \
|
||||
python configure-ng.py \
|
||||
--confirm-license \
|
||||
--qsci-api \
|
||||
-q /usr/bin/qmake-qt4
|
||||
|
@ -40,7 +40,7 @@ build() {
|
|||
|
||||
### Python2 version ###
|
||||
cd ../Py2Qt-x11-gpl-${pkgver}
|
||||
python2 configure.py \
|
||||
python2 configure-ng.py \
|
||||
--confirm-license \
|
||||
-v /usr/share/sip \
|
||||
--qsci-api \
|
||||
|
|
Loading…
Reference in a new issue