[banshee] [build] add more things to the osx bundle definition



commit d3b7d6af1aaa419533dfff41745d72b2cd322ab0
Author: Aaron Bockover <abockover novell com>
Date:   Wed Dec 30 11:35:26 2009 -0500

    [build] add more things to the osx bundle definition

 build/bundle/mkbundle.osx |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/build/bundle/mkbundle.osx b/build/bundle/mkbundle.osx
index 211fa10..689a461 100755
--- a/build/bundle/mkbundle.osx
+++ b/build/bundle/mkbundle.osx
@@ -11,15 +11,43 @@ export BANSHEE_PATH="$BUILD_PREFIX/lib/banshee-1"
 export MONO_PATH="$BANSHEE_PATH:$BANSHEE_PATH/Extensions:$BANSHEE_PATH/Backends"
 
 OUTPUT_DIR=$PWD/bundle
+BLACKLIST_FILE=$PWD/.blacklist
 
 echo "Using mono: $(which mono)"
+
 cd solitary
+
 make
+
+{ cat <<EOF
+.*\.la$
+.*\.a$
+.*\.mdb$
+EOF
+} > $BLACKLIST_FILE
+
 mono --debug Solitary.exe \
 	--mono-prefix=$BUILD_PREFIX \
 	--root=$BUILD_PREFIX \
 	--out=$OUTPUT_DIR \
+	--blacklist=$BLACKLIST_FILE \
 	$BUILD_PREFIX/bin/mono \
+	$BUILD_PREFIX/bin/banshee-1 \
 	$BANSHEE_PATH \
-	$BUILD_PREFIX/lib/gstreamer-0.10
+	$BUILD_PREFIX/lib/gstreamer-0.10 \
+	$BUILD_PREFIX/share/banshee-1 \
+	$BUILD_PREFIX/share/icons/hicolor/16x16 \
+	$BUILD_PREFIX/share/icons/hicolor/22x22 \
+	$BUILD_PREFIX/share/icons/hicolor/32x32 \
+	$BUILD_PREFIX/share/icons/hicolor/48x48 \
+	$BUILD_PREFIX/share/icons/Tango/16x16 \
+	$BUILD_PREFIX/share/icons/Tango/22x22 \
+	$BUILD_PREFIX/share/icons/Tango/32x32 \
+	$BUILD_PREFIX/share/icons/Tango/48x48 \
+	$BUILD_PREFIX/etc/mono/config \
+	$BUILD_PREFIX/etc/mono/1.0/machine.config \
+	$BUILD_PREFIX/etc/mono/2.0/machine.config \
+	$BUILD_PREFIX/etc/mono/2.0/settings.map
+
 
+rm $BLACKLIST_FILE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]