[Lunar-commits] r20342 - in moonbase/trunk/x11-utils: . wmweather
Jannis Pohlmann
jannis at lunar-linux.org
Wed Jun 7 10:51:00 UTC 2006
Author: jannis
Date: 2006-06-07 10:51:00 +0000 (Wed, 07 Jun 2006)
New Revision: 20342
Added:
moonbase/trunk/x11-utils/wmweather/
moonbase/trunk/x11-utils/wmweather/BUILD
moonbase/trunk/x11-utils/wmweather/DEPENDS
moonbase/trunk/x11-utils/wmweather/DETAILS
Log:
wmWeather dock app added (incomplete module skeleton provided by Stelz).
Added: moonbase/trunk/x11-utils/wmweather/BUILD
===================================================================
--- moonbase/trunk/x11-utils/wmweather/BUILD (rev 0)
+++ moonbase/trunk/x11-utils/wmweather/BUILD 2006-06-07 10:51:00 UTC (rev 20342)
@@ -0,0 +1,6 @@
+(
+
+ cd src/ &&
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/x11-utils/wmweather/DEPENDS
===================================================================
--- moonbase/trunk/x11-utils/wmweather/DEPENDS (rev 0)
+++ moonbase/trunk/x11-utils/wmweather/DEPENDS 2006-06-07 10:51:00 UTC (rev 20342)
@@ -0,0 +1,2 @@
+depends %X &&
+depends curl
Added: moonbase/trunk/x11-utils/wmweather/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/wmweather/DETAILS (rev 0)
+++ moonbase/trunk/x11-utils/wmweather/DETAILS 2006-06-07 10:51:00 UTC (rev 20342)
@@ -0,0 +1,17 @@
+ MODULE=wmweather
+ VERSION=2.4.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ WEB_SITE=http://www.godisch.de/debian/wmweather/
+ SOURCE_URL=http://www.godisch.de/debian/wmweather/
+ SOURCE_VFY=sha1:d0b6345038d05b2dc4a85bd95f24341a5cbb3f7c
+ ENTERED=20060607
+ UPDATED=20060607
+ SHORT="Weather dockapp"
+
+cat << EOF
+wmweather provides a monitor on a 64x64 mini window that displays
+the current weather. The weather reports are received from
+NOAA's National Weather Service, which is the same source that pilots use.
+wmweather is designed to work with the WindowMaker dock, but will work
+with other window managers as well.
+EOF
More information about the Lunar-commits
mailing list