[Lunar-commits] <moonbase> PyQt-4: rename it as PyQt4 with Dennis approval.
Florin Braescu
florin at lunar-linux.org
Mon Sep 15 21:34:50 CEST 2008
commit d4d6f30e8bdfb89f0fc9491bbc4ff1582fa088f0
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Sep 15 22:34:50 2008 +0300
PyQt-4: rename it as PyQt4 with Dennis approval.
---
editors/eric4/DEPENDS | 2 +-
kde4/base/kdebindings4/DEPENDS | 2 +-
python/PyQt-4/BUILD | 10 ----------
python/PyQt-4/DEPENDS | 2 --
python/PyQt-4/DETAILS | 18 ------------------
python/PyQt4/BUILD | 10 ++++++++++
python/PyQt4/DEPENDS | 2 ++
python/PyQt4/DETAILS | 18 ++++++++++++++++++
qt4-apps/convertall/DEPENDS | 2 +-
qt4-apps/convertall/DETAILS | 1 +
qt4-apps/rpcalc/DEPENDS | 2 +-
qt4-apps/rpcalc/DETAILS | 1 +
12 files changed, 36 insertions(+), 34 deletions(-)
diff --git a/editors/eric4/DEPENDS b/editors/eric4/DEPENDS
index 77d94f0..9ae2fd8 100644
--- a/editors/eric4/DEPENDS
+++ b/editors/eric4/DEPENDS
@@ -1,2 +1,2 @@
depends qscintilla2
-depends PyQt-4
+depends PyQt4
diff --git a/kde4/base/kdebindings4/DEPENDS b/kde4/base/kdebindings4/DEPENDS
index b94d410..1e20468 100644
--- a/kde4/base/kdebindings4/DEPENDS
+++ b/kde4/base/kdebindings4/DEPENDS
@@ -1,6 +1,6 @@
depends kdebase4
optional_depends "ruby" "" "" "for ruby bindings"
-optional_depends "PyQt-4" "" "" "for KDE4 python bindings"
+optional_depends "PyQt4" "" "" "for KDE4 python bindings"
optional_depends "qscintilla2" "" "" "for additional binding support"
optional_depends "gtk-sharp2" "" "" "for mono support"
diff --git a/python/PyQt-4/BUILD b/python/PyQt-4/BUILD
deleted file mode 100644
index f3f16e1..0000000
--- a/python/PyQt-4/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- . /etc/profile.d/qt4.rc
-
- echo "yes" | MORE="20000000" python ./configure.py $OPTS &&
- default_make &&
- mkdir -p /usr/share/$MODULE &&
- cp -Rf examples /usr/share/$MODULE
-
-) > $C_FIFO 2>&1
diff --git a/python/PyQt-4/DEPENDS b/python/PyQt-4/DEPENDS
deleted file mode 100644
index 2133eed..0000000
--- a/python/PyQt-4/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends sip
-depends qt4
diff --git a/python/PyQt-4/DETAILS b/python/PyQt-4/DETAILS
deleted file mode 100644
index 876affa..0000000
--- a/python/PyQt-4/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=PyQt-4
- EXTRA=x11-gpl
- VERSION=4.4.3
- SOURCE=PyQt-$EXTRA-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyQt-$EXTRA-$VERSION
- SOURCE_URL=http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4
- SOURCE_VFY=sha1:24d6c5d6e7fca9f51eb00a1809ee9d674760239d
- MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
- WEB_SITE=http://www.riverbankcomputing.co.uk/news
- ENTERED=20080102
- UPDATED=20080914
- 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
diff --git a/python/PyQt4/BUILD b/python/PyQt4/BUILD
new file mode 100644
index 0000000..f3f16e1
--- /dev/null
+++ b/python/PyQt4/BUILD
@@ -0,0 +1,10 @@
+(
+
+ . /etc/profile.d/qt4.rc
+
+ echo "yes" | MORE="20000000" python ./configure.py $OPTS &&
+ default_make &&
+ mkdir -p /usr/share/$MODULE &&
+ cp -Rf examples /usr/share/$MODULE
+
+) > $C_FIFO 2>&1
diff --git a/python/PyQt4/DEPENDS b/python/PyQt4/DEPENDS
new file mode 100644
index 0000000..2133eed
--- /dev/null
+++ b/python/PyQt4/DEPENDS
@@ -0,0 +1,2 @@
+depends sip
+depends qt4
diff --git a/python/PyQt4/DETAILS b/python/PyQt4/DETAILS
new file mode 100644
index 0000000..02075b3
--- /dev/null
+++ b/python/PyQt4/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=PyQt4
+ EXTRA=x11-gpl
+ VERSION=4.4.3
+ SOURCE=PyQt-$EXTRA-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyQt-$EXTRA-$VERSION
+ SOURCE_URL=http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4
+ SOURCE_VFY=sha1:24d6c5d6e7fca9f51eb00a1809ee9d674760239d
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://www.riverbankcomputing.co.uk/news
+ ENTERED=20080102
+ UPDATED=20080914
+ 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
diff --git a/qt4-apps/convertall/DEPENDS b/qt4-apps/convertall/DEPENDS
index 8f42182..f000f61 100644
--- a/qt4-apps/convertall/DEPENDS
+++ b/qt4-apps/convertall/DEPENDS
@@ -1 +1 @@
-depends PyQt-4
+depends PyQt4
diff --git a/qt4-apps/convertall/DETAILS b/qt4-apps/convertall/DETAILS
index 93e581b..9e4b061 100644
--- a/qt4-apps/convertall/DETAILS
+++ b/qt4-apps/convertall/DETAILS
@@ -8,6 +8,7 @@
UPDATED=20080518
MAINTAINER=tchan at lunar-linux.org
SHORT="Another unit converter"
+
cat << EOF
Why write another unit converter? There are plenty of them out there. Well, I
couldn't find one that worked quite the way I wanted.
diff --git a/qt4-apps/rpcalc/DEPENDS b/qt4-apps/rpcalc/DEPENDS
index 8f42182..f000f61 100644
--- a/qt4-apps/rpcalc/DEPENDS
+++ b/qt4-apps/rpcalc/DEPENDS
@@ -1 +1 @@
-depends PyQt-4
+depends PyQt4
diff --git a/qt4-apps/rpcalc/DETAILS b/qt4-apps/rpcalc/DETAILS
index 7bf765d..577b91d 100644
--- a/qt4-apps/rpcalc/DETAILS
+++ b/qt4-apps/rpcalc/DETAILS
@@ -8,6 +8,7 @@
UPDATED=20080518
SHORT="gui python rpn calculator"
MAINTAINER=tchan at lunar-linux.org
+
cat << EOF
rpCalc started out as a little program written to try out various Python GUI
toolkits. But I ended up using it all the time (it's much quicker to pull it up
More information about the Lunar-commits
mailing list