[Lunar-commits] r21450 - in moonbase/trunk/python: . winzig

Terry Chan tchan at lunar-linux.org
Wed Sep 20 00:58:32 UTC 2006


Author: tchan
Date: 2006-09-20 00:58:32 +0000 (Wed, 20 Sep 2006)
New Revision: 21450

Added:
   moonbase/trunk/python/winzig/
   moonbase/trunk/python/winzig/BUILD
   moonbase/trunk/python/winzig/DEPENDS
   moonbase/trunk/python/winzig/DETAILS
Log:
Added the winzig python/gtk PIM suite.


Added: moonbase/trunk/python/winzig/BUILD
===================================================================
--- moonbase/trunk/python/winzig/BUILD	                        (rev 0)
+++ moonbase/trunk/python/winzig/BUILD	2006-09-20 00:58:32 UTC (rev 21450)
@@ -0,0 +1,17 @@
+(
+
+ # this sedit is a temp hack for Python2.5. Remove it later when winzig is updated to Python2.5.
+ sedit "s/gtk.mainquit/gtk.main_quit/" wutil.py &&
+
+ prepare_install  &&
+ PVER=`lsh installed_version Python`
+ mkdir -p /usr/lib/python$PVER/site-packages/winzig/ &&
+ install -p -m 755 *.py /usr/lib/python$PVER/site-packages/winzig/ &&
+ chmod 755 /usr/lib/python$PVER/site-packages/winzig/*.py &&
+ mkdir -p $DOCUMENT_DIRECTORY/winzig/Data &&
+ gather_docs 00changes 00readme &&
+ install -p -m 644 Data/*.db $DOCUMENT_DIRECTORY/winzig/Data/ &&
+ ln -sf /usr/lib/python$PVER/site-packages/winzig/winzig.py /usr/bin/winzig
+
+) > $C_FIFO 2>&1
+

Added: moonbase/trunk/python/winzig/DEPENDS
===================================================================
--- moonbase/trunk/python/winzig/DEPENDS	                        (rev 0)
+++ moonbase/trunk/python/winzig/DEPENDS	2006-09-20 00:58:32 UTC (rev 21450)
@@ -0,0 +1 @@
+depends pygtk2

Added: moonbase/trunk/python/winzig/DETAILS
===================================================================
--- moonbase/trunk/python/winzig/DETAILS	                        (rev 0)
+++ moonbase/trunk/python/winzig/DETAILS	2006-09-20 00:58:32 UTC (rev 21450)
@@ -0,0 +1,31 @@
+          MODULE=winzig
+         VERSION=1.76
+          SOURCE=${MODULE}.${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Winzig
+      SOURCE_URL=http://www.muth.org/Robert/Winzig/
+      SOURCE_VFY=sha1:5ca9e4583a73a9c703fcf4c42e67364eb6d3a11f
+        WEB_SITE=http://www.muth.org/Robert/Winzig/
+         ENTERED=20060122
+         UPDATED=20060919
+           SHORT="PIM suite written in Python/GTK."
+
+cat << EOF
+It was designed with small code size and small screen real estate in mind so
+that it can be run on a PDA if necessary. A simple database engine provides a
+common infrastructure and a high level of configurability.
+
+The following applications are available:
+ * Addressbook
+ * Calculator
+ * Calendar
+ * Todolist
+ * Ascii/Unicode table viewer
+ * Notebook
+ * Weather Station (using data from weather.noaa.gov)
+ * X11 color viewer (Linux/BSD only)
+ * Clock (only standalone)
+
+All applications are standalone and can be invoked directly or from the winzig
+shell.
+EOF
+



More information about the Lunar-commits mailing list