Include gi typelibs in bundle

Also point to pango modules file.


svn: r21106
This commit is contained in:
John Ralls 2013-01-13 20:32:11 +00:00
parent 094726c14f
commit a769890c26
2 changed files with 9 additions and 2 deletions

View File

@ -131,11 +131,11 @@
<!-- We have to pull in the python modules, which are mixed python
and loadable modules. -->
<data>
<data>
${prefix}/share/glib-2.0/schemas
</data>
<data recurse="True">
<data recurse="True">
${prefix}/lib/python2.7/*.py
</data>
@ -147,6 +147,10 @@
${prefix}/include/python2.7/pyconfig.h
</data>
<data>
${prefix}/lib/girepository-1.0/
</data>
<!--data>
${prefix}/share/webkit-1.0/
</data-->

View File

@ -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"