|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- Copyright 2022 lxgr <lxgr@protonmail.com> --> |
| 3 | +<component type="desktop-application"> |
| 4 | + <id>com.github.lxgr_linux.pokete</id> |
| 5 | + <metadata_license>MIT</metadata_license> |
| 6 | + <project_license>GPL-3.0</project_license> |
| 7 | + <name>Pokete</name> |
| 8 | + <summary>A terminal based Pokemon like game </summary> |
| 9 | + <description> |
| 10 | + <p> |
| 11 | + Pokete is a small terminal based game in the style of a very popular and old game by Gamefreak. Imagine you're a Pokete-Trainer and your goal is it to run around in the world and catch/train as many Poketes as possible and to get the best trainer. |
| 12 | + </p> |
| 13 | + </description> |
| 14 | + <categories> |
| 15 | + <category>Game</category> |
| 16 | + </categories> |
| 17 | + <keywords> |
| 18 | + <keyword>game</keyword> |
| 19 | + <keyword>python</keyword> |
| 20 | + <keyword>pokemon</keyword> |
| 21 | + <keyword>console-game</keyword> |
| 22 | + </keywords> |
| 23 | + <url type="homepage">https://github.com/lxgr-linux/pokete/</url> |
| 24 | + <url type="bugtracker">https://github.com/lxgr-linux/pokete/issues</url> |
| 25 | + <provides> |
| 26 | + <binary>com.github.lxgr_linux.pokete</binary> |
| 27 | + </provides> |
| 28 | + <launchable type="desktop-id">com.github.lxgr_linux.pokete.desktop</launchable> |
| 29 | + <screenshots> |
| 30 | + <screenshot type="default"> |
| 31 | + <caption>Fight against other poketes</caption> |
| 32 | + <image type="source" width="734" height="410">https://lxgr-linux.github.io/pokete/assets/ss/ss01.png</image> |
| 33 | + </screenshot> |
| 34 | + <screenshot> |
| 35 | + <caption>Conversation with a trainer on Map Route 2</caption> |
| 36 | + <image type="source" width="734" height="410">https://lxgr-linux.github.io/pokete/assets/ss/ss05.png</image> |
| 37 | + </screenshot> |
| 38 | + </screenshots> |
| 39 | + <releases> |
| 40 | + <release type="stable" version="0.8.0" date="2022-07-25" urgency="medium"> |
| 41 | + <description> |
| 42 | + <p>We are constantly developing pokete further and with version 0.8.0 added a low of improvements and new features, such as music and sound effects. Running away from wild poketes can now fail and trainers can now have more than one pokete. Controls and hotkeys can now be remapped for different keyboard layouts. The default safe-file location has been moved to .local/share and some minor bugs have been fixed as well!</p> |
| 43 | + </description> |
| 44 | + <url>https://github.com/lxgr-linux/pokete/releases/tag/0.8.0</url> |
| 45 | + <location>https://github.com/lxgr-linux/pokete/archive/refs/tags/0.8.0.tar.gz</location> |
| 46 | + </release> |
| 47 | + <release type="stable" version="0.7.3" date="2022-06-21" urgency="low"> |
| 48 | + <description> |
| 49 | + <p> Preparation release for flatpaks. Includes: |
| 50 | + <ul> |
| 51 | + <li>A svg image of the pokete logo</li> |
| 52 | + <li>A metainfo.xml file for pokete</li> |
| 53 | + </ul> |
| 54 | + </p> |
| 55 | + </description> |
| 56 | + <url>https://github.com/lxgr-linux/pokete/releases/tag/0.7.3</url> |
| 57 | + <location>https://github.com/lxgr-linux/pokete/archive/refs/tags/0.7.3.tar.gz</location> |
| 58 | + </release> |
| 59 | + </releases> |
| 60 | + <content_rating type="oars-1.1"> |
| 61 | + <content_attribute id="violence-cartoon">mild</content_attribute> |
| 62 | + <content_attribute id="drugs-narcotics">mild</content_attribute> |
| 63 | + <content_attribute id="language-profanity">intense</content_attribute> |
| 64 | + <content_attribute id="language-humor">moderate</content_attribute> |
| 65 | + </content_rating> |
| 66 | +</component> |
| 67 | + |
0 commit comments