Include gi typelibs in bundle
Also point to pango modules file. svn: r21106
This commit is contained in:
parent
094726c14f
commit
a769890c26
@ -131,11 +131,11 @@
|
|||||||
|
|
||||||
<!-- We have to pull in the python modules, which are mixed python
|
<!-- We have to pull in the python modules, which are mixed python
|
||||||
and loadable modules. -->
|
and loadable modules. -->
|
||||||
<data>
|
<data>
|
||||||
${prefix}/share/glib-2.0/schemas
|
${prefix}/share/glib-2.0/schemas
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
<data recurse="True">
|
<data recurse="True">
|
||||||
${prefix}/lib/python2.7/*.py
|
${prefix}/lib/python2.7/*.py
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
@ -147,6 +147,10 @@
|
|||||||
${prefix}/include/python2.7/pyconfig.h
|
${prefix}/include/python2.7/pyconfig.h
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
|
<data>
|
||||||
|
${prefix}/lib/girepository-1.0/
|
||||||
|
</data>
|
||||||
|
|
||||||
<!--data>
|
<!--data>
|
||||||
${prefix}/share/webkit-1.0/
|
${prefix}/share/webkit-1.0/
|
||||||
</data-->
|
</data-->
|
||||||
|
@ -21,8 +21,11 @@ export GTK_EXE_PREFIX="$bundle_res"
|
|||||||
export GTK_PATH="$bundle_res"
|
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_LIBDIR="$bundle_lib"
|
||||||
export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-3.0/gdk-pixbuf.loaders"
|
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 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"
|
export GVBINDIR="$bundle_lib/graphviz"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user