Tux stamps install sequence.
This commit is contained in:
parent
e1481896c0
commit
40b1dd3b43
2 changed files with 15 additions and 2 deletions
14
Makefile
14
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# bill@newbreedsoftware.com
|
# bill@newbreedsoftware.com
|
||||||
# http://www.newbreedsoftware.com/tuxpaint/
|
# http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
# June 14, 2002 - December 21, 2003
|
# June 14, 2002 - December 23, 2003
|
||||||
|
|
||||||
|
|
||||||
# Where to install things:
|
# Where to install things:
|
||||||
|
|
@ -131,7 +131,7 @@ beos:
|
||||||
install: install-bin install-data install-man install-doc \
|
install: install-bin install-data install-man install-doc \
|
||||||
install-gnome install-kde install-kde-icons \
|
install-gnome install-kde install-kde-icons \
|
||||||
install-icon install-gettext install-importscript \
|
install-icon install-gettext install-importscript \
|
||||||
install-default-config
|
install-default-config install-example-stamps
|
||||||
@echo
|
@echo
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@echo
|
@echo
|
||||||
|
|
@ -252,6 +252,16 @@ install-default-config:
|
||||||
@chmod 644 $(CONFDIR)/tuxpaint.conf
|
@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 a launcher icon in the Gnome menu, under "Graphics"
|
||||||
|
|
||||||
install-gnome:
|
install-gnome:
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
* "--lang=XXX" can be used on the command-line, along with "--lang XXX"
|
* "--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)
|
2003.Aug.18 (0.9.12)
|
||||||
* Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,
|
* Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue