summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2013-03-17 19:26:21 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2013-03-17 19:26:21 +0000
commit8ba8e24fabf38fc6b8a2dbf07f2bbeda4ecb6bbe (patch)
treeabd0167c70891958410a8da39144d73ec1c62fc5
parent7c9433fd8b8097e13be146cb47ba006406c319d5 (diff)
downloaddeluge-8ba8e24fabf38fc6b8a2dbf07f2bbeda4ecb6bbe.tar.gz
deluge-8ba8e24fabf38fc6b8a2dbf07f2bbeda4ecb6bbe.tar.bz2
deluge-8ba8e24fabf38fc6b8a2dbf07f2bbeda4ecb6bbe.zip
Add pango env vars to osx package script
-rw-r--r--osx/deluge.bundle2
-rwxr-xr-xosx/deluge.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/osx/deluge.bundle b/osx/deluge.bundle
index 3083815e3..324c9db78 100644
--- a/osx/deluge.bundle
+++ b/osx/deluge.bundle
@@ -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>
diff --git a/osx/deluge.sh b/osx/deluge.sh
index 2605f8cbf..33b7e6fb8 100755
--- a/osx/deluge.sh
+++ b/osx/deluge.sh
@@ -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"