mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
Add pango env vars to osx package script
This commit is contained in:
parent
7c9433fd8b
commit
8ba8e24fab
@ -17,7 +17,7 @@
|
||||
<binary>${prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so</binary>
|
||||
<binary>${prefix}/lib/libpyglib-2.0-python.0.dylib</binary>
|
||||
<binary>${prefix}/lib/libgtk-quartz-2.0.0.dylib</binary>
|
||||
<binary>${prefix}/lib/libglade-2.0.0.0.7dylib</binary>
|
||||
<binary>${prefix}/lib/libglade-2.0.0.0.7.dylib</binary>
|
||||
<binary>${prefix}/lib/libgtkmacintegration.2.dylib</binary>
|
||||
<binary>${prefix}/lib/librsvg-2.2.dylib</binary>
|
||||
<binary>${prefix}/lib/pango/1.8.0/modules/pango*.so</binary>
|
||||
|
@ -30,6 +30,8 @@ export GTK2_RC_FILES="$bundle_etc/gtk-2.0/gtkrc"
|
||||
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules"
|
||||
export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-2.0/gdk-pixbuf.loaders"
|
||||
export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
|
||||
export PANGO_LIBDIR="$bundle_lib"
|
||||
export PANGO_SYSCONFDIR="$bundle_etc"
|
||||
|
||||
#Set $PYTHON to point inside the bundle
|
||||
export PYTHON="$bundle_macos/Deluge-python"
|
||||
|
Loading…
x
Reference in New Issue
Block a user