Add gtk-mac-bundler files

This commit is contained in:
TingPing
2014-01-13 09:28:06 -05:00
committed by TingPing
parent 7b0acb2b44
commit 8af9727937
7 changed files with 388 additions and 0 deletions

15
osx/makebundle.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/sh
if [ -z "$JHBUILD_PREFIX" ]; then
echo "You must run this within a jhbuild shell."
exit 1
fi
if [ ! -f $JHBUILD_PREFIX/bin/python ]; then
echo "You must install python with jhbuild."
exit 1
fi
rm -rf HexChat.app
$JHBUILD_PREFIX/bin/python $HOME/.local/bin/gtk-mac-bundler hexchat.bundle