aboutsummaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-09 06:18:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-09 06:18:07 +0000
commit6a0f5b102494ebea123ba31ea2b4179369cd0875 (patch)
tree37aaa80cf6576c58a79da4fea0acd403901660e4 /macosx
parent7f933f4a89d1dc7def305520741ca543be0d21f7 (diff)
updated Mac OS X bundle files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3381 ee746299-78ed-0310-b773-934348b2243d
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>