summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2015-06-13 21:08:41 +0200
committerTreeve Jelbert2015-06-13 21:08:41 +0200
commitab77970ba483d49901ad7aac234ba533baba7e1f (patch)
tree23a969a61ab287c7221fe369af1ac916fb4413be
parentcd414a2cac8c4903411d799f4a1e902835597241 (diff)
pyqt5: => 5.4.2
-rwxr-xr-xlibs/pyqt5/BUILD3
-rwxr-xr-xlibs/pyqt5/DETAILS4
-rw-r--r--libs/pyqt5/HISTORY3
3 files changed, 7 insertions, 3 deletions
diff --git a/libs/pyqt5/BUILD b/libs/pyqt5/BUILD
index a8ccff13ad..d114af8b83 100755
--- a/libs/pyqt5/BUILD
+++ b/libs/pyqt5/BUILD
@@ -1,8 +1,9 @@
+cd $SOURCE_DIRECTORY &&
if [ $PYQT_BIG == y ];then
VBIG=-c
fi &&
QMAKEPATH="$QT5DIR/bin" &&
# Need to use the proper selected python.
PYTHON=$(get_spell_provider_file $SPELL PYTHON '/usr/bin/python[0-9\.]*$') &&
-$PYTHON ./configure.py --confirm-license $VBIG -j $MAKE_NJOBS &&
+$PYTHON ./configure.py --confirm-license $VBIG -j $MAKE_NJOBS --qmake=$QT5DIR/bin/qmake &&
make
diff --git a/libs/pyqt5/DETAILS b/libs/pyqt5/DETAILS
index 6a4e91debe..1b6b9a2377 100755
--- a/libs/pyqt5/DETAILS
+++ b/libs/pyqt5/DETAILS
@@ -1,7 +1,7 @@
SPELL=pyqt5
SPELLX=PyQt-gpl
- VERSION=5.4
- SOURCE_HASH=sha512:dbd8a8194df605d2938b69634827b7ed8c8534f1352ee4e1442df6821d2b01e37b7aec98c8baf12e28a2fb6ffd75a204a79920072b3c7a853aa8de08097520be
+ VERSION=5.4.2
+ SOURCE_HASH=sha512:c080a0e17644a15bf10c0999b8404e40709bd227e3b1d0ae87aa428c1b336397fb35aa274c75a3d95b7528ef84a32b67892f41aa4841d568d1535466d1215a4b
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/pyqt/PyQt5/PyQt-${VERSION}/${SOURCE}
diff --git a/libs/pyqt5/HISTORY b/libs/pyqt5/HISTORY
index 7098b2470a..1b500718ae 100644
--- a/libs/pyqt5/HISTORY
+++ b/libs/pyqt5/HISTORY
@@ -1,3 +1,6 @@
+2015-06-13 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.4.2
+
2015-04-22 Treeve Jelbert <treeve@sourcemage.org>
* BUILD: use get_spell_provider_file