[Lunar-commits] <moonbase> PyQt: This is actually a renaming of PyQt4.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Aug 21 14:24:15 CEST 2011


commit 9efae14bf603e828bfae874b680391e69ab9ed2a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Aug 21 08:24:15 2011 -0400

    PyQt: This is actually a renaming of PyQt4.
---
 python/PyQt/BUILD   |   21 +++++++++++++++++++++
 python/PyQt/DEPENDS |    2 ++
 python/PyQt/DETAILS |   21 +++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/python/PyQt/BUILD b/python/PyQt/BUILD
new file mode 100644
index 0000000..8a811bb
--- /dev/null
+++ b/python/PyQt/BUILD
@@ -0,0 +1,21 @@
+(
+
+  patch_it $SOURCE2 0 &&
+
+  . /etc/profile.d/qt4.rc &&
+
+
+  printf "${PROBLEM_COLOR}   Be patient. It may look like nothing is happening... its just slow.""${DEFAULT_COLOR}\n" &&
+
+  # Use new kde phonon - fixes build break when qt4 is built without old phonon
+  sed -i "/generate_code(\"phonon\")/s:phonon\":&,extra_include_dirs=[\"/usr/include/phonon\"]:" configure.py &&
+
+  python ./configure.py      \
+         --confirm-license   \
+         $OPTS              &&
+
+  default_make                 &&
+  mkdir -p /usr/share/$MODULE  &&
+  cp -Rf examples /usr/share/$MODULE
+
+) > $C_FIFO 2>&1
diff --git a/python/PyQt/DEPENDS b/python/PyQt/DEPENDS
new file mode 100644
index 0000000..2133eed
--- /dev/null
+++ b/python/PyQt/DEPENDS
@@ -0,0 +1,2 @@
+depends  sip
+depends  qt4
diff --git a/python/PyQt/DETAILS b/python/PyQt/DETAILS
new file mode 100644
index 0000000..9e1ee11
--- /dev/null
+++ b/python/PyQt/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=PyQt
+         VERSION=x11-gpl-4.8.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=PyQt4-egl.patch.bz2
+   SOURCE_URL[0]=http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/
+   SOURCE_URL[1]=http://spacehopper.org/mirrors
+   SOURCE_URL[2]=$MIRROR_URL
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:df253c6267c7bf80ddb33cd5357aadbc0629492d
+     SOURCE2_VFY=sha1:675e7c314ab208c82ae64a420fb37a24d7fe9645
+   MODULE_PREFIX=${QT4_PREFIX:-/usr}
+        WEB_SITE=http://www.riverbankcomputing.co.uk/news
+         ENTERED=20080102
+         UPDATED=20110813
+           SHORT="A set of Python bindings for the Qt 4.x toolkit"
+
+cat << EOF
+PyQt is a set of Python bindings for the Qt 4.x toolkit. The bindings
+are implemented as a set of Python modules: qt, qtcanvas, qtgl,
+qtnetwork, qtsql, qttable and qtxml.
+EOF


More information about the Lunar-commits mailing list