=== modified file 'packaging/macosx/Info.plist' --- packaging/macosx/Info.plist 2012-08-24 23:58:05 +0000 +++ packaging/macosx/Info.plist 2012-08-28 14:27:11 +0000 @@ -13,16 +13,42 @@ CFBundleTypeExtensions - * - - CFBundleTypeName - All - CFBundleTypeOSTypes - - **** - - CFBundleTypeRole - Viewer + SVG + + CFBundleTypeIconFile + image-svg+xml.icns + CFBundleTypeMIMETypes + + svg + + CFBundleTypeName + Scalable Vector Graphics Image + CFBundleTypeOSTypes + + SVG + + CFBundleTypeRole + Editor + + + CFBundleTypeExtensions + + SVGZ + + CFBundleTypeIconFile + image-svg+xml-compressed.icns + CFBundleTypeMIMETypes + + svgz + + CFBundleTypeName + Compressed Scalable Vector Graphics Image + CFBundleTypeOSTypes + + SVGZ + + CFBundleTypeRole + Editor CFBundleExecutable @@ -30,14 +56,20 @@ CFBundleIconFile Inkscape.icns CFBundleIdentifier - com.apple.myCarbonNibApp + org.inkscape.Inkscape.Quartz.devel CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType APPL CFBundleSignature - ???? + Inks CFBundleVersion - 1.1 + 0.48+devel + CFBundleGetInfoString + 0.48+devel, Copyright 2003-2012 Inkscape Developers + NSHumanReadableCopyright + Copyright 2012 Inkscape Developers, GNU General Public License v2 + LSMinimumSystemVersion + 10.6 === modified file 'packaging/macosx/Inkscape.bundle' --- packaging/macosx/Inkscape.bundle 2012-08-28 21:16:03 +0000 +++ packaging/macosx/Inkscape.bundle 2012-08-29 12:11:33 +0000 @@ -18,9 +18,12 @@ ${prefix:inkscape}/bin/inkscape - ${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version} + ${prefix}/lib/${gtkdir}/modules/*.so + ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/engines/*.so + ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so + ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so - ${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/loaders + ${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/loaders/*.so ${prefix}/lib/gnome-vfs-2.0/modules ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lxml/etree.so @@ -36,9 +39,9 @@ ${project}/../../Build/share/inkscape - - ${prefix}/etc/fonts - + ${prefix}/etc/fonts/conf.avail + ${prefix}/etc/fonts/conf.d + ${prefix}/etc/fonts/fonts.dtd ${project}/../../Build/share/locale === modified file 'packaging/macosx/environment.sh' --- packaging/macosx/environment.sh 2012-08-27 07:22:43 +0000 +++ packaging/macosx/environment.sh 2012-08-29 12:09:17 +0000 @@ -1,9 +1,16 @@ #!/bin/sh export VERSIONER_PYTHON_VERSION=2.7 -ARCH=`arch` -PYTHON_VERS=`python -V 2>&1 | cut -c 8-10` +#ARCH=`arch` +#PYTHON_VERS=`python -V 2>&1 | cut -c 8-10` export PYTHONPATH="$bundle_res/python/site-package" + +export INKSCAPE_SHAREDIR="$bundle_res" export INKSCAPE_LOCALEDIR="$bundle_res/locale" + export GNOME_VFS_MODULE_CONFIG_PATH="$bundle_etc/gnome-vfs-2.0/modules" export GNOME_VFS_MODULE_PATH="$bundle_lib/gnome-vfs-2.0/modules" + +export XDG_CONFIG_HOME="$HOME/.config-foo" +export XDG_CACHE_HOME="$HOME/.cache-foo" + === modified file 'packaging/macosx/launcher.sh' --- packaging/macosx/launcher.sh 2012-08-24 23:58:05 +0000 +++ packaging/macosx/launcher.sh 2012-08-29 12:10:08 +0000 @@ -11,7 +11,7 @@ fi name="`basename $0`" -tmp="`pwd`/$0" +tmp="$0" tmp=`dirname "$tmp"` tmp=`dirname "$tmp"` bundle=`dirname "$tmp"`