Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
31c0f525
Commit
31c0f525
authored
Nov 12, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: Disable icon positionement in the dmg.
parent
4bde22b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
Makefile.am
Makefile.am
+27
-27
No files found.
Makefile.am
View file @
31c0f525
...
...
@@ -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}"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment