From: <bms...@us...> - 2007-06-24 20:59:00
|
Revision: 2529 http://svn.sourceforge.net/morphix/?rev=2529&view=rev Author: bmsleight Date: 2007-06-24 13:58:57 -0700 (Sun, 24 Jun 2007) Log Message: ----------- Pulled it apart and included only the bare essentials. Modified Paths: -------------- trunk/mmaker/templates/morphix-livekiosk.xml Modified: trunk/mmaker/templates/morphix-livekiosk.xml =================================================================== --- trunk/mmaker/templates/morphix-livekiosk.xml 2007-06-24 19:50:57 UTC (rev 2528) +++ trunk/mmaker/templates/morphix-livekiosk.xml 2007-06-24 20:58:57 UTC (rev 2529) @@ -1,72 +1,53 @@ <comps> <group> - <version>0.1</version> + <version>0.04</version> <id>MorphixLiveKiosk</id> <name>Morphix LiveKiosk</name> <repositorylist> <repository type="debian">ftp://ftp.debian.org/debian</repository> <repository type="plain" suite="unstable">http://www.morphix.org/debian</repository> - <repository type="debian" suite="etch/updates">http://ftp.debian.org/debian/debian-security/</repository> </repositorylist> <description>Morphix Live Kiosk mainmodule. Outline template, LiveCD will have a single application running full screen</description> <type>mainmod</type> <suite>etch</suite> <packagelist> - -<packagereq>alsa-base</packagereq> -<packagereq>alsa-utils</packagereq> -<packagereq>bzip2</packagereq> -<packagereq>dhcp-client</packagereq> -<packagereq>dialog</packagereq> -<packagereq>evince</packagereq> -<packagereq>grub</packagereq> -<packagereq>hotplug</packagereq> -<packagereq>less</packagereq> -<packagereq>linux-wlan-ng</packagereq> -<packagereq>locales</packagereq> -<packagereq>menu</packagereq> -<packagereq>menu-xdg</packagereq> -<packagereq>module-init-tools</packagereq> <!-- necessary for kernels 2.5+ --> -<packagereq>mozplugger</packagereq> -<packagereq>pcmcia-cs</packagereq> -<packagereq>perl-modules</packagereq> -<packagereq>pump</packagereq> -<packagereq>sudo</packagereq> -<packagereq>unzip</packagereq> -<packagereq>wireless-tools</packagereq> -<packagereq>xloadimage</packagereq> <!-- necessary for xsetbg at boot --> -<packagereq>xbase-clients</packagereq> -<packagereq>xscreensaver</packagereq> -<packagereq>xutils</packagereq> -<packagereq>console-data</packagereq> -<packagereq>console-common</packagereq> - -<!-- from morphix.org --> -<packagereq>xserver-xorg</packagereq> <!--Include whilst problem upstream in sid with this depends--> -<packagereq>xorg</packagereq> <!--Include whilst problem upstream in sid with this depends--> -<packagereq>morphix-init-matchbox</packagereq> <!-- which depends matchbox --> -<packagereq>morphix-background</packagereq> - -<!-- The single application which will be running --> -<!-- This requires MorphixMini-PersistentApp.xml to add to ~/.persistent-app to launch application --> -<packagereq>iceweasel</packagereq> -<packagereq>iceweasel-l10n-*</packagereq> -<packagereq>iceweasel-webconverger-morphixlivekiosk</packagereq> -<!-- These alternatives do not work well yet - hence comment out --> -<!-- <packagereq>gcjwebplugin</packagereq> --> -<!-- <packagereq>kaffe</packagereq> --> -<!-- Used for testing/debuging version --> -<!-- <packagereq>openssh-server</packagereq> --> -</packagelist> - -<!-- The single application does not neet documentation, manuals or other consoles --> - <commandlist> - <command>rm -rf /usr/share/doc</command> - <command>rm -rf /usr/share/man</command> - <command>rm -rf /usr/share/man-db</command> - <command>rm -f /morphix/rc.m/S03console</command> - <command>rm -f /morphix/init.d/console</command> - </commandlist> - -</group> + <packagereq>alsa-base</packagereq> + <packagereq>alsa-utils</packagereq> + <packagereq>console-data</packagereq> + <packagereq>dhcp-client</packagereq> + <packagereq>dialog</packagereq> + <packagereq>hotplug</packagereq> + <packagereq>linux-wlan-ng</packagereq> + <packagereq>locales</packagereq> + <packagereq>module-init-tools</packagereq> <!-- necessary for kernels 2.5+ --> + <packagereq>pcmcia-cs</packagereq> + <packagereq>wireless-tools</packagereq> + <packagereq>xorg</packagereq> + <packagereq>xloadimage</packagereq> <!-- necessary for xsetbg at boot --> + <!-- from morphix.org --> + <packagereq>morphix-init-matchbox</packagereq> <!-- which depends matchbox --> + <packagereq>morphix-background</packagereq> + <!-- The single application which will be running --> + <!-- This requires MorphixMini-PersistentApp.xml to add to ~/.persistent-app to launch application --> + <packagereq>iceweasel</packagereq> + <packagereq>iceweasel-l10n-*</packagereq> + <packagereq>iceweasel-webconverger-morphixlivekiosk</packagereq> + <packagereq>xscreensaver</packagereq> + <packagereq>mozplugger</packagereq> + <!-- These alternatives do not work well yet - hence comment out --> + <!-- <packagereq>gcjwebplugin</packagereq> --> + <!-- <packagereq>kaffe</packagereq> --> + <!-- Used for testing/debuging version --> + <!-- <packagereq>openssh-server</packagereq> --> + <!-- <packagereq>sudo</packagereq> --> + </packagelist> + <!-- The single application does not neet documentation, manuals or other consoles --> + <commandlist> + <command>rm -rf /usr/share/doc</command> + <command>rm -rf /usr/share/man</command> + <command>rm -rf /usr/share/man-db</command> + <command>rm -f /morphix/rc.m/S03console</command> + <command>rm -f /morphix/init.d/console</command> + </commandlist> + </group> </comps> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |