[Lunar-commits] PyQt-4: Initial import, for qt4 based apps.

stumbles stumbles at lunar-linux.org
Wed Jan 2 19:52:07 CET 2008


commit 5d79c4dda6fe023c790031468d9d570717e2280c
Author: stumbles <stumbles at lunar-linux.org>
Date:   Wed Jan 2 13:52:07 2008 -0500

    PyQt-4: Initial import, for qt4 based apps.
---
 qt-apps/PyQt-4/BUILD   |   10 ++++++++++
 qt-apps/PyQt-4/DEPENDS |    2 ++
 qt-apps/PyQt-4/DETAILS |   19 +++++++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/qt-apps/PyQt-4/BUILD b/qt-apps/PyQt-4/BUILD
new file mode 100644
index 0000000..3ba123e
--- /dev/null
+++ b/qt-apps/PyQt-4/BUILD
@@ -0,0 +1,10 @@
+(
+
+  . /etc/profile.d/qt4.rc
+
+  default_make                        &&
+  mkdir -p         /usr/share/PyQt-4  &&
+  cp -R examples   /usr/share/PyQt-4  &&
+  cp -R sip        /usr/share/PyQt-4
+
+) > $C_FIFO 2>&1
diff --git a/qt-apps/PyQt-4/DEPENDS b/qt-apps/PyQt-4/DEPENDS
new file mode 100644
index 0000000..2133eed
--- /dev/null
+++ b/qt-apps/PyQt-4/DEPENDS
@@ -0,0 +1,2 @@
+depends  sip
+depends  qt4
diff --git a/qt-apps/PyQt-4/DETAILS b/qt-apps/PyQt-4/DETAILS
new file mode 100644
index 0000000..110b006
--- /dev/null
+++ b/qt-apps/PyQt-4/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=PyQt-4
+           EXTRA=x11-gpl
+         VERSION=4.3.3
+          SOURCE=PyQt-$EXTRA-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyQt-$EXTRA-$VERSION
+      SOURCE_URL=http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/
+      SOURCE_VFY=sha1:78db8a84185cfdee505e1c0c65d793eb608d6485
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+        WEB_SITE=http://www.riverbankcomputing.co.uk/pyqt/index.php
+         ENTERED=20080102
+         UPDATED=20080101
+           SHORT="A set of Python bindings for the Qt toolkit"
+
+cat << EOF
+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


More information about the Lunar-commits mailing list