From 40b1dd3b4392c9b75667413ff3bf43ddc18d3636 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Wed, 24 Dec 2003 01:48:13 +0000 Subject: [PATCH] Tux stamps install sequence. --- Makefile | 14 ++++++++++++-- docs/CHANGES.txt | 3 +++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index edd6754ed..e0f4f0ff9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # bill@newbreedsoftware.com # http://www.newbreedsoftware.com/tuxpaint/ -# June 14, 2002 - December 21, 2003 +# June 14, 2002 - December 23, 2003 # Where to install things: @@ -131,7 +131,7 @@ beos: install: install-bin install-data install-man install-doc \ install-gnome install-kde install-kde-icons \ install-icon install-gettext install-importscript \ - install-default-config + install-default-config install-example-stamps @echo @echo "--------------------------------------------------------------" @echo @@ -252,6 +252,16 @@ install-default-config: @chmod 644 $(CONFDIR)/tuxpaint.conf +# Install example stamps + +install-example-stamps: + @echo + @echo "...Installing example stamps..." + @install -d $(DATA_PREFIX)stamps + @cp -R stamps/* $(DATA_PREFIX)stamps + @chmod -R a+rX,g-w,o-w $(DATA_PREFIX)stamps + + # Install a launcher icon in the Gnome menu, under "Graphics" install-gnome: diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index b26913c09..2673f62fc 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -87,6 +87,9 @@ http://www.newbreedsoftware.com/tuxpaint/ * "--lang=XXX" can be used on the command-line, along with "--lang XXX" + * Moved Tux penguin stamps from Stamps package to core Tux Paint package, + so that Stamp tool works out-of-the-box. + 2003.Aug.18 (0.9.12) * Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,