From 6a0f5b102494ebea123ba31ea2b4179369cd0875 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 9 Apr 2014 06:18:07 +0000 Subject: updated Mac OS X bundle files. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3381 ee746299-78ed-0310-b773-934348b2243d --- macosx/bundle/launcher.sh | 4 +++- macosx/bundle/sylpheed.bundle | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'macosx') 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 @@ -81,6 +81,10 @@ ${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/loaders/*.so + + ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so + + ${prefix}/lib/sylpheed/plugins/*.so -- cgit v1.2.3