Codebase list sugar-pippy-activity / d88784f
Bump v37 anishmangal2002 13 years ago
3 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 37
1 * Remove broken slideshow until it is fixed #2054 (James Cameron)
2 * Adapt pippy examples to screen dimensions (except xolyimpics),
3 dev.laptop.org #9260 (James Cameron)
4
05 36
16 * Add COPYING based on activity.info license field, verify source file
27 licenses, include LICENSE from Elements upstream SVN, fixes
33 service_name = org.laptop.Pippy
44 class = pippy_app.PippyActivity
55 icon = activity-icon
6 activity_version = 36
6 activity_version = 37
77 mime_types = text/x-python, pickle/groupthink-pippy
88 show_launcher = yes
99
500500
501501 def pippy_activity_version():
502502 """Returns the version number of the generated activity bundle."""
503 return 34
503 return 37
504504 def pippy_activity_extra_files():
505505 """Returns a map of 'extra' files which should be included in the
506506 generated activity bundle."""