From 1e7d0f847ee9f68a6d30cad9f589e2d34de85940 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 13 Jan 2013 20:32:11 +0000 Subject: [PATCH] Include gi typelibs in bundle Also point to pango modules file. svn: r21106 --- mac/gramps.bundle | 8 ++++++-- mac/gramps.launcher | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/mac/gramps.bundle b/mac/gramps.bundle index e5ff19f1c..2a8e5a34f 100644 --- a/mac/gramps.bundle +++ b/mac/gramps.bundle @@ -131,11 +131,11 @@ - + ${prefix}/share/glib-2.0/schemas - + ${prefix}/lib/python2.7/*.py @@ -147,6 +147,10 @@ ${prefix}/include/python2.7/pyconfig.h + + ${prefix}/lib/girepository-1.0/ + + diff --git a/mac/gramps.launcher b/mac/gramps.launcher index ebe4b9a48..5311c6f4a 100755 --- a/mac/gramps.launcher +++ b/mac/gramps.launcher @@ -21,8 +21,11 @@ export GTK_EXE_PREFIX="$bundle_res" export GTK_PATH="$bundle_res" export PANGO_RC_FILE="$bundle_etc/pango/pangorc" +export PANGO_SYSCONFDIR="$bundle_etc" +export PANGO_LIBDIR="$bundle_lib" export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-3.0/gdk-pixbuf.loaders" export GTK_IM_MODULE_FILE="$bundle_etc/gtk-3.0/gtk.immodules" +export GI_TYPELIB_PATH="bundle_lib/girepository-1.0" export GVBINDIR="$bundle_lib/graphviz"