From: Pierre d'Herbemont Date: Mon, 12 Nov 2007 22:59:14 +0000 (+0000) Subject: Makefile.am: Disable icon positionement in the dmg. X-Git-Tag: 0.9.0-test0~4613 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=31c0f5258cb3b28af2135c6f3a0d607efc9f4174;p=vlc Makefile.am: Disable icon positionement in the dmg. --- diff --git a/Makefile.am b/Makefile.am index fb8e854613..1f19cd4278 100644 --- a/Makefile.am +++ b/Makefile.am @@ -988,33 +988,33 @@ package-macosx: # Note: careful here the finder does some weird things # sometimes. delays in the script should prevent those. cd "$(srcdir)" - osascript -e "tell application \"Finder\"" \ - -e " set f to POSIX file (\"$(top_builddir)/vlcmnt/vlc-${VERSION}/\" as string) as alias" \ - -e " tell folder f" \ - -e " open" \ - -e " tell container window" \ - -e " set toolbar visible to false" \ - -e " set statusbar visible to false" \ - -e " set current view to icon view" \ - -e " delay 1 -- Sync" \ - -e " set the bounds to {50, 100, 1000, 1000} -- Big size so the finder won't do silly things" \ - -e " end tell" \ - -e " delay 1 -- Sync" \ - -e " set icon size of the icon view options of container window to 128" \ - -e " set arrangement of the icon view options of container window to not arranged" \ - -e " set background picture of the icon view options of container window to file \".background:background.png\"" \ - -e " set position of item \"VLC.app\" to {100, 20}" \ - -e " set position of item \"Applications\" to {310, 20}" \ - -e " set position of item \"Goodies\" to {40, 200}" \ - -e " set position of item \"Read Me.rtf\" to {410, 200}" \ - -e " set the bounds of the container window to {50, 100, 590, 500}" \ - -e " update without registering applications" \ - -e " delay 5 -- Sync" \ - -e " close" \ - -e " end tell" \ - -e " -- Sync" \ - -e " delay 5" \ - -e "end tell" || true # Make sure we don't make the build bots fail +# osascript -e "tell application \"Finder\"" \ +# -e " set f to POSIX file (\"$(top_builddir)/vlcmnt/vlc-${VERSION}/\" as string) as alias" \ +# -e " tell folder f" \ +# -e " open" \ +# -e " tell container window" \ +# -e " set toolbar visible to false" \ +# -e " set statusbar visible to false" \ +# -e " set current view to icon view" \ +# -e " delay 1 -- Sync" \ +# -e " set the bounds to {50, 100, 1000, 1000} -- Big size so the finder won't do silly things" \ +# -e " end tell" \ +# -e " delay 1 -- Sync" \ +# -e " set icon size of the icon view options of container window to 128" \ +# -e " set arrangement of the icon view options of container window to not arranged" \ +# -e " set background picture of the icon view options of container window to file \".background:background.png\"" \ +# -e " set position of item \"VLC.app\" to {100, 20}" \ +# -e " set position of item \"Applications\" to {310, 20}" \ +# -e " set position of item \"Goodies\" to {40, 200}" \ +# -e " set position of item \"Read Me.rtf\" to {410, 200}" \ +# -e " set the bounds of the container window to {50, 100, 590, 500}" \ +# -e " update without registering applications" \ +# -e " delay 5 -- Sync" \ +# -e " close" \ +# -e " end tell" \ +# -e " -- Sync" \ +# -e " delay 5" \ +# -e "end tell" || true # Make sure we don't make the build bots fail # Unmount the image now hdiutil detach "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;