Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5336f6d0684a78fdc9bbf884e2d4382a067a4e85)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5336f6d0684a78fdc9bbf884e2d4382a067a4e85)
  • Date: Mon, 24 Feb 2014 02:29:08 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/pyqt4/BUILD | 8 ++++----
libs/pyqt4/DEPENDS | 2 +-
libs/pyqt4/DETAILS | 4 ++--
libs/pyqt4/HISTORY | 5 +++++
4 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit 5336f6d0684a78fdc9bbf884e2d4382a067a4e85
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pyqt4: => 4.10.3

diff --git a/libs/pyqt4/BUILD b/libs/pyqt4/BUILD
index cbedf9f..23a40ec 100755
--- a/libs/pyqt4/BUILD
+++ b/libs/pyqt4/BUILD
@@ -1,7 +1,7 @@
if [ $PYQT_BIG == y ];then
VBIG=-c
-fi &&
-export QTDIR=/usr &&
-PATH=$QTDIR/bin/qt4:$PATH &&
-python ./configure.py --confirm-license $VBIG &&
+fi &&
+export QTDIR=/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+$PYTHON ./configure.py --confirm-license $VBIG -j $MAKE_NJOBS &&
make
diff --git a/libs/pyqt4/DEPENDS b/libs/pyqt4/DEPENDS
index 24a5a28..2ab9874 100755
--- a/libs/pyqt4/DEPENDS
+++ b/libs/pyqt4/DEPENDS
@@ -1,5 +1,5 @@
depends qt4 &&
-depends python &&
+depends PYTHON &&
depends sip &&
optional_depends qscintilla '' '' "editting component"
if is_depends_enabled pyqt4 qscintilla; then
diff --git a/libs/pyqt4/DETAILS b/libs/pyqt4/DETAILS
index 90e2f84..ccd3e33 100755
--- a/libs/pyqt4/DETAILS
+++ b/libs/pyqt4/DETAILS
@@ -1,7 +1,7 @@
SPELL=pyqt4
SPELLX=PyQt-x11-gpl
- VERSION=4.10
-
SOURCE_HASH=sha512:caf856d84659375cdaee9eead34d05f7bb0cbacbebf6e53bcfefa054335a774c09475d2e2b4be62967443700fc88e97389484e26e1a7d3ef4e3aa43a20afaade
+ VERSION=4.10.3
+
SOURCE_HASH=sha512:4edd3539e1855bc3358dcba866433e53d4b9444b867c14cc27115cf5a6c123b0af3bb0bae3085f6d71a31f0b6716da40809ac4ffcaaff415673ed7462f1a0420
URI=PyQt4
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
diff --git a/libs/pyqt4/HISTORY b/libs/pyqt4/HISTORY
index 70dd17a..373e262 100644
--- a/libs/pyqt4/HISTORY
+++ b/libs/pyqt4/HISTORY
@@ -1,3 +1,8 @@
+2014-02-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.10.3
+ * DEPENDS, BUILD: add python3 support
+ * BUILD: enable multiple make jobs
+
2013-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.10




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5336f6d0684a78fdc9bbf884e2d4382a067a4e85), Treeve Jelbert, 02/24/2014

Archive powered by MHonArc 2.6.24.

Top of Page