#7546: Update Mac OS X app and icon
------------------------------+---------------------------------------------
Reporter: iandrus | Owner: was
Type: enhancement | Status: needs_work
Priority: minor | Milestone: sage-4.3
Component: user interface | Keywords: icon, launcher
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------------+---------------------------------------------
Changes (by kcrisman):
* status: needs_review => needs_work
Comment:
There is a syntax error with else and fi on consecutive lines. Maybe this
is intended?
{{{
# Rename it with the version number
mv Sage.app "Sage-$SAGE_VERSION.app"
else
echo 'If you wish to create an app bundle please set'
echo 'SAGE_APP_BUNDLE=yes'
fi
# Go back to the right directory for later copying
cd "$CUR"/tmp/
if [ "$SAGE_APP_DMG" = "yes" ]; then
echo "Creating dmg"
DYLD_LIBRARY_PATH=$SAGE_ORIG_DYLD_LIBRARY_PATH; export
DYLD_LIBRARY_PATH
hdiutil create -srcfolder "$TARGET" -format UDBZ "$TARGET".dmg
else
echo 'If you wish to create a disk image please set'
echo 'SAGE_APP_DMG=yes'
fi
}}}
I did this and am now testing on Macintel 10.5, hope to do MacPPC 10.4 as
well if it doesn't take forever to build.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7546#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.