osx: Create bundles using homebrew

Just easier to maintain than jhbuild.

See https://github.com/TingPing/homebrew-gnome for deps.
This commit is contained in:
TingPing
2014-08-01 04:03:54 -04:00
parent 345c8a29ad
commit 422edd8812
4 changed files with 7 additions and 41 deletions

View File

@@ -36,10 +36,6 @@ export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-2.0/gdk-pixbuf.loaders"
export PANGO_LIBDIR="$bundle_lib"
export PANGO_SYSCONFDIR="$bundle_etc"
export PYTHON="$bundle_contents/MacOS/python"
export PYTHONHOME="$bundle_res"
export PYTHONPATH="$bundle_lib/python2.7:$bundle_lib/python2.7/site-packages"
export OPENSSL_CONF="/System/Library/OpenSSL/openssl.cnf"
export HEXCHAT_LIBDIR="$bundle_lib/hexchat/plugins"