SF.net SVN: morphix: [2540] trunk/morph-scripts/mmorphix
[email protected] Mon, 16 Jul 2007 13:31:14 -0700
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2540
http://svn.sourceforge.net/morphix/?rev=2540&view=rev
Author: bmsleight
Date: 2007-07-16 13:31:12 -0700 (Mon, 16 Jul 2007)
Log Message:
-----------
Work in progress
Modified Paths:
--------------
trunk/morph-scripts/mmorphix/MorphixMini-MMG_Templates.xml
trunk/morph-scripts/mmorphix/morphing-morphix-gui.sh
Added Paths:
-----------
trunk/morph-scripts/mmorphix/MorphixMini-Welcome-MM.xml
Modified: trunk/morph-scripts/mmorphix/MorphixMini-MMG_Templates.xml
===================================================================
--- trunk/morph-scripts/mmorphix/MorphixMini-MMG_Templates.xml 2007-07-15 14:37:37 UTC (rev 2539)
+++ trunk/morph-scripts/mmorphix/MorphixMini-MMG_Templates.xml 2007-07-16 20:31:12 UTC (rev 2540)
@@ -1,51 +1,46 @@
<comps>
<group>
<minimod>
- <version>0.1</version>
+ <version>0.2</version>
<description>MorphMini Morphing Morphix GUI Templates</description>
- <minitag>templates</minitag>
+ <minitag>MorphingMorphix-Templates</minitag>
<maintag>ALL</maintag>
- <bootoption>ALL</bootoption> <!-- Only run the minimodule when this bootoption is used. Special case run ALL the time-->
- <root> <!-- Files or Packages to be overlaid on the rootfile system - good for saving ramspace -->
+ <bootoption>ALL</bootoption>
+ <root>
<files>
- <!-- Remote svn access not working at the moment> -->
- <local>
- <from>/home/morph/morphix/trunk/morph-scripts/mmorphix/MorphixMini-MMG_Templates.xml</from>
+ <remote>
+ <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/morph-scripts/mmorphix/MorphixMini-MMG_Templates.xml</from>
<to>/usr/share/morphing-morphix/</to>
- </local>
- <local>
- <from>/home/morph/morphix/trunk/morph-scripts/mmorphix/MorphixMini-Launch-MM-GUI.remote.xml</from>
+ </remote>
+ <remote>
+ <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/morph-scripts/mmorphix/MorphixMini-Welcome-MM.xml</from>
<to>/usr/share/morphing-morphix/MorphixMini-Launch-MM-GUI.xml</to>
- </local>
- <local>
- <from>/home/morph/morphix/trunk/mmaker/templates/morphing-morphix.xml</from>
- <to>/usr/share/morphing-morphix/</to>
- </local>
+ </remote>
<!-- Templates for building MorphixLiveKiosk -->
- <local>
- <from>/home/morph/morphix/trunk/mmaker/templates/basemod-2.6.15.xml</from>
+ <remote>
+ <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/mmaker/templates/basemod-2.6.15.xml</from>
<to>/usr/share/morphing-morphix/</to>
- </local>
- <local>
- <from>/home/morph/morphix/trunk/mmaker/templates/morphix-livekiosk.xml</from>
+ </remote>
+ <remote>
+ <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/mmaker/templates/morphix-livekiosk.xml</from>
<to>/usr/share/morphing-morphix/</to>
- </local>
- <local>
- <from>/home/morph/morphix/trunk/scripts-mini/MorphixMini-KioskSetting.xml</from>
+ </remote>
+ <remote>
+ <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre</from>
<to>/usr/share/morphing-morphix/</to>
- </local>
- <local>
- <from>/home/morph/morphix/trunk/scripts-mini/MorphixMini-KioskAddins.xml</from>
+ </remote>
+ <remote>
+ <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/scripts-mini/MorphixMini-NonFree-FlashPlugin.xml</from>
<to>/usr/share/morphing-morphix/</to>
- </local>
- <local>
- <from>/home/morph/morphix/trunk/morph-scripts/mmorphix/MorphixMini-MMG_Templates.xml</from>
+ </remote>
+ <remote>
+ <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/scripts-mini/MorphixMini-NonFree-Java.xml</from>
<to>/usr/share/morphing-morphix/</to>
- </local>
- <local>
- <from>/home/morph/morphix/trunk/how_tos/images/MorphixLiveKiosk.png</from>
+ </remote>
+ <remote>
+ <from>http://morphix.svn.sourceforge.net/viewvc/*checkout*/morphix/trunk/how_tos/images/MorphixLiveKiosk.png</from>
<to>/usr/share/morphing-morphix/</to>
- </local>
+ </remote>
</files>
</root>
</minimod>
Added: trunk/morph-scripts/mmorphix/MorphixMini-Welcome-MM.xml
===================================================================
--- trunk/morph-scripts/mmorphix/MorphixMini-Welcome-MM.xml (rev 0)
+++ trunk/morph-scripts/mmorphix/MorphixMini-Welcome-MM.xml 2007-07-16 20:31:12 UTC (rev 2540)
@@ -0,0 +1,24 @@
+<comps>
+ <group>
+ <minimod>
+ <version>0.0.1</version>
+ <description>Welcome to Morphing Morphix</description>
+ <minitag>Welcome-to-MorphingMorphix</minitag>
+ <maintag>ALL</maintag>
+ <bootoption>ALL</bootoption>
+ <root> <!-- Files or Packages to be overlaid on the rootfile system - good for saving ramspace -->
+ <files>
+ <remote>
+ <from>http://www.barwap.com/morphix/mmorphix/morphixsound.wav</from>
+ <to>/usr/share/morphing-morphix/</to>
+ </remote>
+ </files>
+ </root>
+ <commandlist>
+ <X>
+ <command>aplay /usr/share/morphing-morphix/morphixsound.wav</command>
+ </X>
+ </commandlist>
+ </minimod>
+ </group>
+</comps>
Modified: trunk/morph-scripts/mmorphix/morphing-morphix-gui.sh
===================================================================
--- trunk/morph-scripts/mmorphix/morphing-morphix-gui.sh 2007-07-15 14:37:37 UTC (rev 2539)
+++ trunk/morph-scripts/mmorphix/morphing-morphix-gui.sh 2007-07-16 20:31:12 UTC (rev 2540)
@@ -343,24 +343,24 @@
###########################################################
MESSAGE_MINIMORPH_1="MiniMorph Example
-The next Morph is making the MiniModule to auto run an
-application once the window manager has loaded.
+The next Morph is making the MiniModule to auto run
+something once the window manager has loaded.
This Morph is to demonstrate the use of one of the morphix
tools - morphmini. This is mmaker's little brother. As in
other examples this makes use of XML template files."
MESSAGE_MINIMORPH_2="MiniMorph Example
-MorphixMini-Launch-MM-GUI.xml"
+MorphixMini-Welcome-MM.xml"
MESSAGE_MINIMORPH_3="MiniMorph Example
We will now build the MiniModule then add the MiniModule to
the the LiveCD.
-morphmini ./MorphixMini-Launch-MM-GUI.xml
- ./MorphixMini-Launch-MM-GUI.mod
+morphmini ./MorphixMini-Welcome-MM.xml
+ ./MorphixMini-Welcome-MM.mod
-isomorph --add mini ./MorphixMini-Launch-MM-GUI.mod
+isomorph --add mini ./MorphixMini-Welcome-MM.xml
./MyMorph.iso ./tmp.iso
mv ./tmp.iso ./MyMorph.iso"
@@ -1122,13 +1122,13 @@
then
log_file "build_minimodule"
xdialog_message "$MESSAGE_MINIMORPH_1"
- xdialog_tail_box "$MESSAGE_MINIMORPH_2" "/usr/share/morphing-morphix/MorphixMini-Launch-MM-GUI.xml"
- edit_xml_template "/usr/share/morphing-morphix/MorphixMini-Launch-MM-GUI.xml"
+ xdialog_tail_box "$MESSAGE_MINIMORPH_2" "/usr/share/morphing-morphix/MorphixMini-Welcome-MM.xml"
+ edit_xml_template "/usr/share/morphing-morphix/MorphixMini-Welcome-MM.xml"
xdialog_message "$MESSAGE_MINIMORPH_3"
- log_and_do_command_progress_pause "sudo morphmini /usr/share/morphing-morphix/MorphixMini-Launch-MM-GUI.xml
- /tmp/MorphixMini-Launch-MM-GUI.mod"
+ log_and_do_command_progress_pause "sudo morphmini /usr/share/morphing-morphix/MorphixMini-Welcome-MM.xml
+ /tmp/MorphixMini-Welcome-MM.mod"
log_and_do_command_progress_pause "sudo isomorph --add mini
- /tmp/MorphixMini-Launch-MM-GUI.mod
+ /tmp/MorphixMini-Welcome-MM.mod
$MNT_POINT/mmorphix/iso/$SETTING_MYMORPH /tmp/tmp.iso"
log_and_do_command "mv -f /tmp/tmp.iso $MNT_POINT/mmorphix/iso/$SETTING_MYMORPH"
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/