Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint

This commit is contained in:
joe 2017-12-17 20:25:26 +01:00
commit 3d099fa261
3 changed files with 7 additions and 2 deletions

View file

@ -1026,6 +1026,7 @@ install-bundlefiles:
@cp -p macos/Info.plist $(BUNDLE)/Contents @cp -p macos/Info.plist $(BUNDLE)/Contents
@cp -p macos/tuxpaint.icns $(BUNDLE)/Contents/Resources @cp -p macos/tuxpaint.icns $(BUNDLE)/Contents/Resources
@custom/macos.sh @custom/macos.sh
@hdiutil create -volname "Tux Paint $(VER_VERSION)" -srcfolder $(BUNDLE) -ov -format UDBZ -o TuxPaint.dmg
# Build the program! # Build the program!

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.tuxpaint.org/ http://www.tuxpaint.org/
June 17, 2002 - December 3, 2017 June 17, 2002 - December 14, 2017
$Id$ $Id$
@ -1057,7 +1057,8 @@ $Id$
Darrell Walisser <walisser@mac.com> [retired] Darrell Walisser <walisser@mac.com> [retired]
Eric Poncet <http://www.linguasoft.com/> Eric Poncet <http://www.linguasoft.com/>
Harvey Ginter <harveyginter@gmail.com> Harvey Ginter <harveyginter@gmail.com>
Mark K. Kim <mkkim214@gmail.com> Mark K. Kim <mkkim214@gmail.com>
Robert Buj Gelonch <rbuj@users.sf.net>
* Maemo (Nokia 770 and N880) coding and builds * Maemo (Nokia 770 and N880) coding and builds
Alessandro Pasotti <apasotti@gmail.com> Alessandro Pasotti <apasotti@gmail.com>

View file

@ -118,6 +118,9 @@ $Id$
* Rewrote the macOS build system to be more Linux-like, with no XCode IDE. * Rewrote the macOS build system to be more Linux-like, with no XCode IDE.
Mark K. Kim <mkkim214@gmail.com> Mark K. Kim <mkkim214@gmail.com>
* Mac install creates a DMG
Robert Buj Gelonch <rbuj@users.sf.net>
* Other Improvements: * Other Improvements:
------------------- -------------------
* Reformatted source code via GNU Indent tool; should * Reformatted source code via GNU Indent tool; should