Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hildon
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2007-06-07 23:49:57 (GMT)
committer wkendrick <wkendrick>2007-06-07 23:49:57 (GMT)
commit472a53c7521b45c9101ea0204f0429c3692dce6f (patch)
treecf5c7247456c61ccbe22d8bd6864743e6eeb7d33 /hildon
parent4ceee0c3ea251c7e7d9277352437a01fe084f4fe (diff)
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.
Diffstat (limited to 'hildon')
-rw-r--r--hildon/DEBIAN/conffiles1
-rw-r--r--hildon/DEBIAN/control26
-rwxr-xr-xhildon/DEBIAN/postinst16
-rw-r--r--hildon/tuxpaint.service3
4 files changed, 46 insertions, 0 deletions
diff --git a/hildon/DEBIAN/conffiles b/hildon/DEBIAN/conffiles
new file mode 100644
index 0000000..947f49d
--- /dev/null
+++ b/hildon/DEBIAN/conffiles
@@ -0,0 +1 @@
+/etc/tuxpaint/tuxpaint.conf
diff --git a/hildon/DEBIAN/control b/hildon/DEBIAN/control
new file mode 100644
index 0000000..f241448
--- /dev/null
+++ b/hildon/DEBIAN/control
@@ -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.
diff --git a/hildon/DEBIAN/postinst b/hildon/DEBIAN/postinst
new file mode 100755
index 0000000..c91e10d
--- /dev/null
+++ b/hildon/DEBIAN/postinst
@@ -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
diff --git a/hildon/tuxpaint.service b/hildon/tuxpaint.service
new file mode 100644
index 0000000..1bfd627
--- /dev/null
+++ b/hildon/tuxpaint.service
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=com.nokia.tuxpaint
+Exec=/usr/bin/tuxpaint