summaryrefslogtreecommitdiffstats
path: root/packaging/macosx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * packaging/macosx/ScriptExec/main.c: Add a comment to clarify what looksmjwybrow2008-04-041-1/+3
| | | | | like a possible bug with custom event types. (bzr r5321)
* 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/Resources/openDoc: Fix a bug with the path being set mjwybrow2008-03-121-1/+1
| | | | | | incorrectly when the user opens a second instance of Inkscape by dropping an SVG file on the Dock icon while Inkscape.app is already running. (bzr r5074)
* * macosx/Resources/bin/inkscape, macosx/Resources/etc/fonts/fonts.conf:mjwybrow2008-03-122-14/+8
| | | | | | Fix fontconfig configuration on machines where Macport's fontconfig is not installed. (bzr r5065)
* * packaging/macosx/ScriptExec/main.c: Update ScriptExec with upstream fixesmjwybrow2008-03-114-16/+114
| | | | | | | | | | | | | | | | | | | | | 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)
* * ↵mjwybrow2008-03-052-3/+5
| | | | | | | | | | packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc: Make the highlight colour for the menus be the user's OSX highlight colour, rather than white. * packaging/macosx/osx-app.sh: Include the gtk printbackends in app bundle. (bzr r4966)
* * packaging/macosx/Resource/script: Update a comment about X11.app on Leopard.mjwybrow2008-02-191-4/+11
| | | (bzr r4785)
* - 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)
* the option -e to echo is useless hereJiHO2008-02-171-5/+5
| | | (bzr r4760)
* When the appearance settings on OS X are not changed from the default, the ↵JiHO2008-02-161-4/+10
| | | | | | | properties AppleAquaColorVariant and AppleHighlightColor do not exist. Add defaults which correspond to Aqua and blue, the default, flashy, appearance of OS X. Fixes bug #175967. (bzr r4743)
* quick fix to OS X packaging script to allow the incorporation of Python in ↵JiHO2008-02-132-5/+6
| | | | | the bundle. Not perfect yet but a TODO is added in the file and gives informations on what to improve. (bzr r4727)
* Enhanced comments related to python modulesJiHO2007-12-271-2/+2
| | | (bzr r4316)
* Add support for python module tree (i.e. directories with all python modules ↵JiHO2007-12-271-6/+5
| | | | | versions for ppc and intel, for python versions 2.3, 2.4 and 2.5) (bzr r4315)
* corrected a typo and added a check for modevia name definition. fall back on ↵JiHO2007-12-081-1/+6
| | | | | user name (bzr r4193)
* modified fix for leopard according to comment on bug 1821094JiHO2007-11-111-7/+7
| | | (bzr r4059)
* inkscape:JiHO2007-11-032-37/+49
| | | | | | | | - 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)
* osx-app.shJiHO2007-11-038-328/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* added icon theme specification to the GTK theme Inkscape uses on OS X. I use ↵JiHO2007-10-111-0/+2
| | | | | gnome default which is currently Pango (and looks better than the old gnome theme) (bzr r3872)
* small fox after revision 16000. we did not get back to the correct directory ↵JiHO2007-09-051-1/+2
| | | | | and this causes problems to find icons and other resources. the fix is ugly and the best solution would probably be to clean this file and integrate sync_osx_look.sh into it. (bzr r3685)
* added a default gtk theme for Inkscape on OS X. The shell script which runs ↵JiHO2007-09-0519-0/+555
| | | | | Inkscape checks if ~/.gtkrc-2.0 does not already exists and if it does not it uses the theme. The theme has to be constructed first to reflect OS X appearance settings (this is done by sync_osx_look.sh). (bzr r3683)
* 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)
* 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)
* minor changes (icon size, deleted useless informations) but this allows me ↵JiHO2007-05-121-0/+0
| | | | | | | to get revision 15000!! yipee! Inkscape.app and Applications positions are nearly OK but the python part is not taken care of here. It will be done though a new DS_Store file anyway. (bzr r3012)
* new DS_Store files to override the option "Open new windows in column view" ↵JiHO2007-05-122-0/+0
| | | | | of the Finder: now Inkscape's dmg window always open in icon view and show the nice background picture and all (this seemed to work before though, no idea why the behavior changed) (bzr r3011)
* - 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)
* -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-122-29/+28
| | | | | avoid putting extra quotes (bzr r3008)
* - committed patch 1710671 to osx-build.sh from John Faith which allows prior ↵JiHO2007-05-013-17/+88
| | | | | | | | | | | 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)
* new documents icons for Mac OS X:JiHO2007-04-2813-0/+0
| | | | | | | | | | - badged SVG icon - modified EPS, EPSI, postscript icons to resemble the SVG one and to follow Aqua HIG: "Traditionally, a document icon looks like a piece of paper with its top-right corner folded down. As previously suggested, Aqua document icons should make it obvious which application they are associated with. Preview documents, for example, include a graphic of the media (the pictures) used in the application icon. For simplicity and to avoid confusing the document with the application itself, the viewing tool is not repeated in the document icon. [...] When you want to put an identifying badge over a document icon, treat the badge as an integrated element within the document instead of putting it over the top of the base image and breaking out of the overall document shape." => we should remove the paintbrush on Inkscape logo for future versions of document icons - added icons for AI, PDF, SVGZ, WMF - changed the names to use the same naming convention for all icons - added a generic inkscape_document.icns with a bigger application icon and no badge. not used yet - modified Info.plist.in to reflect those changes (bzr r2967)
* Added some new checks for directories to add them to the PATH before calling ↵JiHO2007-04-171-0/+9
| | | | | Inkscape binary so that third party tools (python install, anything in /usr/local/bin) get detected. OS X specific. (bzr r2913)
* * packaging/macosx/Resources/bin/inkscape: Include the Fink and/ormjwybrow2007-04-091-1/+12
| | | | | | DarwinPorts bin directory in the PATH when loading Inkscape on OS X. Patch #1692349. (bzr r2836)
* * packaging/macosx/native-gtk/glibconfig.h,mjwybrow2007-03-193-1/+721
| | | | | | | | | packaging/macosx/native-gtk/build-gtk.sh, packaging/macosx/native-gtk/config.h: Add a couple of modified glib headers needed to build Universal versions of glib using the build-gtk.sh script. (bzr r2707)
* * packaging/macosx/osx-build.sh: Add a missing '$' to a shell variable andmjwybrow2007-03-161-23/+23
| | | | | correct some indenting. (bzr r2665)
* * packaging/macosx/osx-app.sh: Improve the comand line option processing.mjwybrow2007-03-151-8/+10
| | | (bzr r2658)
* * Makefile.am, packaging/macosx/inkscape_python.ds_store,mjwybrow2007-03-158-861/+587
| | | | | | | | | | | | | 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)
* * Makefile.am, packaging/macosx/osx-app.sh: Move the osx-app.sh script frommjwybrow2007-03-151-0/+236
| | | | | the packaging directory into the packaging/macosx directory. (bzr r2655)
* * packaging/macosx/native-gtk/build-gtk.sh: Update some dependencies to newermjwybrow2007-03-151-11/+12
| | | | | | versions. Provide somee fixes to allow cairo 1.4.0 to be compiled as universal. (bzr r2653)
* * packaging/macosx/native-gtk/build-gtk.sh: s/libsig++/libsigc++/.mjwybrow2007-03-131-1/+1
| | | (bzr r2627)
* * packaging/macosx/native-gtk/build-gtk.sh: Further fixes for stable builds.mjwybrow2007-03-131-14/+16
| | | (bzr r2626)
* * packaging/macosx/native-gtk/build-gtk.sh: Improvements for the stable build.mjwybrow2007-03-121-2/+43
| | | (bzr r2625)
* * packaging/macosx/native-gtk/build-gtk.sh: Minor fix for configure beingmjwybrow2007-03-121-1/+2
| | | | | called twice when building some packages from svn. (bzr r2624)
* * packaging/macosx/native-gtk/build-gtk.sh: Some updates to the script mjwybrow2007-03-011-68/+252
| | | | | | | to reflect the fact that gnome have switched from CVS to SVN. Also, some changes to use the same script for building the Universal Inkscape package. (bzr r2471)
* * packaging/macosx/ScriptExec/main.c: Make sure the OS X applicationmjwybrow2007-02-051-1/+2
| | | | | launcher exits when Inkscape itself is closed the first time it is run. (bzr r2330)
* * packaging/macosx/ScriptExec/main.c, packaging/macosx/Resources/script:mjwybrow2007-02-052-49/+59
| | | | | | | | 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/etc/fonts/fonts.conf: Update packaging filesmjwybrow2007-02-031-199/+44
| | | | | for more recent versions of dependencies. (bzr r2316)
* * packaging/macosx/native-gtk/build-gtk.sh: Improve the OSX native GTkmjwybrow2006-11-091-7/+15
| | | | | build script. (bzr r1929)
* o Fix a typo.mjwybrow2006-11-071-1/+1
| | | (bzr r1924)
* * packaging/macosx/native-gtk/builg-gtk.sh: Added some comments.mjwybrow2006-11-071-0/+8
| | | (bzr r1923)