More mac fixups for 3.4.9 release.
This commit is contained in:
parent
2b9efedd41
commit
9b0145d050
@ -72,7 +72,7 @@
|
|||||||
</binary>
|
</binary>
|
||||||
|
|
||||||
<binary>
|
<binary>
|
||||||
${prefix}/lib/libgtkmacintegration.2.dylib
|
${prefix}/lib/libgtkmacintegration-gtk2.2.dylib
|
||||||
</binary>
|
</binary>
|
||||||
|
|
||||||
<binary>
|
<binary>
|
||||||
@ -100,7 +100,7 @@
|
|||||||
</binary>
|
</binary>
|
||||||
|
|
||||||
<binary>
|
<binary>
|
||||||
${prefix}/lib/libtiff.3.dylib
|
${prefix}/lib/libtiff.5.dylib
|
||||||
</binary>
|
</binary>
|
||||||
|
|
||||||
<binary dest="${bundle}/Contents/MacOS/">
|
<binary dest="${bundle}/Contents/MacOS/">
|
||||||
|
@ -23,7 +23,7 @@ export GTK_PATH="$bundle_res"
|
|||||||
export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
|
export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
|
||||||
export PANGO_SYSCONFDIR="$bundle_etc"
|
export PANGO_SYSCONFDIR="$bundle_etc"
|
||||||
export PANGO_LIBDIR="$bundle_lib"
|
export PANGO_LIBDIR="$bundle_lib"
|
||||||
export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-2.0/gdk-pixbuf.loaders"
|
export GDK_PIXBUF_MODULE_FILE="$bundle_lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
|
||||||
if [ `uname -r | cut -d . -f 1` -ge 10 ]; then
|
if [ `uname -r | cut -d . -f 1` -ge 10 ]; then
|
||||||
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules"
|
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules"
|
||||||
fi
|
fi
|
||||||
|
@ -63,7 +63,7 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
|
|||||||
<!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
|
<!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
|
||||||
|
|
||||||
<autotools id="gramps" autogen-sh="configure">
|
<autotools id="gramps" autogen-sh="configure">
|
||||||
<branch module="gramps/gramps-3.4.d98.tar.gz" version="3.4.9"
|
<branch module="gramps/gramps-3.4.9.tar.gz" version="3.4.9"
|
||||||
repo="sourceforge">
|
repo="sourceforge">
|
||||||
</branch>
|
</branch>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user