[Lunar-commits] <moonbase> vidalia, tasks: Adding two new modules
Moritz Heiber
moe at lunar-linux.org
Fri Mar 13 16:02:23 CET 2009
commit 2565db6b514ce8878d2910924c9677dc2753830c
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Thu Apr 10 00:07:51 2008 +0200
vidalia, tasks: Adding two new modules
---
zlocal/tasks/DEPENDS | 2 ++
zlocal/tasks/DETAILS | 15 +++++++++++++++
zlocal/vidalia/BUILD | 10 ++++++++++
zlocal/vidalia/DEPENDS | 1 +
zlocal/vidalia/DETAILS | 16 ++++++++++++++++
5 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/zlocal/tasks/DEPENDS b/zlocal/tasks/DEPENDS
new file mode 100644
index 0000000..7227a2f
--- /dev/null
+++ b/zlocal/tasks/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-2
+depends evolution-data-server
diff --git a/zlocal/tasks/DETAILS b/zlocal/tasks/DETAILS
new file mode 100644
index 0000000..d8165d4
--- /dev/null
+++ b/zlocal/tasks/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=tasks
+ VERSION=0.13
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pimlico-project.org/sources/tasks/
+ SOURCE_VFY=sha1:b0ad82576bfec646212882bdf63a0ab5bd9f2d54
+ WEB_SITE=http://pimlico-project.org/tasks.html
+ ENTERED=20080406
+ UPDATED=20080406
+ SHORT="a simple TODO list application"
+cat << EOF
+Tasks is a simple To Do list application that eschews complicated features
+for a lean interface and functionality that just does the right thing. It
+has a simple interface with little cruft around the list of tasks, and is
+ported to the OpenMoko and Maemo frameworks.
+EOF
diff --git a/zlocal/vidalia/BUILD b/zlocal/vidalia/BUILD
new file mode 100644
index 0000000..af68768
--- /dev/null
+++ b/zlocal/vidalia/BUILD
@@ -0,0 +1,10 @@
+(
+
+ source /etc/profile.d/qt4.rc &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zlocal/vidalia/DEPENDS b/zlocal/vidalia/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/zlocal/vidalia/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/zlocal/vidalia/DETAILS b/zlocal/vidalia/DETAILS
new file mode 100644
index 0000000..8a836ff
--- /dev/null
+++ b/zlocal/vidalia/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=vidalia
+ VERSION=0.1.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://vidalia-project.net/dist/
+ SOURCE_VFY=sha1:f14007f25bed80442b7221a5e78ed3a94245658e
+ WEB_SITE=http://vidalia-project.net
+ ENTERED=20080407
+ UPDATED=20080407
+ SHORT="a controller for tor"
+cat << EOF
+Vidalia is a cross-platform controller GUI for Tor, built using the Qt
+framework. Using Vidalia, you can start and stop Tor, view the status
+of Tor at a glance, and monitor Tor's bandwidth usage. Vidalia also makes
+it easy to contribute to the Tor network by helping you set up and manage
+your own Tor relay.
+EOF
More information about the Lunar-commits
mailing list