Just easier to maintain than jhbuild. See https://github.com/TingPing/homebrew-gnome for deps.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
rm -rf HexChat.app
 | 
						|
rm -f *.app.zip
 | 
						|
 | 
						|
python $HOME/.local/bin/gtk-mac-bundler hexchat.bundle
 | 
						|
 | 
						|
echo "Compressing bundle"
 | 
						|
#hdiutil create -format UDBZ -srcdir HexChat.app -quiet HexChat-2.9.6.1-$(git rev-parse --short master).dmg
 | 
						|
zip -9rXq ./HexChat-$(git describe --tags).app.zip ./HexChat.app
 | 
						|
 |