summaryrefslogtreecommitdiffstats
path: root/packaging/macosx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* * packaging/macosx/native-gtk/build-gtk.sh: Modified version of Imendio'smjwybrow2006-11-071-0/+410
| | | | | | GTK OS X port build script that also downloads and compiles Inkscape and its dependencies. (bzr r1922)
* * 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-235-0/+977
| | | | | | | | | | | 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)
* * packaging/macosx/ScriptExec/main.c:mjwybrow2006-06-271-2/+2
| | | | | | Add some quotes to fix a problem for people on OS X with spaces in their home directory path. Fixes bug #1512019. (bzr r1301)
* * packaging/macosx/Resources/script,mjwybrow2006-06-205-1122/+366
| | | | | | | | | | | | | | | | | | | | | | | 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)
* Applied patch #1502063Jon A. Cruz2006-06-081-12/+82
| | | (bzr r1180)
* * packaging/macosx/Resources/bin/inkscape: Fix a packagingmjwybrow2006-03-231-1/+5
| | | | | | | problem on Mac OSX where Inkscape wouldn't open if one of the parent directories containing the app bundle contained a '#' in its name. Fixes bug #1443072. (bzr r276)
* * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:mjwybrow2006-01-171-0/+309
| | | | | | Use a modified fonts.conf file for Mac OS X that includes the standard user font directory ~/Library/Fonts. (bzr r5)
* moving trunk for module inkscapeMenTaLguY2006-01-1632-0/+2911
(bzr r1)