Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (017181debefaea3dbdb2a845ca8fb1e79a5d4355)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (017181debefaea3dbdb2a845ca8fb1e79a5d4355)
  • Date: Thu, 18 Jun 2009 16:16:28 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/pyqt4/BUILD | 3 +--
libs/pyqt4/DETAILS | 6 +++---
libs/pyqt4/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 017181debefaea3dbdb2a845ca8fb1e79a5d4355
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pyqt4: Cleanup whitespace and remove commented code

commit 8bbd1c45dd18fb608bc5d377e7bdb122b31d10a0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pyqt4: Use --confirm-license rather than echoing "yes"

diff --git a/libs/pyqt4/BUILD b/libs/pyqt4/BUILD
index 5d88b27..cbedf9f 100755
--- a/libs/pyqt4/BUILD
+++ b/libs/pyqt4/BUILD
@@ -3,6 +3,5 @@ if [ $PYQT_BIG == y ];then
fi &&
export QTDIR=/usr &&
PATH=$QTDIR/bin/qt4:$PATH &&
-#export QMAKESPEC=/usr/share/qt4/mkspecs/default/ &&
-/bin/echo "yes" | python ./configure.py $VBIG &&
+python ./configure.py --confirm-license $VBIG &&
make
diff --git a/libs/pyqt4/DETAILS b/libs/pyqt4/DETAILS
index 0f36650..bb906a5 100755
--- a/libs/pyqt4/DETAILS
+++ b/libs/pyqt4/DETAILS
@@ -13,8 +13,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SHORT="Python bindings for the Qt GUI toolkit"
cat << EOF
From the website:
-PyQt is a set of Python bindings for the Qt toolkit. The bindings are
-implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork,
-qtsql, qttable and qtxml, and contains 300 classes and over 5,750
+PyQt is a set of Python bindings for the Qt toolkit. The bindings are
+implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork,
+qtsql, qttable and qtxml, and contains 300 classes and over 5,750
functions and methods.
EOF
diff --git a/libs/pyqt4/HISTORY b/libs/pyqt4/HISTORY
index 5e862e2..0d93b47 100644
--- a/libs/pyqt4/HISTORY
+++ b/libs/pyqt4/HISTORY
@@ -1,3 +1,6 @@
+2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Use --confirm-license rather than echoing "yes"
+
2009-06-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.5.1

@@ -48,3 +51,4 @@
* BUILD, DEPENDS: adapt for qt4
spell copied from pyqt
* CONFLICTS: added
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (017181debefaea3dbdb2a845ca8fb1e79a5d4355), Eric Sandall, 06/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page