[Lunar-commits] r22874 - moonbase/trunk/zbeta/e17/e_modules-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Jan 6 21:31:39 CET 2007
Author: v3rt1g0
Date: 2007-01-06 21:31:39 +0100 (Sat, 06 Jan 2007)
New Revision: 22874
Modified:
moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS
Log:
Misc Tweak: e_modules-cvs (beta)
* finally got around to getting the breaking e_modules
to no longer break. The issue is has been well made aware
to the e17 dev team, just no action has really been taken
to prevent it. So this is my action to tide us over until
it is properly fixed on their side. Ugh.
Modified: moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD 2007-01-06 19:32:55 UTC (rev 22873)
+++ moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD 2007-01-06 20:31:39 UTC (rev 22874)
@@ -5,12 +5,21 @@
export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
# the following are known not to properly compile at this time
- MODULES_NOT_TO_BUILD="calendar engage"
-
+ MODULES_NOT_TO_BUILD="calendar engage winselector"
+
for mod in $MODULES_NOT_TO_BUILD ; do
rm -f "${mod}/autogen.sh"
done
+ # the following are known not to play nice with automake 1.10, so this
+ # is my hack at getting them to work. The e devs are being slow at
+ # addressing this known issue.
+ MODULES_NEEDING_CONFIGRPATH="alarm emu flame language mail mem mixer moon net photo rain screenshot slideshow snow taskbar tclock uptime weather wlan"
+
+ for mod in $MODULES_NEEDING_CONFIGRPATH ; do
+ cp /usr/share/gettext/config.rpath ${mod}/
+ 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 2007-01-06 19:32:55 UTC (rev 22873)
+++ moonbase/trunk/zbeta/e17/e_modules-cvs/DETAILS 2007-01-06 20:31:39 UTC (rev 22874)
@@ -14,13 +14,13 @@
officially approved/supported by the e17 development team.
Current Modules:
+ alarm: An event reminder.
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.
More information about the Lunar-commits
mailing list