Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 80311 by Eric Sandall for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 80311 by Eric Sandall for review
  • Date: Tue, 6 Jun 2006 17:45:01 +0100 (BST)

Change 80311 by eric_sandall@sandalle-moby on 2006/06/06 17:40:23

* DETAILS: Updated PATCHLEVEL
Added bling module description
Removed UPDATED
Added list of included modules in long description
Descriptions for modules snagged from
/usr/share/doc/e_modules/README :)
* CONFIGURE: Query on using imagemagick (import) or scrot for
screenshot
* DEPENDS: Added dependencies on ecore, edje, eet, and evas
Depend on imagemagick or scrot for screen capture
* CONFLICTS: Auto-conflicts with e_module-calendar,
e_module-devian,
e_module-evolume, e_module-moon, e_module-mount,
e_module-screenshot,
e_module-slideshow, e_module-tclock (now included in e_modules)

Affected files ...

... //sgl/grimoires/test/e/e_modules/CONFIGURE#1 branch
... //sgl/grimoires/test/e/e_modules/CONFLICTS#1 branch
... //sgl/grimoires/test/e/e_modules/DEPENDS#8 integrate
... //sgl/grimoires/test/e/e_modules/DETAILS#11 integrate
... //sgl/grimoires/test/e/e_modules/HISTORY#15 integrate

Differences ...

==== //sgl/grimoires/test/e/e_modules/DEPENDS#8 (xtext) ====

@@ -1,4 +1,14 @@
+depends CVS &&
depends e17 &&
+depends ecore &&
+depends edje &&
+depends eet &&
depends esmart &&
+depends evas &&
depends exml &&
-depends CVS
+
+if [ "$E_MODULES_SSHOT" == "imagemagick" ]; then
+ depends imagemagick
+elif [ "$E_MODULES_SSHOT" == "scrot" ]; then
+ depends scrot
+fi

==== //sgl/grimoires/test/e/e_modules/DETAILS#11 (xtext) ====

@@ -9,12 +9,35 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
+ PATCHLEVEL=1
+ LICENSE[0]=BSD
+ KEYWORDS="enlightenment"
WEB_SITE=http://enlightenment.org/
ENTERED=20050703
- UPDATED=20050916
- LICENSE[0]=BSD
- KEYWORDS="enlightenment"
- SHORT="a collection of modules for enlightenment 0.17"
+ SHORT="A collection of modules for enlightenment 0.17"
cat << EOF
-e_modules is a collection of modules for enlightenment 0.17.
+e_modules is a collection of modules for enlightenment 0.17. Contains the
+following modules:
+ * bling - A composite Manager for E17. (not for users right now)
+ * calendar - A module to display a desktop calendar
+ * cpu - A module to monitor CPU load
+ * devian - A module to display images and RSS feeds
+ * emu - Experimental generic scriptable module for E17
+ * evolume - A module to control volume for some mixers
+ * flame - A module to display flames on the desktop
+ * language - A module to control active keyboard/keyboard layout/layout
+ variants
+ * mbar - A module to mount/unmount drives or devices
+ * mem - A module to monitor memory and swap usage
+ * moon - A module to display Moon phase information
+ * mount - A module to mount/unmount drives or devices
+ * net - A module to monitor traffic on a network device
+ * rain - A module to display rain on the desktop
+ * screenshot - A module to take screenshots, utilizing scrot or import
+ * slideshow - A module to cycle desktop backgrounds
+ * snow - A module to display snow on the desktop
+ * tclock - A module to display a digital clock on the desktop
+ * uptime - A module to monitor computer uptime
+ * weather - A module to display a weather forecast
+ * wlan - A module to monitor a wireless network device
EOF

==== //sgl/grimoires/test/e/e_modules/HISTORY#15 (text) ====

@@ -1,3 +1,18 @@
+2006-06-06 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Added bling module description
+
+2006-05-19 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated PATCHLEVEL
+ Removed UPDATED
+ Added list of included modules in long description
+ Descriptions for modules snagged from
/usr/share/doc/e_modules/README :)
+ * CONFIGURE: Query on using imagemagick (import) or scrot for
screenshot
+ * DEPENDS: Added dependencies on ecore, edje, eet, and evas
+ Depend on imagemagick or scrot for screen capture
+ * CONFLICTS: Auto-conflicts with e_module-calendar, e_module-devian,
+ e_module-evolume, e_module-moon, e_module-mount,
e_module-screenshot,
+ e_module-slideshow, e_module-tclock (now included in e_modules)
+
2006-05-16 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on exml (needed by language module)




  • [SM-Commit] PERFORCE change 80311 by Eric Sandall for review, Perforce Review Daemon, 06/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page