[Lunar-commits] <moonbase> treeline: Moved to qt4-apps. Updated for qt4.
Terry Chan
tchan at lunar-linux.org
Tue Oct 28 22:10:12 CET 2008
commit 73e779ae4e618bced975ba5818fe6289e061a954
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Oct 28 16:10:12 2008 -0500
treeline: Moved to qt4-apps. Updated for qt4.
---
qt4-apps/treeline/BUILD | 7 +++++++
qt4-apps/treeline/DEPENDS | 3 +++
qt4-apps/treeline/DETAILS | 22 ++++++++++++++++++++++
qt4-apps/treeline/PRE_BUILD | 3 +++
4 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/qt4-apps/treeline/BUILD b/qt4-apps/treeline/BUILD
new file mode 100644
index 0000000..c051414
--- /dev/null
+++ b/qt4-apps/treeline/BUILD
@@ -0,0 +1,7 @@
+(
+
+ cd TreeLine &&
+ prepare_install &&
+ python install.py -p /usr
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/treeline/DEPENDS b/qt4-apps/treeline/DEPENDS
new file mode 100644
index 0000000..6689370
--- /dev/null
+++ b/qt4-apps/treeline/DEPENDS
@@ -0,0 +1,3 @@
+depends PyQt &&
+depends PyXML &&
+optional_depends "aspell" "" "" "to enable spell checking feature"
diff --git a/qt4-apps/treeline/DETAILS b/qt4-apps/treeline/DETAILS
new file mode 100644
index 0000000..b9a6646
--- /dev/null
+++ b/qt4-apps/treeline/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=treeline
+ VERSION=1.2.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://download.berlios.de/treeline/
+ SOURCE_VFY=sha1:9713790bbb44b3e81b545d455a90a77a9a0fb82f
+ WEB_SITE=http://treeline.bellz.org
+ ENTERED=20050531
+ UPDATED=20081028
+ SHORT="An outliner and PIM"
+ MAINTAINER=tchan at lunar-linux.org
+cat << EOF
+Do you have lots of sticky notes lying around with various useful information
+jotted down? Or many lists of books, movies, website logins, personal contacts,
+or things to do? Can you find them when you need them? Well, I often couldn't.
+So here's my answer.
+
+Some would call TreeLine an Outliner, others would call it a PIM. Basically, it
+just stores almost any kind of information. A tree structure makes it easy to
+keep things organized. And each node in the tree can contain several fields,
+forming a mini-database. The output format for each node can be defined, and
+the output can be shown on the screen, printed, or exported to html.
+EOF
diff --git a/qt4-apps/treeline/PRE_BUILD b/qt4-apps/treeline/PRE_BUILD
new file mode 100644
index 0000000..87610bc
--- /dev/null
+++ b/qt4-apps/treeline/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE
More information about the Lunar-commits
mailing list