[Lunar-commits] r20301 - moonbase/trunk/zbeta/e17/e_modules-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Sat Jun 3 13:26:39 UTC 2006


Author: v3rt1g0
Date: 2006-06-03 13:26:38 +0000 (Sat, 03 Jun 2006)
New Revision: 20301

Modified:
   moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
   moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS
Log:
  New Module: e_modules-cvs (beta)

   * added the new 'showdesk' module that was added to cvs a few hours ago
   * made the build a little more forgiving for when a single module
     doesn't compile we don't kill the entire build (currently there is
     API breakage in e's cvs, about 1/4 of the modules don't yet compile)


Modified: moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD	2006-06-03 11:06:32 UTC (rev 20300)
+++ moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD	2006-06-03 13:26:38 UTC (rev 20301)
@@ -1,6 +1,6 @@
 (
 
-  AVAILABLE_MODULES="calendar cpu devian emu eveil evolume flame language mbar mem moon mount net rain screenshot slideshow snow tclock uptime weather wlan"
+  AVAILABLE_MODULES="calendar cpu deskshow devian emu eveil evolume flame language mbar mem moon mount net rain screenshot slideshow snow tclock uptime weather wlan"
 
   export PATH="$MODULE_PREFIX/bin:$PATH"
   export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
@@ -12,15 +12,15 @@
 
     # seperate them out so that prepare_install isn't called each time
     default_cvs_config   &&
-    make                 &&
+    make
     popd
-  done
+  done  &&
  
   prepare_install  &&
   for module in $AVAILABLE_MODULES; do
     pushd $module        &&
     message "\n\nInstalling Module: ${module}\n"  &&
-    make install         &&
+    make install
     popd
   done
 

Modified: moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS	2006-06-03 11:06:32 UTC (rev 20300)
+++ moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS	2006-06-03 13:26:38 UTC (rev 20301)
@@ -17,6 +17,7 @@
 Current Modules
  calendar:   Displays a month view calendar on your desktop.
  cpu:        Displays CPU usage.
+ deskshow:   Iconifies all windows on the screen so you can see the Desktop.
  dEvian:     Displays pictures, RSS feeds, and/or logs on your desktop.
  eveil:      Allows you to set timers/reminders for activities.
  evolume:    Manage your sound system's volumes from your desktop.



More information about the Lunar-commits mailing list