summaryrefslogtreecommitdiffstats
path: root/packaging (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)
* typo in Product uninst keyAdib Taraben2007-09-301-1/+1
| | | (bzr r3817)
* 1781868 Faster win32 installer start-up, readded catalan for installerAdib Taraben2007-09-241-1/+3
| | | (bzr r3790)
* 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)
* some changes bcs of the name of uninstall.exeAdib Taraben2007-06-151-2/+3
| | | (bzr r3068)
* installer remembers installed files and uninstaller does not delete user filesAdib Taraben2007-06-153-4/+644
| | | (bzr r3067)
* changes to install he - hebrewAdib Taraben2007-06-1513-3/+33
| | | (bzr r3066)
* fix: [ 1733245 ] Installer misspells Finnish as FinishAdib Taraben2007-06-159-12/+20
| | | (bzr r3065)
* 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)
* Update. Closes 1691699.Colin Marquardt2007-04-021-25/+25
| | | (bzr r2816)
* Update. Closes 1690472.Colin Marquardt2007-04-021-33/+41
| | | (bzr r2815)
* * 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)
* * Makefile.am, packaging/macosx/osx-app.sh: Move the osx-app.sh script frommjwybrow2007-03-151-242/+0
| | | | | the packaging directory into the packaging/macosx directory. (bzr r2654)
* * 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)
* fix mkNEWS to deal with point releases and the correct wiki portAaron Spike2007-03-131-2/+2
| | | (bzr r2631)
* * 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)
* cliparts -> clipartAdib Taraben2007-02-161-2/+2
| | | (bzr r2380)
* added selection for following new lngs. bn en_AU eo id roAdib Taraben2007-02-1614-8/+116
| | | (bzr r2379)
* bad translation, looses informationtheAdib2007-02-071-1/+1
| | | (bzr r2341)
* fix for 0.45 win32 packaging errorstheAdib2007-02-071-0/+201
| | | (bzr r2340)
* * 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/osx-app.sh: Make sure to correctly copy fontconfig etc filesmjwybrow2007-02-031-1/+3
| | | | | for new Universal OSX package. (bzr r2317)
* * packaging/macosx/Resources/etc/fonts/fonts.conf: Update packaging filesmjwybrow2007-02-031-199/+44
| | | | | for more recent versions of dependencies. (bzr r2316)
* * packaging/osx-app.sh: Some improvements for building packages with mjwybrow2007-02-031-10/+16
| | | | | updated versions of dependencies. (bzr r2315)
* Forgot to add japanese translation of nsicwebb2007-01-301-0/+196
| | | (bzr r2303)
* Updating translations from 0.45cwebb2007-01-301-0/+1
| | | (bzr r2302)
* Translation update from 0.45cwebb2007-01-281-11/+13
| | | (bzr r2299)
* New perl script for generating the NEWS from our ReleaseNotes, andBryce Harrington2007-01-201-0/+34
| | | | | cleaning out all the wiki cruft. (bzr r2245)
* upping version to 0.45+devel (win32 versions were already bumped)Aaron Spike2007-01-181-1/+1
| | | (bzr r2236)