[Lunar-commits] <moonbase> valknut: rename the module valknut-qt3. The main valknut module will be Qt4 based.

Florin Braescu florin at lunar-linux.org
Sun Aug 10 10:08:12 CEST 2008


commit 450d29ef0e554cd20aee54bca7e8d71cefa78d3d
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Aug 10 11:08:12 2008 +0300

    valknut: rename the module valknut-qt3. The main valknut module will be Qt4 based.
---
 qt-apps/valknut-qt3/BUILD   |    6 ++++++
 qt-apps/valknut-qt3/DEPENDS |    2 ++
 qt-apps/valknut-qt3/DETAILS |   16 ++++++++++++++++
 qt-apps/valknut/BUILD       |    6 ------
 qt-apps/valknut/DEPENDS     |    2 --
 qt-apps/valknut/DETAILS     |   15 ---------------
 6 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/qt-apps/valknut-qt3/BUILD b/qt-apps/valknut-qt3/BUILD
new file mode 100644
index 0000000..7bcec3b
--- /dev/null
+++ b/qt-apps/valknut-qt3/BUILD
@@ -0,0 +1,6 @@
+(
+   export OPTS=${OPTS}" --with-qt-dir=${QT_PREFIX:-$QTDIR} --with-libdc=/usr"
+   default_build
+
+) > $C_FIFO 2>&1
+
diff --git a/qt-apps/valknut-qt3/DEPENDS b/qt-apps/valknut-qt3/DEPENDS
new file mode 100644
index 0000000..bcd79d9
--- /dev/null
+++ b/qt-apps/valknut-qt3/DEPENDS
@@ -0,0 +1,2 @@
+depends dclib
+depends qt3
diff --git a/qt-apps/valknut-qt3/DETAILS b/qt-apps/valknut-qt3/DETAILS
new file mode 100644
index 0000000..9bf8aa2
--- /dev/null
+++ b/qt-apps/valknut-qt3/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=valknut-qt3
+         VERSION=0.3.19
+          SOURCE=valknut-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/valknut-$VERSION
+      SOURCE_URL=$SFORGE_URL/wxdcgui
+      SOURCE_VFY=sha1:4a069ecda29cb6759554878b3b5d0710ecd7a265
+        WEB_SITE=http://dcgui.berlios.de
+         ENTERED=20031008
+         UPDATED=20080810
+           SHORT="Direct Connect (DC++) client for Qt"
+
+cat << EOF
+valknut is a program that uses the Direct Connect protocol. It is 
+compatible with other DC clients, such as the original DC from 
+Neomodus, and DC++.
+EOF
diff --git a/qt-apps/valknut/BUILD b/qt-apps/valknut/BUILD
deleted file mode 100644
index 7bcec3b..0000000
--- a/qt-apps/valknut/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-   export OPTS=${OPTS}" --with-qt-dir=${QT_PREFIX:-$QTDIR} --with-libdc=/usr"
-   default_build
-
-) > $C_FIFO 2>&1
-
diff --git a/qt-apps/valknut/DEPENDS b/qt-apps/valknut/DEPENDS
deleted file mode 100644
index bcd79d9..0000000
--- a/qt-apps/valknut/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends dclib
-depends qt3
diff --git a/qt-apps/valknut/DETAILS b/qt-apps/valknut/DETAILS
deleted file mode 100644
index f614752..0000000
--- a/qt-apps/valknut/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=valknut
-         VERSION=0.3.19
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/wxdcgui
-      SOURCE_VFY=sha1:4a069ecda29cb6759554878b3b5d0710ecd7a265
-        WEB_SITE=http://dcgui.berlios.de
-         ENTERED=20031008
-         UPDATED=20080810
-           SHORT="Direct Connect (DC++) client for Qt"
-
-cat << EOF
-valknut is a program that uses the Direct Connect protocol. It is 
-compatible with other DC clients, such as the original DC from 
-Neomodus, and DC++.
-EOF


More information about the Lunar-commits mailing list