Hildon updates and packaging files.
Added screenshot of Stamp size, mirror, flip controls. Documented Left/Right stamp category controls, with screenshot. Documented Sfx and Speak buttons, with screenshot.
This commit is contained in:
parent
6d1dbef521
commit
d084a0771d
7 changed files with 46 additions and 0 deletions
BIN
docs/html/images/tool_sfx.png
Normal file
BIN
docs/html/images/tool_sfx.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
docs/html/images/tool_stamp_categories.png
Normal file
BIN
docs/html/images/tool_stamp_categories.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
docs/html/images/tool_stamp_controls.png
Normal file
BIN
docs/html/images/tool_stamp_controls.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
1
hildon/DEBIAN/conffiles
Normal file
1
hildon/DEBIAN/conffiles
Normal file
|
|
@ -0,0 +1 @@
|
|||
/etc/tuxpaint/tuxpaint.conf
|
||||
26
hildon/DEBIAN/control
Normal file
26
hildon/DEBIAN/control
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Package: tuxpaint
|
||||
Version: 0.9.17
|
||||
Section: user/games
|
||||
Priority: optional
|
||||
Architecture: armel
|
||||
Depends:
|
||||
Installed-Size: 2828
|
||||
Maintainer: Alessandro Pasotti <apasotti@gmail.com>
|
||||
Description: A paint program for young children
|
||||
Tux Paint is meant to be a simple drawing program for young
|
||||
children. It is not meant as a general-purpose drawing tool.
|
||||
It IS meant to be fun and easy to use. Sound effects and a
|
||||
cartoon character help let the user know what's going on, and
|
||||
keeps them entertained.
|
||||
.
|
||||
Tux Paint is extensible. Brushes and "rubber stamp" shapes can be
|
||||
dropped in and pulled out. For example, a teacher can drop in a
|
||||
collection of animal shapes and ask their students to draw an
|
||||
ecosystem. Each shape can have a sound which is played, and
|
||||
textual facts which are displayed, when the child selects the shape.
|
||||
.
|
||||
There is no direct access to the computer's underlying intricacies.
|
||||
The current image is kept when the program quits, and reappears when
|
||||
it is restarted. Saving images requires no need to create filenames
|
||||
or use the keyboard. Opening an image is done by selecting it from
|
||||
a collection of thumbnails.
|
||||
16
hildon/DEBIAN/postinst
Executable file
16
hildon/DEBIAN/postinst
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#! /bin/sh
|
||||
|
||||
# The clock might be wrong and we know that we need to update the icon
|
||||
# cache so we just force it.
|
||||
|
||||
gtk-update-icon-cache -f /usr/share/icons/hicolor
|
||||
|
||||
# Now we are ready to let the user move the entry around, but only if
|
||||
# this is a new install
|
||||
|
||||
mkdir /media/mmc1/tuxpaint
|
||||
|
||||
maemo-select-menu-location tuxpaint.desktop tana_fi_games
|
||||
|
||||
|
||||
exit 0
|
||||
3
hildon/tuxpaint.service
Normal file
3
hildon/tuxpaint.service
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[D-BUS Service]
|
||||
Name=com.nokia.tuxpaint
|
||||
Exec=/usr/bin/tuxpaint
|
||||
Loading…
Add table
Add a link
Reference in a new issue