Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity/activity.info
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-09-24 13:51:51 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-09-24 13:51:51 (GMT)
commitbf5aeac94abf341988a127e77e339b857486a190 (patch)
treefc2578d2e52a9f098f4dcf6e1e2b63164c524cc4 /activity/activity.info
parent2c59556178ae0c913f65a523f38231d1e9b839a7 (diff)
Update sweets recipe
Diffstat (limited to 'activity/activity.info')
-rw-r--r--activity/activity.info48
1 files changed, 48 insertions, 0 deletions
diff --git a/activity/activity.info b/activity/activity.info
new file mode 100644
index 0000000..32c2378
--- /dev/null
+++ b/activity/activity.info
@@ -0,0 +1,48 @@
+[DEFAULT]
+depends = base/libpaper; base/librsvg; base/cairo; base/fribidi; base/sdl
+ base/sdl-image; base/sdl-mixer; base/sdl-ttf; base/sdl-pango
+ sdk/polyol
+
+[Activity]
+implement = tuxpaint
+name = Tux Paint
+summary = Drawing program designed for young children
+description = Tux Paint is a free, award-winning drawing program for children
+ ages 3 to 12 (for example, preschool and K-6). It combines an
+ easy-to-use interface, fun sound effects, and an encouraging
+ cartoon mascot who guides children as they use the program.
+license = GPLv2
+homepage = http://www.tuxpaint.org/
+category = Education; Art
+icon = activity-icon
+
+version = 0.9.22
+stability = stable
+
+requires = %(depends)s
+exec = activity/tuxpaint
+mime_types = image/bmp;image/gif;image/jpeg;image/png;image/tiff
+
+# activity.info original options
+activity_version = 5
+bundle_id = org.tuxpaint
+
+[Application]
+binding = TUXPAINT_DATA_PREFIX share/tuxpaint
+ TUXPAINT_LOCALEDIR share/locale
+ TUXPAINT_MAGIC_PREFIX lib/tuxpaint/plugins
+exec = bin/tuxpaint --nolockfile
+
+[Archive]
+arch = any
+
+[Build]
+requires = %(requires)s; base/pkg-config; base/make; base/gcc-c; base/gperf
+make = cd %(SRCDIR)s &&
+ make PREFIX=%(PREFIX)s SUGAR=1 OPTFLAGS="%(CFLAGS)s"
+install = cd %(SRCDIR)s &&
+ make PREFIX=%(PREFIX)s SUGAR=1 DESTDIR=%(DISTDIR)s install
+
+[Source]
+exclude = CVS; *.patch; *.o; /build; obj/*.c; *.mo; /tuxpaint; *.tar.*;
+ /tuxpaint-stamps**; lockfile.dat