[Lunar-commits] qt4-apps: Adding a folder for qt4 based modules.
stumbles
stumbles at lunar-linux.org
Wed Jan 9 00:21:34 CET 2008
commit 1b682e0aff5ca2ba4bdc9a26f2f7ed9189e2f870
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue Jan 8 18:21:34 2008 -0500
qt4-apps: Adding a folder for qt4 based modules.
---
audio/qsynth/BUILD | 7 -------
audio/qsynth/DEPENDS | 2 --
audio/qsynth/DETAILS | 14 --------------
chat/psi/BUILD | 11 -----------
chat/psi/DEPENDS | 3 ---
chat/psi/DETAILS | 16 ----------------
libs/qca2/BUILD | 10 ----------
libs/qca2/DEPENDS | 1 -
libs/qca2/DETAILS | 15 ---------------
qt4-apps/psi/BUILD | 11 +++++++++++
qt4-apps/psi/DEPENDS | 3 +++
qt4-apps/psi/DETAILS | 16 ++++++++++++++++
qt4-apps/qca2/BUILD | 10 ++++++++++
qt4-apps/qca2/DEPENDS | 1 +
qt4-apps/qca2/DETAILS | 15 +++++++++++++++
qt4-apps/qsynth/BUILD | 7 +++++++
qt4-apps/qsynth/DEPENDS | 2 ++
qt4-apps/qsynth/DETAILS | 14 ++++++++++++++
18 files changed, 79 insertions(+), 79 deletions(-)
diff --git a/audio/qsynth/BUILD b/audio/qsynth/BUILD
deleted file mode 100644
index 3756e0c..0000000
--- a/audio/qsynth/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- . /etc/profile.d/qt4.rc
- OPTS+=" --with-qt=$QTDIR"
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/audio/qsynth/DEPENDS b/audio/qsynth/DEPENDS
deleted file mode 100644
index 5f43799..0000000
--- a/audio/qsynth/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends qt4 &&
-depends fluidsynth
diff --git a/audio/qsynth/DETAILS b/audio/qsynth/DETAILS
deleted file mode 100644
index a993553..0000000
--- a/audio/qsynth/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- MODULE=qsynth
- VERSION=0.3.1
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:db43f22faf5bc9345572935e9e03cf48d0e9bd0d
- WEB_SITE=http://qsynth.sourceforge.net/
- ENTERED=20060317
- UPDATED=20070719
- SHORT="fluidsynth GUI front-end"
- PSAFE=no
-cat << EOF
-QSynth is a fluidsynth GUI front-end application written in C++
-around the Qt3 toolkit using Qt Designer.
-EOF
diff --git a/chat/psi/BUILD b/chat/psi/BUILD
deleted file mode 100644
index da37ec7..0000000
--- a/chat/psi/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-(
- . /etc/profile.d/qt4.rc
- # Stupid which which function
- sedit "s/^WHICH=.*/WHICH=which/" configure &&
-
- ./configure --prefix=/usr \
- --datadir=/usr/share \
- $OPTS &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/chat/psi/DEPENDS b/chat/psi/DEPENDS
deleted file mode 100644
index f018b01..0000000
--- a/chat/psi/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends qt4
-depends qca2
-depends zlib
diff --git a/chat/psi/DETAILS b/chat/psi/DETAILS
deleted file mode 100644
index eedc056..0000000
--- a/chat/psi/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=psi
- VERSION=0.11
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:834fac4b51d92e2502cb08d01d40f05ffcdce4a2
- WEB_SITE=http://psi-im.org/
- MAINTAINER="ratler at lunar-linux.org"
- ENTERED=20040212
- UPDATED=20071118
- SHORT="Psi - an awesome client for the Jabber network."
-cat << EOF
-Psi is the premiere Instant Messaging application designed for Microsoft
-Windows, Apple Mac OS X and GNU/Linux. Built upon an open protocol named
-Jabber, Psi is a fast and lightweight messaging client that utilises the
-best in open source technologies.
-EOF
diff --git a/libs/qca2/BUILD b/libs/qca2/BUILD
deleted file mode 100644
index 467e138..0000000
--- a/libs/qca2/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- . /etc/profile.d/qt4.rc
- sedit "s/^WHICH=.*/WHICH=which/" configure &&
- sedit "s:add_subdirectory(plugins)::" CMakeLists.txt &&
-
- ./configure --prefix=/usr &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/libs/qca2/DEPENDS b/libs/qca2/DEPENDS
deleted file mode 100644
index 428f269..0000000
--- a/libs/qca2/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends qt4
diff --git a/libs/qca2/DETAILS b/libs/qca2/DETAILS
deleted file mode 100644
index 67b6056..0000000
--- a/libs/qca2/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=qca2
- VERSION=2.0.0
- MAJOR=2.0
- SOURCE=qca-$VERSION.tar.bz2
- SOURCE_URL=http://delta.affinix.com/download/qca/$MAJOR/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/qca-$VERSION
- SOURCE_VFY=sha1:5b896647426637e1974703f2950786746408c70b
- MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
- WEB_SITE=http://delta.affinix.com/qca/
- ENTERED=20071106
- UPDATED=20071106
- SHORT="cross-platform crypto API"
-cat << EOF
-QCA aims to provide a straightforward and cross-platform crypto API
-EOF
diff --git a/qt4-apps/psi/BUILD b/qt4-apps/psi/BUILD
new file mode 100644
index 0000000..da37ec7
--- /dev/null
+++ b/qt4-apps/psi/BUILD
@@ -0,0 +1,11 @@
+(
+ . /etc/profile.d/qt4.rc
+ # Stupid which which function
+ sedit "s/^WHICH=.*/WHICH=which/" configure &&
+
+ ./configure --prefix=/usr \
+ --datadir=/usr/share \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/psi/DEPENDS b/qt4-apps/psi/DEPENDS
new file mode 100644
index 0000000..f018b01
--- /dev/null
+++ b/qt4-apps/psi/DEPENDS
@@ -0,0 +1,3 @@
+depends qt4
+depends qca2
+depends zlib
diff --git a/qt4-apps/psi/DETAILS b/qt4-apps/psi/DETAILS
new file mode 100644
index 0000000..eedc056
--- /dev/null
+++ b/qt4-apps/psi/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=psi
+ VERSION=0.11
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:834fac4b51d92e2502cb08d01d40f05ffcdce4a2
+ WEB_SITE=http://psi-im.org/
+ MAINTAINER="ratler at lunar-linux.org"
+ ENTERED=20040212
+ UPDATED=20071118
+ SHORT="Psi - an awesome client for the Jabber network."
+cat << EOF
+Psi is the premiere Instant Messaging application designed for Microsoft
+Windows, Apple Mac OS X and GNU/Linux. Built upon an open protocol named
+Jabber, Psi is a fast and lightweight messaging client that utilises the
+best in open source technologies.
+EOF
diff --git a/qt4-apps/qca2/BUILD b/qt4-apps/qca2/BUILD
new file mode 100644
index 0000000..467e138
--- /dev/null
+++ b/qt4-apps/qca2/BUILD
@@ -0,0 +1,10 @@
+(
+
+ . /etc/profile.d/qt4.rc
+ sedit "s/^WHICH=.*/WHICH=which/" configure &&
+ sedit "s:add_subdirectory(plugins)::" CMakeLists.txt &&
+
+ ./configure --prefix=/usr &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qca2/DEPENDS b/qt4-apps/qca2/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/qt4-apps/qca2/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/qt4-apps/qca2/DETAILS b/qt4-apps/qca2/DETAILS
new file mode 100644
index 0000000..67b6056
--- /dev/null
+++ b/qt4-apps/qca2/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=qca2
+ VERSION=2.0.0
+ MAJOR=2.0
+ SOURCE=qca-$VERSION.tar.bz2
+ SOURCE_URL=http://delta.affinix.com/download/qca/$MAJOR/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/qca-$VERSION
+ SOURCE_VFY=sha1:5b896647426637e1974703f2950786746408c70b
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://delta.affinix.com/qca/
+ ENTERED=20071106
+ UPDATED=20071106
+ SHORT="cross-platform crypto API"
+cat << EOF
+QCA aims to provide a straightforward and cross-platform crypto API
+EOF
diff --git a/qt4-apps/qsynth/BUILD b/qt4-apps/qsynth/BUILD
new file mode 100644
index 0000000..3756e0c
--- /dev/null
+++ b/qt4-apps/qsynth/BUILD
@@ -0,0 +1,7 @@
+(
+
+ . /etc/profile.d/qt4.rc
+ OPTS+=" --with-qt=$QTDIR"
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qsynth/DEPENDS b/qt4-apps/qsynth/DEPENDS
new file mode 100644
index 0000000..5f43799
--- /dev/null
+++ b/qt4-apps/qsynth/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends fluidsynth
diff --git a/qt4-apps/qsynth/DETAILS b/qt4-apps/qsynth/DETAILS
new file mode 100644
index 0000000..a993553
--- /dev/null
+++ b/qt4-apps/qsynth/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=qsynth
+ VERSION=0.3.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:db43f22faf5bc9345572935e9e03cf48d0e9bd0d
+ WEB_SITE=http://qsynth.sourceforge.net/
+ ENTERED=20060317
+ UPDATED=20070719
+ SHORT="fluidsynth GUI front-end"
+ PSAFE=no
+cat << EOF
+QSynth is a fluidsynth GUI front-end application written in C++
+around the Qt3 toolkit using Qt Designer.
+EOF
More information about the Lunar-commits
mailing list