From 26ac4a6856c5ce44bc7151646fdfa2819569f72e Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 13 Jan 2013 02:10:26 +0000 Subject: [PATCH] Add lib/girepository folder to bundle Also Pango environment to find modules svn: r21094 --- mac/gramps.bundle | 6 +++++- mac/gramps.launcher | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mac/gramps.bundle b/mac/gramps.bundle index 00394c227..9ce31ba55 100644 --- a/mac/gramps.bundle +++ b/mac/gramps.bundle @@ -147,7 +147,11 @@ ${prefix}/include/python2.7/pyconfig.h - diff --git a/mac/gramps.launcher b/mac/gramps.launcher index ebe4b9a48..6e09dc8d2 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"q export GVBINDIR="$bundle_lib/graphviz"