diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2009-06-17 03:02:40 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2009-06-17 03:02:40 +0000 |
| commit | 7d86ff05da24573377a9fd0ff852b217f06eacd0 (patch) | |
| tree | 1a98fdb3f9f57cad13ba0d29f9d47c8b37cf5123 /packaging/macosx/Resources | |
| parent | Improving Air Spray (diff) | |
| download | inkscape-7d86ff05da24573377a9fd0ff852b217f06eacd0.tar.gz inkscape-7d86ff05da24573377a9fd0ff852b217f06eacd0.zip | |
Fixes for Mac OS X packaging for 0.47:
- 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)
Diffstat (limited to 'packaging/macosx/Resources')
| -rwxr-xr-x | packaging/macosx/Resources/bin/inkscape | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index 049cb8d92..480414c41 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -31,6 +31,7 @@ export PYTHONPATH="$TOP/python/site-packages/$ARCH/$PYTHON_VERS" export DYLD_LIBRARY_PATH="$TOP/lib" + export FONTCONFIG_PATH="$TOP/etc/fonts" export PANGO_RC_FILE="$HOME/.inkscape-etc/pangorc" export GTK_IM_MODULE_FILE="$HOME/.inkscape-etc/gtk.immodules" @@ -39,6 +40,7 @@ export GTK_DATA_PREFIX="$TOP" export GTK_EXE_PREFIX="$TOP" export GNOME_VFS_MODULE_CONFIG_PATH="$TOP/etc/gnome-vfs-2.0/modules" export GNOME_VFS_MODULE_PATH="$TOP/lib/gnome-vfs-2.0/modules" +export XDG_DATA_DIRS="$TOP/share" export INKSCAPE_SHAREDIR="$TOP" # TODO: move the share directory to a its own folder to make things a bit cleaner in the app bundle |
