Author: ks156
Date: 2009-02-06 09:15:37 +0100 (Fri, 06 Feb 2009)
New Revision: 3578

Modified:
   software_suite_v2/tuxware/installers/unix/trunk/build.sh
Log:
* Added a function to pack the originals internal sounds files.
  /usr/share/tuxdroid/resources/sounds/


Modified: software_suite_v2/tuxware/installers/unix/trunk/build.sh
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/build.sh    2009-02-05 
18:41:32 UTC (rev 3577)
+++ software_suite_v2/tuxware/installers/unix/trunk/build.sh    2009-02-06 
08:15:37 UTC (rev 3578)
@@ -51,6 +51,7 @@
 CC_DIR=$RESSOURCES_ROOT_DIR/control_center
 MISC_DIR=$RESSOURCES_ROOT_DIR/misc
 TEMPLATES_DIR=$RESSOURCES_ROOT_DIR/templates
+SOUND_DIR=$RESSOURCES_ROOT_DIR/sounds
 CC_DEPS_DIR=$CC_DIR/deps
 PIXMAP_DIR=$SHARE_DIR/pixmaps
 
@@ -166,6 +167,7 @@
     mkdir -p $MIRROR_DIR/$PREFIX/$MISC_DIR
     mkdir -p $MIRROR_DIR/$PREFIX/$TEMPLATES_DIR
     mkdir -p $MIRROR_DIR/$PREFIX/$CC_DEPS_DIR
+    mkdir -p $MIRROR_DIR/$PREFIX/$SOUND_DIR
     mkdir -p $MIRROR_DIR/$PREFIX/$PIXMAP_DIR
     mkdir -p $MIRROR_DIR/opt
     mkdir -p $MIRROR_DIR/opt/Acapela
@@ -339,6 +341,13 @@
     rm -rf $DIR $FILE
 }
 
+packSounds () {
+    echo "-- Copying the internal sounds"
+    svn export -q --force \
+    http://svn.tuxisalive.com/software_suite_v1/software/tuxgi/trunk/sounds/ \
+    $MIRROR_DIR/$PREFIX/$SOUND_DIR
+}
+
 # Install the updater from local FS
 packUpdater () {
     echo "-- Copying the gadget updater"
@@ -725,6 +734,7 @@
 compDfuProgrammer
 packFirmwares
 packIdleBehavior
+packSounds
 wifiAvoidance
 # <--- Copy files from local directory --->
 packUpdater


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to