summaryrefslogtreecommitdiffstats
path: root/packaging/macosx (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* generate GtkStock icon theme when filling the app bundlesu_v2014-08-201398-1185/+177
| | | (bzr r13506.1.13)
* fix copy/paste error in launcher scriptsu_v2014-08-201-1/+1
| | | (bzr r13506.1.12)
* remove support for X11 on Panther and Tiger (Leopard and later use launchd)su_v2014-08-203-96/+3
| | | (bzr r13506.1.11)
* update custom fonts.conf to latest upstream changessu_v2014-08-201-4/+8
| | | (bzr r13506.1.10)
* Fix GTK+ module caches; simplify gtk theme usage; remove copy of Adwaita themesu_v2014-08-20137-5920/+37
| | | (bzr r13506.1.8)
* osx-build.sh: don't hard-code LIBPREFIX, other minor changessu_v2014-08-201-5/+7
| | | (bzr r13506.1.7)
* Support compiling ScriptExec on newer versions of OS X (please review)su_v2014-08-203-620/+48
| | | (bzr r13506.1.6)
* Add /System/Library/Fonts back to fontconfig's directory list (see bug #1288672)su_v2014-08-191-1/+1
| | | (bzr r13506.1.5)
* Fix typos in build scripts (see bug #1305427)su_v2014-08-192-2/+2
| | | (bzr r13506.1.4)
* OS X packaging updateLiam P. White2014-08-111549-862/+7235
| | | (bzr r13506.1.1)
* packaging/macosx: disable OpenMP support for default builds su_v2013-02-281-1/+1
| | | | | (see Bug #984836: OpenMP-support with Apple's old GCC version (4.2.1) is unstable) (bzr r12160)
* packaging/osx: don't autorun configure with new autogen.sh (r12150)su_v2013-02-251-1/+1
| | | (bzr r12151)
* 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)