[Lunar-commits] <moonbase> PyQt-4: mv it to qt4-apps and adjust the BUILD

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Thu Mar 13 21:27:15 CET 2008


commit cf2f49364debdbd37657979dc20cd51d0cbfa4f5
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu Mar 13 16:27:15 2008 -0400

    PyQt-4: mv it to qt4-apps and adjust the BUILD
---
 qt-apps/PyQt-4/BUILD    |   10 ----------
 qt-apps/PyQt-4/DEPENDS  |    2 --
 qt-apps/PyQt-4/DETAILS  |   19 -------------------
 qt4-apps/PyQt-4/BUILD   |   10 ++++++++++
 qt4-apps/PyQt-4/DEPENDS |    2 ++
 qt4-apps/PyQt-4/DETAILS |   19 +++++++++++++++++++
 6 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/qt-apps/PyQt-4/BUILD b/qt-apps/PyQt-4/BUILD
deleted file mode 100644
index 3ba123e..0000000
--- a/qt-apps/PyQt-4/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
-  . /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
deleted file mode 100644
index 2133eed..0000000
--- a/qt-apps/PyQt-4/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends  sip
-depends  qt4
diff --git a/qt-apps/PyQt-4/DETAILS b/qt-apps/PyQt-4/DETAILS
deleted file mode 100644
index 5f355c1..0000000
--- a/qt-apps/PyQt-4/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
-          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=20080102
-           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
diff --git a/qt4-apps/PyQt-4/BUILD b/qt4-apps/PyQt-4/BUILD
new file mode 100644
index 0000000..c0a2495
--- /dev/null
+++ b/qt4-apps/PyQt-4/BUILD
@@ -0,0 +1,10 @@
+(
+
+  . /etc/profile.d/qt4.rc
+
+  python ./configure.py $OPTS       &&
+  default_make                      &&
+  mkdir -p /usr/share/$MODULE       &&
+  cp -Rf examples /usr/share/$MODULE
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/PyQt-4/DEPENDS b/qt4-apps/PyQt-4/DEPENDS
new file mode 100644
index 0000000..2133eed
--- /dev/null
+++ b/qt4-apps/PyQt-4/DEPENDS
@@ -0,0 +1,2 @@
+depends  sip
+depends  qt4
diff --git a/qt4-apps/PyQt-4/DETAILS b/qt4-apps/PyQt-4/DETAILS
new file mode 100644
index 0000000..5f355c1
--- /dev/null
+++ b/qt4-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=20080102
+           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