From bf5aeac94abf341988a127e77e339b857486a190 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 24 Sep 2011 13:51:51 +0000 Subject: Update sweets recipe --- (limited to 'activity/activity.info') 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 -- cgit v0.9.1