summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Resources/script (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove MacOSX packaging and make space for future 0.93 osx packagers.Martin Owens2016-12-301-27/+0
| | | (bzr r15377.1.1)
* Update for osx packaging (re merge review by bryce)su_v2014-10-241-0/+6
| | | (bzr r13634.1.1)
* work around breakages due to current implementation of OS X relocation supportsu_v2014-09-051-3/+2
| | | (bzr r13506.1.58)
* revert simplification of launcher scripts (r13561)su_v2014-09-051-153/+8
| | | (bzr r13506.1.57)
* Simplify nested structure of launcher scripts (needs testing)su_v2014-09-021-8/+153
| | | (bzr r13506.1.55)
* launcher scripts: move fc-cache alert to script, define xdg setup in single ↵su_v2014-08-211-7/+7
| | | | | location and source it from script and openDoc (bzr r13506.1.36)
* launcher scripts: we introduced bashism for command substitution, make sure ↵su_v2014-08-201-1/+1
| | | | | the shell can handle it (bzr r13506.1.34)
* launcher scripts: rewrite command substitution, keep both scripts in syncsu_v2014-08-201-1/+1
| | | (bzr r13506.1.29)
* Resources/script: improve cli support (rel path to script) - thx Liam for ↵su_v2014-08-201-1/+1
| | | | | the reminder\! (bzr r13506.1.28)
* cleanup: remove unused variables and outdated commentssu_v2014-08-201-3/+0
| | | (bzr r13506.1.24)
* use $XDG_CACHE_HOME/inkscape instead of ~/.inkscape-etc for generated rc and ↵su_v2014-08-201-1/+3
| | | | | loader cache files (bzr r13506.1.23)
* remove support for X11 on Panther and Tiger (Leopard and later use launchd)su_v2014-08-201-31/+0
| | | (bzr r13506.1.11)
* - Put the fontconfig test flag for the Mac package in the ~/.inkscape-etc/mjwybrow2009-09-231-1/+1
| | | | | directory, along with all the other Mac specific config files. (bzr r8642)
* - Update to use the new Inkscape configuration directory: ~/.config/Inkscapemjwybrow2009-09-231-1/+1
| | | (bzr r8638)
* - Fix bug #390024: "raster image extensions fail on osx: missing ImageMagickmjwybrow2009-09-081-8/+3
| | | | | | | | | | | | | | config files/resources" Include the ImageMagick resources in the bundle. Note that this only works when the user does not have a version installed in the same prefix as the one originally built for the bundle. This should be okay since the official package is built with a long obscure prefix. - Fix bug #392693: "Conflict between bundled and system libxml dylib" The official package no longer uses the DYLD_LIBRARY_PATH magic. Instead all paths within the dylibs, executable and shared objects get rewritten to be relative to the executable. Note: Packagers will need to install Macports into a PREFIX of 50 characters in length to allow enough space within all the libraries for path rewriting. (bzr r8572)
* Quoted some more home directory callsJiHO2009-05-191-2/+2
| | | | | Accomodate for spaces in $HOME (bzr r7911)
* Untested: packaging/macosx/Resources/script: Improve [notwithstanding ↵Peter Moulder2008-03-301-8/+9
| | | | | | | untestedness] quoting. Note that one change is that the new version uses ‘/home/pmoulder’ in .xinitrc where the previous version used ‘/home/jrl’ or whatever. Add FIXME comment about insecure /tmp file. (bzr r5235)
* * packaging/macosx/Resources/script: Fx for loading the app bundle onmjwybrow2008-03-301-3/+8
| | | | | 10.4 systems and prior. (bzr r5234)
* * packaging/macosx/ScriptExec/main.c: Update ScriptExec with upstream fixesmjwybrow2008-03-111-5/+5
| | | | | | | | | | | | | | | | | | | | | and changes. X11.app now gets focus if the Inkscape icon is clicked while Inkscape is already open (previously nothing happened). * packaging/macosx/Resources/openDoc: If Inkscape.app is already open and a file is dropped on the Inkscape dock icon, or an Inkscape file is double-clicked in the Finder, that document will now be correctly opened in a new Inkscape window (previously nothing happened). * packaging/macosx/Resources/script: Some minor fixes, plus alert the user about the font cache building time only if ~/.fontconfig/ doesn't exist. * packaging/macosx/Resources/bin/inkscape: Only override the fontconfig configuration on OSX 10.4 or earlier, since the fc-cache behaviour has been corrected on 10.5. * Info.plist.in: Update the copyright dates, and change Inkscape to be an Editor for SVG files, rather than a Viewer as it was previously. (bzr r5050)
* * packaging/macosx/Resource/script: Update a comment about X11.app on Leopard.mjwybrow2008-02-191-4/+11
| | | (bzr r4785)
* modified fix for leopard according to comment on bug 1821094JiHO2007-11-111-7/+7
| | | (bzr r4059)
* inkscape:JiHO2007-11-031-15/+22
| | | | | | | | - added code to use the python modules that ship with the app bundle. With Leopard using a version of Python different from Panther and Tiger we should probably ship everything and add a runtime check here for the architecture and the version of Python, so what we redirect PYTHONPATH toward the right place script: - put X11 starting in a conditional test, true only on Tiger and Panther. This "should" allow Inkscape to start on Leopard. Needs to be tested though (bzr r4022)
* * packaging/macosx/ScriptExec/main.c, packaging/macosx/Resources/script:mjwybrow2007-02-051-5/+9
| | | | | | | | Present a new message to OS X users describing the delay when starting Inkscape for the first time, as well as the fact that Inkscape windows will be part of the X11 application. Also, bounce the dock icon so that users will actually see this message. (bzr r2329)
* * packaging/macosx/Resources/script,mjwybrow2006-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | packaging/macosx/Resources/bin/inkscape: Improve quoting of shell variables. * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj: Xcode 2 project file for the OS X launcher. This will build a Universal version of the launcher by default. The project files for different versions are named differently, so this will be picked up and used if the package builder has a sufficiently new version of Xcode. * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser, packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser: Remove unnecessary user preference files. * Makefile.am: Update the Xcode project files included when creating releases. (bzr r1239)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+35
(bzr r1)