summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/osx-dmg.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove MacOSX packaging and make space for future 0.93 osx packagers.Martin Owens2016-12-301-178/+0
| | | (bzr r15377.1.1)
* Fix typos in build scripts (see bug #1305427)su_v2014-08-191-1/+1
| | | (bzr r13506.1.4)
* the option -e to echo is useless hereJiHO2008-02-171-5/+5
| | | (bzr r4760)
* osx-app.shJiHO2007-11-031-62/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - added an help message - changed the calling syntax to make it more robust and allow to specify the directory containing python modules - removed the reference to libXinerama on Tiger. libXinerama caused many issues but they seem to be all related to people installing x11 in strange ways - use pkg-config to get pango and gtk version rather thn relying on clucky ls+sed workarounds - code reorganization and added comments - spaces to tabs osx-dmg.sh - removed python related stuff - added a command line option to get Inkscape package (the package does not have to be in the same directory now) osx-build.sh - modified according to the changes in the two other files - removed referece to X11 libraries ad such. these were commented for a while and nothing broke - added an upload commnt to send the file to modevia removed inkscape_python.ds_store modified inkscape.ds_store (larger window) dmg_background.*** - removed Python arrow - remove the word Inkscape from the arrow (useless now) and make this arrow glow green a little, as the rest of the picture - removed absolute paths to my computer (bzr r4021)
* modified the symlink for python packages to point to the real location ↵JiHO2007-06-151-1/+1
| | | | | (inside python framework) instead of /Library/Python/... which is a link to the real location. Indeed the link is broken on 10.3 aka. Panther (bzr r3064)
* -added some checks for the existence of Inkscape.app and a better way to ↵JiHO2007-05-121-14/+22
| | | | | | | check for the existence of the python modules directory - added some comments hopefully to improve overall readability (bzr r3009)
* modified the way -py option is handled to account for spaces in the PATH and ↵JiHO2007-05-121-4/+4
| | | | | avoid putting extra quotes (bzr r3008)
* - committed patch 1710671 to osx-build.sh from John Faith which allows prior ↵JiHO2007-05-011-1/+2
| | | | | | | | | | | detection of the variable $INSTALLPREFIX in the environment. The other solution would be to supply it as a command line parameter, the code is here but commented at the moment. We should decide which solution is the most pratical - additional file existence checks in osx-build.sh - added checks for success of each step of osx-build before proceeding to the next one (via exit status) - split the PACKAGE action into a new PACKAGE action (creates the app bundle) and a DISTRIB action (creates the dmg image) - added an exit status for osx-app and osx-dmg - removed the old call to osx-dmg at the end of osx-app (it has been commented for a while anyway) (bzr r2972)
* * Makefile.am, packaging/macosx/inkscape_python.ds_store,mjwybrow2007-03-151-13/+40
| | | | | | | | | | | | | packaging/macosx/osx-build.sh, packaging/macosx/osx-app.sh, packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh, packaging/macosx/dmg_background.png, packaging/macosx/dmg_set_style.scpt, packaging/macosx/inkscape.ds_store: Updates to the Mac OS X packaging scripts by Jean-Olivier Irisson to improve support for building DMGs with python bundled, as well as making everything less Fink-centric so DarwinPorts can be used as an alternative. Submitted as patch #1673087. (bzr r2656)
* * packaging/macosx/osx-dmg.sh: Fix an incorrect reference to a shellmjwybrow2006-08-171-1/+1
| | | | | variable (bzr r1610)
* * packaging/macosx/osx-dmg.sh: Fix one of the commands that was usingmjwybrow2006-08-031-1/+1
| | | | | the wrong temporary directory. (bzr r1546)
* * macosx/osx-dmg.sh: Added code to allow packagers to create a newmjwybrow2006-07-231-10/+69
| | | | | inkscape.ds_store file. (bzr r1461)
* * packaging/osx-app.sh, packaging/macosx/inkscape.ds_storemjwybrow2006-07-231-0/+66
packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh, packaging/macosx/dmg_background.png, packaging/macosx/dmg_set_style.scpt: Improve the disk image layout for Mac OS X releases. This is based on Jean-Olivier Irisson's work and patches, submitted as #1516212. (bzr r1460)