Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
This commit is contained in:
commit
3d099fa261
3 changed files with 7 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -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!
|
||||||
|
|
|
||||||
|
|
@ -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$
|
||||||
|
|
||||||
|
|
@ -1058,6 +1058,7 @@ $Id$
|
||||||
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>
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue