summaryrefslogtreecommitdiffstats
path: root/packaging/macosx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* packaging/macosx: detect system language in launcher scriptsu_v2012-10-091-3/+22
| | | | | | | | - add console messages to help debug incorrect LANG settings - use 'en_US.UTF-8' fallback setting for LANG if currect detection fails addresses issues with failing python extensions which use setlocale() as discussed in the comments of bug #406662 (bzr r11765)
* packaging/macosx: update default theme for newer Clearlooks enginesu_v2012-10-091-22/+46
| | | | | | Fixed bugs: - https://launchpad.net/bugs/875577 (bzr r11763)
* packaging/macosx: copy hicolor index.theme into app bundlesu_v2012-10-091-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/446842 (bzr r11762)
* Patch from lp 819209 to fix python extensions on OSX LionJosh Andler2012-02-081-0/+1
| | | (bzr r10951)
* 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 Mac packaging script to support newer versions of GTK libraries.Michael Wybrow2011-02-021-6/+15
| | | (bzr r10025.1.1)
* Fix bug #482993: Python extensions not working on Mac OS X 10.6Michael Wybrow2010-11-081-0/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/482993 (bzr r9882.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)
* Use gtk-engines2 rather than the obsolete gtk2-clearlooks forMichael Wybrow2010-03-181-4/+4
| | | | | building the Mac OS X packages. (bzr r9205.1.1)
* 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-092-30/+112
| | | | | it can be easily used to build nightly packages from BZR. (bzr r9168.1.1)
* - Put the fontconfig test flag for the Mac package in the ~/.inkscape-etc/mjwybrow2009-09-232-3/+3
| | | | | directory, along with all the other Mac specific config files. (bzr r8642)
* - Update to use new Inkscape config directory: ~/.config/Inkscapemjwybrow2009-09-231-2/+2
| | | (bzr r8639)
* - Update to use the new Inkscape configuration directory: ~/.config/Inkscapemjwybrow2009-09-231-1/+1
| | | (bzr r8638)
* - Fixes bug #424394: "Launching and Path problems under Mac"mjwybrow2009-09-231-8/+9
| | | (bzr r8637)
* - Fix a bug where the ImageMagick libraries in the OS X App bundle were mjwybrow2009-09-231-6/+5
| | | | | not getting properly relocated. (bzr r8636)
* - Send Mac package debugging output to stderr rather than stdout. Fixes mjwybrow2009-09-181-2/+2
| | | | | Mac part of bug #168336: "Error message when applying perspective effect". (bzr r8610)
* - Check that poppler iis included in the App bundle.mjwybrow2009-09-114-54/+52
| | | | | | | | | - Discover the ImageMagick version at packaging time rather than it being hardcoded. - Move the theme related gtkrc file into the user's $HOME/.inkscape-etc directory, rather than the modified version getting written into the App bundle. Fixes bug #169013. (bzr r8579)
* - Fix bug #390024: "raster image extensions fail on osx: missing ImageMagickmjwybrow2009-09-083-47/+105
| | | | | | | | | | | | | | 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)
* - Prevent the python packages from accidently being left out of the mjwybrow2009-07-201-27/+44
| | | | | | offical OS X Inkscape App bundle. - Improve some error messages in the osx-app.sh build script. (bzr r8318)
* - If the OS X AppleCollationOrder preference doesn't exist, then we mjwybrow2009-07-201-4/+14
| | | | | fall back to using the AppleLocale preference instead. (bzr r8308)
* - Hide some warnings that occur if the AppleAquaColorVariant ormjwybrow2009-07-191-2/+2
| | | | | AppleHighlightColor preference values do not exist. (bzr r8307)
* - Fix bug #400165: Binary Inkscape dist crashes when MacPorts is installed.mjwybrow2009-07-191-1/+0
| | | | | | The problem was Inkscape trying to read incompatible fontconfig caches from Macports. (bzr r8303)
* - Fix bug #396322: "Spell checker crashes the OS X package"mjwybrow2009-07-072-3/+19
| | | | | | | | | | | - Include the aspell dictionary files in the app bundle. - Show an error if at least the en dictionary files are not available. - Replace the GtkOptionMenu (for selecting which dictionary to add extra words to) with a GtkComboBox since this one behaves correctly when it is insensitive. GtkOptionMenu is deprecated and the menu would appear when clicking on the insensitive widget and then could not be closed. (bzr r8224)
* update logoValessio Soares de Brito2009-06-212-87/+2672
| | | (bzr r8128)
* - Remove the old native gtk building script. It is no longer needed:mjwybrow2009-06-173-1375/+0
| | | | | | | | | | | | The easiest way to do this now is to install a second macport tree as per the instructions on our CompilingMacOsX wiki page then edit the /opt/local-native/etc/macports/variants.conf file to have the line: +universal +no_x11 +quartz This will cause it to build all packages with the no_x11 and quartz variants if they exist. You probably also need to set alternate applications_dir and frameworks_dir variables in the /opt/local-native/etc/macports/macports.conf file so that things don't clash with your standard macports tree. (bzr r8096)
* Fixes for Mac OS X packaging for 0.47:mjwybrow2009-06-172-34/+75
| | | | | | | | - Make sure gtk2-clearlooks engine is installed when builing package. - Copy $LIBPREFIX/share/mime data into the App bundle. - Set the XDG_DATA_DIRS environment variable during startup script to point to Resources/share/mime in the App bundle. (bzr r8094)
* * optipng -o9 *.png (in trunk)Ivan Mas??r2009-06-1215-0/+0
| | | (bzr r8072)
* Fix to SVGZ icon (was labelled SVG)JiHO2009-05-271-0/+0
| | | (bzr r7949)
* Switch to new icons from jimmac on OS XJiHO2009-05-2625-0/+0
| | | (bzr r7938)
* Remove unused configure flagsJiHO2009-05-261-1/+1
| | | (bzr r7937)
* Some more quotes around /Users/jiho to allow spacesJiHO2009-05-261-7/+7
| | | (bzr r7936)
* Quoted some more home directory callsJiHO2009-05-191-2/+2
| | | | | Accomodate for spaces in $HOME (bzr r7911)
* Fix problem with GTK font sizeJiHO2009-05-181-2/+1
| | | | | Not specifying the font chooses a nice default but throws all kind of console messages. Choose 10. (bzr r7906)
* Fixes to icon and font sizesJiHO2009-05-181-3/+17
| | | | | | Some icons made smaller (smaller button sizes on OS X) Font size left blank which chooses a good default and should play better with people having custom configuations. (bzr r7905)
* Fix GTK font size in custom themeJiHO2009-05-171-1/+1
| | | (bzr r7902)
* Fix bug 263932: print preview on OS XJiHO2009-05-171-0/+2
| | | | | | | | | The print preview command was looking for evince by default. Marnen Laibow-Koser comment on the bug: https://bugs.launchpad.net/inkscape/+bug/263932 and suggested setting the gtk-print-preview-command in the theme. This is done here. (bzr r7901)
* Fix bug 215906JiHO2009-05-171-1/+6
| | | | | | | | | The comments: https://bugs.launchpad.net/inkscape/+bug/215906 highlight that the user ~/Library/fonts folder is not used by Inkscape, which is weird because it most likely was before. We provide our own fonts.conf and this fixes it to add ~/Library/fonts. In addition, it currently comments the system fonts because most of them are in dfont format and are not yet handled well by pango. (bzr r7899)
* Integrate fix from Jon Cruz regarding localization on OS XJiHO2009-05-171-0/+10
| | | | | | Added support folders for localization. Apparently just having those, even empty, helps to get the correct language. https://bugs.launchpad.net/inkscape/+bug/242105 (bzr r7898)
* Add 512x512 version of the Inkscape icon in the icns fileJiHO2009-05-011-0/+0
| | | (bzr r7805)
* New high resolution icon by Jakob SteinerJiHO2009-05-011-0/+0
| | | | | http://jimmac.musichall.cz/log/?p=406 (bzr r7804)
* svg parsing error fixedEd Halley2009-03-071-1/+1
| | | (bzr r7435)
* Corrected mistakes introduced in rev 20838JiHO2009-03-061-2/+2
| | | | | Missing quotation mark and real indent for the the comment. Thanks to Ed Halley who pointed that on the devel mailing list. (bzr r7431)
* Allowed latex binaries to be detected by Inkscape on Mac OS XJiHO2009-03-051-1/+2
| | | | | The PATH is explicitly set in the startup script. Just added /usr/texbin which holds the executables for the LaTeX distribution on Mac OS X (well links to them rather, but it works) (bzr r7427)
* * 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)