From 3a7a27892356b37a35d23c659527034f20b6be66 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 5 Dec 2017 12:55:46 +0100 Subject: [PATCH 1/2] osx: make install -> create dmg (bzip2) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5c760f8be..6cd23aa11 100644 --- a/Makefile +++ b/Makefile @@ -1026,6 +1026,7 @@ install-bundlefiles: @cp -p macos/Info.plist $(BUNDLE)/Contents @cp -p macos/tuxpaint.icns $(BUNDLE)/Contents/Resources @custom/macos.sh + @hdiutil create -volname "Tux Paint $(VER_VERSION)" -srcfolder $(BUNDLE) -ov -format UDBZ -o TuxPaint.dmg # Build the program! From 43061665f58ad83e3b676bd00aa3c92ba730c8e5 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Thu, 14 Dec 2017 21:36:03 -0800 Subject: [PATCH 2/2] Document recent changes Documenting a few recent changes & contributors. Also, move AUTHORS out of docs/en/ and back into docs/ top-level dir (since it's unlikely to get translated & maintained!) --- docs/{en => }/AUTHORS.txt | 5 +++-- docs/CHANGES.txt | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) rename docs/{en => }/AUTHORS.txt (99%) diff --git a/docs/en/AUTHORS.txt b/docs/AUTHORS.txt similarity index 99% rename from docs/en/AUTHORS.txt rename to docs/AUTHORS.txt index 925a30977..79e4d751e 100644 --- a/docs/en/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -7,7 +7,7 @@ bill@newbreedsoftware.com http://www.tuxpaint.org/ -June 17, 2002 - December 3, 2017 +June 17, 2002 - December 14, 2017 $Id$ @@ -1057,7 +1057,8 @@ $Id$ Darrell Walisser [retired] Eric Poncet Harvey Ginter - Mark K. Kim + Mark K. Kim + Robert Buj Gelonch * Maemo (Nokia 770 and N880) coding and builds Alessandro Pasotti diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 7224a087a..3c4e30eab 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -118,6 +118,9 @@ $Id$ * Rewrote the macOS build system to be more Linux-like, with no XCode IDE. Mark K. Kim + * Mac install creates a DMG + Robert Buj Gelonch + * Other Improvements: ------------------- * Reformatted source code via GNU Indent tool; should