[Lunar-commits] r21731 - moonbase/trunk/zbeta/e17/e_modules-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue Oct 10 04:38:50 UTC 2006
Author: v3rt1g0
Date: 2006-10-10 04:38:49 +0000 (Tue, 10 Oct 2006)
New Revision: 21731
Modified:
moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS
Log:
Build Tweak: e_modules-cvs (beta)
* provide a way to prevent failing modules from building
* brought the list of modules up to date
Modified: moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD 2006-10-10 03:05:29 UTC (rev 21730)
+++ moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD 2006-10-10 04:38:49 UTC (rev 21731)
@@ -4,6 +4,13 @@
export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
+ # the following are known not to properly compile at this time
+ MODULES_NOT_TO_BUILD="calendar devian engage"
+
+ for mod in $MODULES_NOT_TO_BUILD ; do
+ rm -f "${mod}/autogen.sh"
+ done
+
default_cvs_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS 2006-10-10 03:05:29 UTC (rev 21730)
+++ moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS 2006-10-10 04:38:49 UTC (rev 21731)
@@ -13,28 +13,31 @@
known that these modules were created by the community and are not
officially approved/supported by the e17 development team.
-Current Modules
- bling: An X composite manager. (Currently it is very buggy!)
- 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.
- flame: Displays flames at the bottom of the screen.
- language: Changes the active keyboard language/layout variant.
- mail: Periodically checks for new e-mail messages.
- mbar: Manage mountable devices from your desktop (in a "bar" style)
- mem: Displays RAM usage.
- moon: Displays moon phase information on your desktop.
- net: Displays network (not wireless) usage.
- rain: Displays rain effects on your desktop.
- screenshot: Allows you to take a screenshot from a module on your desktop.
- slideshow: A desktop background rotater.
- snow: Displays Christmas trees and falling snow on your desktop.
- taskbar: A taskbar implementation to track your running applications.
- tclock: Displays an alternate style of clock on your desktop.
- uptime: Displays system uptime.
- weather: Displays weather information for places around the world.
- wlan: Dispalys wireless network usage.
+Current Modules:
+ bling: An X composite manager.
+ cpu: Displays CPU usage.
+ deskshow: Iconifies all windows on the screen so you can see the
+ Desktop.
+ emu: A module to allow people to run modules written in code
+ other than C.
+ eveil: Allows you to set timers/reminders for activities.
+ flame: Displays flames at the bottom of the screen.
+ language: Changes the active keyboard language/layout variant.
+ mail: Periodically checks for new e-mail messages.
+ mem: Displays RAM usage.
+ mixer: A volume control module.
+ moon: Displays moon phase information on your desktop.
+ net: Displays network (not wireless) usage.
+ photo: Displays pictures on your desktop.
+ rain: Displays rain effects on your desktop.
+ screenshot: Allows you to take a screenshot from a module on your
+ desktop.
+ slideshow: A desktop background rotater.
+ snow: Displays Christmas trees and falling snow on your desktop.
+ taskbar: A taskbar to track your running applications.
+ tclock: Displays an alternate style of clock on your desktop.
+ uptime: Displays system uptime.
+ weather: Displays weather information for places around the world.
+ winselector: Menu based access to all of your windows.
+ wlan: Dispalys wireless network usage.
EOF
More information about the Lunar-commits
mailing list