aboutsummaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rwxr-xr-xmacosx/bundle/launcher.sh4
-rw-r--r--macosx/bundle/sylpheed.bundle4
2 files changed, 7 insertions, 1 deletions
diff --git a/macosx/bundle/launcher.sh b/macosx/bundle/launcher.sh
index e79527b8..67f50512 100755
--- a/macosx/bundle/launcher.sh
+++ b/macosx/bundle/launcher.sh
@@ -33,6 +33,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"
APP=sylpheed
I18NDIR="$bundle_data/locale"
@@ -108,7 +110,7 @@ if test -n $LANG; then
export LC_MESSAGES=$LANG
#Next try if the Applelocale is longer than 2 chars and the language
#bit matches $LANG
- elif test $LANG == ${APPLELOCALE:0:2} -a $APPLELOCALE > ${APPLELOCALE:0:2}; then
+ elif test $LANG == ${APPLELOCALE:0:2} -a $APPLELOCALE ">" ${APPLELOCALE:0:2}; then
export LC_MESSAGES=${APPLELOCALE:0:5}
#Fail. Get a list of the locales in $PREFIX/share/locale that match
#our two letter language code and pick the first one, special casing
diff --git a/macosx/bundle/sylpheed.bundle b/macosx/bundle/sylpheed.bundle
index fc6393d9..e741404f 100644
--- a/macosx/bundle/sylpheed.bundle
+++ b/macosx/bundle/sylpheed.bundle
@@ -82,6 +82,10 @@
</binary>
<binary>
+ ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so
+ </binary>
+
+ <binary>
${prefix}/lib/sylpheed/plugins/*.so
</binary>