Changeset 31c0f5258cb3b28af2135c6f3a0d607efc9f4174

Show
Ignore:
Timestamp:
12/11/07 23:59:14 (1 year ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1194908354 +0000
git-parent:

[4bde22b6ed61c8610b140e7392d48c39fd568b94]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1194908354 +0000
Message:

Makefile.am: Disable icon positionement in the dmg.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r7fe8ad1 r31c0f52  
    989989# sometimes. delays in the script should prevent those. 
    990990    cd "$(srcdir)" 
    991   osascript -e "tell application \"Finder\"" \ 
    992   -e "   set f to POSIX file (\"$(top_builddir)/vlcmnt/vlc-${VERSION}/\" as string) as alias" \ 
    993   -e "   tell folder f" \ 
    994   -e "       open" \ 
    995   -e "       tell container window" \ 
    996   -e "          set toolbar visible to false" \ 
    997   -e "          set statusbar visible to false" \ 
    998   -e "          set current view to icon view" \ 
    999   -e "          delay 1 -- Sync" \ 
    1000   -e "          set the bounds to {50, 100, 1000, 1000} -- Big size so the finder won't do silly things" \ 
    1001   -e "       end tell" \ 
    1002   -e "       delay 1 -- Sync" \ 
    1003   -e "       set icon size of the icon view options of container window to 128" \ 
    1004   -e "       set arrangement of the icon view options of container window to not arranged" \ 
    1005   -e "       set background picture of the icon view options of container window to file \".background:background.png\"" \ 
    1006   -e "       set position of item \"VLC.app\" to {100, 20}" \ 
    1007   -e "       set position of item \"Applications\" to {310, 20}" \ 
    1008   -e "       set position of item \"Goodies\" to {40, 200}" \ 
    1009   -e "       set position of item \"Read Me.rtf\" to {410, 200}" \ 
    1010   -e "       set the bounds of the container window to {50, 100, 590, 500}" \ 
    1011   -e "       update without registering applications" \ 
    1012   -e "       delay 5 -- Sync" \ 
    1013   -e "       close" \ 
    1014   -e "   end tell" \ 
    1015   -e "   -- Sync" \ 
    1016   -e "   delay 5" \ 
    1017   -e "end tell" || true # Make sure we don't make the build bots fail 
     991# osascript -e "tell application \"Finder\"" \ 
     992# -e "   set f to POSIX file (\"$(top_builddir)/vlcmnt/vlc-${VERSION}/\" as string) as alias" \ 
     993# -e "   tell folder f" \ 
     994# -e "       open" \ 
     995# -e "       tell container window" \ 
     996# -e "          set toolbar visible to false" \ 
     997# -e "          set statusbar visible to false" \ 
     998# -e "          set current view to icon view" \ 
     999# -e "          delay 1 -- Sync" \ 
     1000# -e "          set the bounds to {50, 100, 1000, 1000} -- Big size so the finder won't do silly things" \ 
     1001# -e "       end tell" \ 
     1002# -e "       delay 1 -- Sync" \ 
     1003# -e "       set icon size of the icon view options of container window to 128" \ 
     1004# -e "       set arrangement of the icon view options of container window to not arranged" \ 
     1005# -e "       set background picture of the icon view options of container window to file \".background:background.png\"" \ 
     1006# -e "       set position of item \"VLC.app\" to {100, 20}" \ 
     1007# -e "       set position of item \"Applications\" to {310, 20}" \ 
     1008# -e "       set position of item \"Goodies\" to {40, 200}" \ 
     1009# -e "       set position of item \"Read Me.rtf\" to {410, 200}" \ 
     1010# -e "       set the bounds of the container window to {50, 100, 590, 500}" \ 
     1011# -e "       update without registering applications" \ 
     1012# -e "       delay 5 -- Sync" \ 
     1013# -e "       close" \ 
     1014# -e "   end tell" \ 
     1015# -e "   -- Sync" \ 
     1016# -e "   delay 5" \ 
     1017# -e "end tell" || true # Make sure we don't make the build bots fail 
    10181018 
    10191019# Unmount the image now