Revision: 2297
Author: bmsleight
Date: 2006-06-07 14:57:13 -0700 (Wed, 07 Jun 2006)
ViewCVS: http://svn.sourceforge.net/morphix/?rev=2297&view=rev
Log Message:
-----------
Adding MiniModule for Morphix-LiveKiosk for non-GPL plugins, as yet untested - awaiting Autotesting to prove.
Added Paths:
-----------
trunk/scripts-mini/MorphixMini-KioskAddins.xml
Added: trunk/scripts-mini/MorphixMini-KioskAddins.xml
===================================================================
--- trunk/scripts-mini/MorphixMini-KioskAddins.xml (rev 0)
+++ trunk/scripts-mini/MorphixMini-KioskAddins.xml 2006-06-07 21:57:13 UTC (rev 2297)
@@ -0,0 +1,40 @@
+<comps>
+ <group>
+ <minimod>
+ <version>0.0.1</version>
+ <description>(Untested) MorphMini for addins to MorphixKiosk which are not GPL</description>
+ <minitag>KioskAddins</minitag>
+ <maintag>ALL</maintag>
+ <bootoption>ALL</bootoption> <!-- Requires morphing-tools 0.2-20 + -->
+ <filelist> <!-- files to be added to minimod available as $1/morphix/files/ -->
+ <remote>
+ <file>http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz</file>
+ <file>http://ftp.uk.debian.org/debian/pool/non-free/s/sun-java5/sun-java5-jre_1.5.0-06-1_all.deb</file>
+ <file>http://ftp.uk.debian.org/debian/pool/non-free/s/sun-java5/sun-java5-bin_1.5.0-06-1_i386.deb</file>
+ <file>http://ftp.uk.debian.org/debian/pool/non-free/s/sun-java5/sun-java5-plugin_1.5.0-06-1_i386.deb</file>
+ <file>http://debian-multimedia.org/pool/main/a/acroread/acroread-escript_7.0.5-0.3_i386.deb</file>
+ <file>http://debian-multimedia.org/pool/main/a/acroread/acroread_7.0.5-0.3_i386.deb</file>
+ <file>http://debian-multimedia.org/pool/main/a/acroread/mozilla-acroread_7.0.5-0.3_i386.deb</file>
+ </remote>
+ </filelist>
+ <commandlist> <!-- Commands to be started from minimodule -->
+ <preX> <!-- Commands to run before X windows start -->
+ <command>echo " * Installing Flash-Plugin for firefox "</command>
+ <command>cd /tmp/</command>
+ <command>tar xvzf $1/morphix/files/install_flash_player_7_linux.tar.gz</command>
+ <command>mv /tmp/install_flash_player_7_linux/libflashplayer.so /usr/lib/firefox/plugins/</command>
+ <command>mv /tmp/install_flash_player_7_linux/flashplayer.xpt /usr/lib/firefox/plugins/</command>
+ <command>rm /tmp/install_flash_player_7_linux -R</command>
+ <command>echo " * Installing Java from Debian non-free for firefox "</command>
+ <command>dpkg --install $1/morphix/files/sun-java5-jre_1.5.0-06-1_all.deb</command>
+ <command>dpkg --install $1/morphix/files/sun-java5-bin_1.5.0-06-1_i386.deb</command>
+ <command>dpkg --install $1/morphix/files/sun-java5-plugin_1.5.0-06-1_i386.deb</command>
+ <command>echo " * Installing AcroRead from Debian-multimedia (Marillat) "</command>
+ <command>dpkg --install $1/morphix/files/acroread-escript_7.0.5-0.3_i386.deb</command>
+ <command>dpkg --install $1/morphix/files/acroread_7.0.5-0.3_i386.de</command>
+ <command>dpkg --install $1/morphix/files/mozilla-acroread_7.0.5-0.3_i386.deb</command>
+ </preX>
+ </commandlist>
+ </minimod>
+ </group>
+</comps>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.