Release 4.0.3

Includes some module updates and fixups.
This commit is contained in:
John Ralls
2014-01-28 14:49:57 -08:00
parent 4c05acd065
commit 156e8095dd
3 changed files with 15 additions and 24 deletions

View File

@@ -24,7 +24,9 @@ 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"
if [ `uname -r | cut -d . -f 1` -ge 10 ]; then
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-3.0/gtk.immodules"
fi
export GI_TYPELIB_PATH="$bundle_lib/girepository-1.0"
export GVBINDIR="$bundle_lib/graphviz"