summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/osx-build.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove MacOSX packaging and make space for future 0.93 osx packagers.Martin Owens2016-12-301-579/+0
| | | (bzr r15377.1.1)
* packaging/macosx: update scripts for potrace switch to external dependencysu_v2015-11-211-0/+1
| | | (bzr r14482)
* Update for osx packaging (add support for debug builds, add build number to ↵su_v2014-12-051-7/+29
| | | | | package names) (bzr r13787)
* packaging scripts: fix syntaxsu_v2014-10-101-6/+6
| | | (bzr r13506.1.110)
* osx-build.sh: sync with osxmenu (whitespace, formatting)su_v2014-09-251-19/+20
| | | (bzr r13506.1.106)
* Packaging: fix typosu_v2014-09-211-1/+1
| | | (bzr r13506.1.105)
* simplify test (note to self: always consult the man page before pushing a ↵su_v2014-09-141-1/+1
| | | | | commit ... ) (bzr r13506.1.96)
* fix flawed test for cpu capability (r13600)su_v2014-09-141-2/+1
| | | (bzr r13506.1.95)
* packaging: don't rely on 'uname -a' for build_arch (instead use same tests ↵su_v2014-09-141-9/+25
| | | | | as MacPorts internally) (bzr r13506.1.94)
* silence warning when building from release tarball (no bzr)su_v2014-09-091-1/+1
| | | (bzr r13506.1.82)
* build scripts: implement verbose modesu_v2014-09-081-1/+5
| | | (bzr r13506.1.80)
* osx-build.sh: update creation of info file (more packages, include license ↵su_v2014-09-081-49/+145
| | | | | and homepage) (bzr r13506.1.78)
* remove compiler option '-pipe' (on LiamW's request)su_v2014-09-061-1/+1
| | | (bzr r13506.1.64)
* osx-build.sh: don't attempt to update a bound branchsu_v2014-09-021-3/+3
| | | (bzr r13506.1.54)
* add GTK+ backend to DMG filename, info filesu_v2014-09-021-2/+5
| | | (bzr r13506.1.53)
* update copyright year, authors; fix whitespacesu_v2014-09-021-2/+3
| | | (bzr r13506.1.51)
* Fix python module bundling for Python 2.5 and 2.6. Support custom location ↵su_v2014-09-021-2/+2
| | | | | for python modules (default is from MacPorts) (bzr r13506.1.50)
* osx-build.sh: if repo is checkout use 'bzr update', else 'bzr pull'.su_v2014-08-241-1/+8
| | | | | (is there a better way to check binding state with bzr?) (bzr r13506.1.43)
* build scripts: refactor tests based on OS X versionsu_v2014-08-211-37/+55
| | | (bzr r13506.1.35)
* osx-build.sh: refactor OS X version tests (thx Liam)su_v2014-08-201-24/+15
| | | (bzr r13506.1.33)
* osx-build.sh: refactor for easier maintenance (don't hard-code build prefix ↵su_v2014-08-201-24/+57
| | | | | in several locations) (bzr r13506.1.32)
* osx-build.sh: use system compilers and compiler flags known to work, ↵su_v2014-08-201-6/+52
| | | | | depending on OS X version (bzr r13506.1.31)
* macosx packaging: a few minor changessu_v2014-08-201-1/+2
| | | (bzr r13506.1.17)
* osx-build.sh: don't hard-code LIBPREFIX, other minor changessu_v2014-08-201-5/+7
| | | (bzr r13506.1.7)
* OS X packaging updateLiam P. White2014-08-111-95/+18
| | | (bzr r13506.1.1)
* packaging/macosx: disable OpenMP support for default builds su_v2013-02-281-1/+1
| | | | | (see Bug #984836: OpenMP-support with Apple's old GCC version (4.2.1) is unstable) (bzr r12160)
* packaging/osx: don't autorun configure with new autogen.sh (r12150)su_v2013-02-251-1/+1
| | | (bzr r12151)
* Added option -j|--jobs to osx-build.sh. This sets the number of jobs option ↵Gellule Xg2011-12-091-1/+6
| | | | | of make. (bzr r10764.1.1)
* Update "DarwinPorts" to "Macports" in the info file generated by the OS XMichael Wybrow2010-04-201-1/+1
| | | | | | | nightly build script. DarwinPorts is the (very) old name for the project, and the Macports developers have kindly asked me to update it to avoid confusion. (bzr r9359)
* Fix a typo in the osx-build.sh script.Michael Wybrow2010-03-091-1/+1
| | | (bzr r9170.1.1)
* Make some improvements to the osx-build.sh Mac OS X packaging script soMichael Wybrow2010-03-091-30/+110
| | | | | it can be easily used to build nightly packages from BZR. (bzr r9168.1.1)
* Remove unused configure flagsJiHO2009-05-261-1/+1
| | | (bzr r7937)
* - Added system version to the name of the dmgJiHO2008-02-171-3/+4
| | | | | - corrected syntax for the last test, to open the Finder window when a package or dmg is produced (bzr r4761)
* quick fix to OS X packaging script to allow the incorporation of Python in ↵JiHO2008-02-131-4/+5
| | | | | the bundle. Not perfect yet but a TODO is added in the file and gives informations on what to improve. (bzr r4727)
* corrected a typo and added a check for modevia name definition. fall back on ↵JiHO2007-12-081-1/+6
| | | | | user name (bzr r4193)
* osx-app.shJiHO2007-11-031-43/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* stupid syntax mistakeJiHO2007-07-121-7/+7
| | | (bzr r3234)
* - added an "all" action that does everything which needs to be done to ↵JiHO2007-07-121-7/+17
| | | | | | | | compiled Inkscape from SVN regularly - updated help message - enabled the prefix option (don't know why it was commented) (bzr r3233)
* - new parameters in the info file accompanying the dmgJiHO2007-05-121-22/+27
| | | | | - the dmg bundle is named with the latest revision and the architecture. The svn revision number is taken from the entries file at the base of Inkscape's source code tree rather than through svn info to allow people without svn to use osx-build.sh (on a prepackaged svn snapshot for example) (bzr r3010)
* modified the way -py option is handled to account for spaces in the PATH and ↵JiHO2007-05-121-25/+24
| | | | | avoid putting extra quotes (bzr r3008)
* - committed patch 1710671 to osx-build.sh from John Faith which allows prior ↵JiHO2007-05-011-12/+79
| | | | | | | | | | | 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)
* * packaging/macosx/osx-build.sh: Add a missing '$' to a shell variable andmjwybrow2007-03-161-23/+23
| | | | | correct some indenting. (bzr r2665)
* * Makefile.am, packaging/macosx/inkscape_python.ds_store,mjwybrow2007-03-151-0/+231
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)