[banshee] [darwin] clean up the old build/osx dir
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [darwin] clean up the old build/osx dir
- Date: Fri, 29 Jan 2010 02:52:04 +0000 (UTC)
commit 68ddf2e7aaf17e4eea96e832775864c37eb9d8de
Author: Aaron Bockover <abockover novell com>
Date: Thu Jan 28 21:46:59 2010 -0500
[darwin] clean up the old build/osx dir
All that remains is the dmg script that will be integrated
directly into bockbuild's base darwin profile class. Yay.
build/bundle/skeleton.darwin/Contents/Info.plist | 6 +-
build/osx/README | 61 ------------------
build/osx/app-bundle-data/Contents/Info.plist | 12 ----
build/osx/app-bundle-data/Contents/MacOS/banshee | 43 -------------
.../osx/app-bundle-data/Contents/MacOS/gst-inspect | 6 --
.../osx/app-bundle-data/Contents/MacOS/gst-launch | 6 --
.../osx/app-bundle-data/Contents/MacOS/runtime.env | 9 ---
.../Contents/Resources/banshee.icns | Bin 165218 -> 0 bytes
build/osx/make-app-bundle.sh | 67 --------------------
build/osx/make-dmg-bundle.sh | 6 +-
build/osx/release.sh | 53 ---------------
11 files changed, 4 insertions(+), 265 deletions(-)
---
diff --git a/build/bundle/skeleton.darwin/Contents/Info.plist b/build/bundle/skeleton.darwin/Contents/Info.plist
index e26923e..5ac8e5f 100644
--- a/build/bundle/skeleton.darwin/Contents/Info.plist
+++ b/build/bundle/skeleton.darwin/Contents/Info.plist
@@ -6,8 +6,8 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>Banshee</string>
- <key>CFBundleGetInfoString</key>
- <string>1.5.3, Copyright 2005-2010 Novell Inc., and others</string>
+ <key>CFBundleName</key>
+ <string>Banshee</string>
<key>CFBundleIconFile</key>
<string>Banshee.icns</string>
<key>CFBundleIdentifier</key>
@@ -16,8 +16,6 @@
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
diff --git a/build/osx/make-dmg-bundle.sh b/build/osx/make-dmg-bundle.sh
index 94d9027..2280a3d 100755
--- a/build/osx/make-dmg-bundle.sh
+++ b/build/osx/make-dmg-bundle.sh
@@ -2,8 +2,6 @@
pushd $(dirname $0) &>/dev/null
-./make-app-bundle.sh
-
VOLUME_NAME=Banshee
DMG_APP=Banshee.app
DMG_FILE=$VOLUME_NAME.dmg
@@ -14,7 +12,7 @@ rm -f $DMG_FILE.master
# Compute an approximated image size in MB, and bloat by 1MB
image_size=$(du -ck $DMG_APP dmg-data | tail -n1 | cut -f1)
-image_size=$((($image_size + 1000) / 1000))
+image_size=$((($image_size + 5000) / 1000))
echo "Creating disk image (${image_size}MB)..."
hdiutil create $DMG_FILE -megabytes $image_size -volname $VOLUME_NAME -fs HFS+ -quiet || exit $?
@@ -24,7 +22,7 @@ hdiutil attach $DMG_FILE -readwrite -noautoopen -mountpoint $MOUNT_POINT -quiet
echo "Populating image..."
-mv $DMG_APP $MOUNT_POINT
+cp -a $DMG_APP $MOUNT_POINT
find $MOUNT_POINT -type d -iregex '.*\.svn$' &>/dev/null | xargs rm -rf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]