supertux2.appdata.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="desktop-application">
  3. <id>org.supertuxproject.SuperTux</id>
  4. <metadata_license>CC0-1.0</metadata_license>
  5. <project_license>GPL-3.0+ AND CC-BY-SA-2.0</project_license>
  6. <content_rating type="oars-1.1">
  7. <content_attribute id="violence-cartoon">mild</content_attribute>
  8. <content_attribute id="language-humor">mild</content_attribute>
  9. </content_rating>
  10. <name>SuperTux</name>
  11. <summary>A jump-and-run game starring Tux the Penguin</summary>
  12. <description>
  13. <p>
  14. Run and jump through multiple worlds, fight off enemies by
  15. jumping on them, bumping them from below or tossing objects at
  16. them, grabbing power-ups and other stuff on the way.
  17. </p>
  18. <p>
  19. In addition to the Story Mode, there is a large amount of
  20. community contributed levels available as add-ons or in the
  21. forums. Everyone can contribute such content by using the
  22. integrated level editor.
  23. </p>
  24. </description>
  25. <developer_name>The SuperTux Team</developer_name>
  26. <update_contact>supertux-devel@lists.lethargik.org</update_contact>
  27. <url type="homepage">http://supertux.lethargik.org/</url>
  28. <url type="bugtracker">https://github.com/SuperTux/supertux/issues</url>
  29. <categories>
  30. <category>Game</category>
  31. <category>ActionGame</category>
  32. <category>ArcadeGame</category>
  33. </categories>
  34. <screenshots>
  35. <screenshot type="default">https://www.supertux.org/images/0_6_0/0_6_0_1.png</screenshot>
  36. <screenshot>https://www.supertux.org/images/0_6_0/0_6_0_2.png</screenshot>
  37. <screenshot>https://www.supertux.org/images/0_6_0/0_6_0_3.png</screenshot>
  38. <screenshot>https://www.supertux.org/images/0_6_0/0_6_0_4.png</screenshot>
  39. <screenshot>https://www.supertux.org/images/0_6_0/0_6_0_5.png</screenshot>
  40. </screenshots>
  41. <launchable type="desktop-id">supertux2.desktop</launchable>
  42. <provides>
  43. <binary>supertux2</binary>
  44. </provides>
  45. <releases>
  46. <release version="0.6.2" date="2020-05-14" />
  47. <release version="0.6.1.1" date="2019-12-19" />
  48. <release version="0.6.1" date="2019-12-15" />
  49. <release version="0.6.0" date="2018-12-23" />
  50. <release version="0.5.1" date="2016-11-05" />
  51. </releases>
  52. </component>