-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.esotericpig.ekoscape.metainfo.xml
More file actions
74 lines (69 loc) 路 2.69 KB
/
Copy pathio.github.esotericpig.ekoscape.metainfo.xml
File metadata and controls
74 lines (69 loc) 路 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<!--
- https://docs.appimage.org/packaging-guide/optional/appstream.html
- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
- https://www.freedesktop.org/software/appstream/docs/chap-Validation.html
-->
<component type="desktop-application">
<id>@RDNS_NAME@</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>@PROJECT_NAME@</name>
<summary>Simple 3D step-based game, like a 3D Pac-Man</summary>
<icon type="stock">@RDNS_NAME@</icon>
<!-- <icon type="cached">@RDNS_NAME@.png</icon> -->
<description>
<p>
Simple 3D step-based game, like a 3D Pac-Man. Made in C++, SDL2, and legacy OpenGL 2.1+.
The <em>assets</em> folder should have been provided with this game, and in it,
you can edit the map files in <em>assets/maps/</em> or make your own!
<em>Enjoy!</em>
</p>
</description>
<categories>
<category>Game</category>
<category>ArcadeGame</category>
</categories>
<keywords>
<keyword>3D</keyword>
<keyword>game</keyword>
<keyword>games</keyword>
<keyword>arcade</keyword>
</keywords>
<url type="homepage">https://github.com/esotericpig/EkoScape</url>
<url type="bugtracker">https://github.com/esotericpig/EkoScape/issues</url>
<!-- <url type="vcs-browser">https://github.com/esotericpig/EkoScape</url> -->
<launchable type="desktop-id">@RDNS_NAME@.desktop</launchable>
<releases>
<release version="2.4" date="2025-05-27" urgency="medium" />
<release version="2.3" date="2025-03-24" urgency="medium" />
<release version="2.2" date="2025-02-28" urgency="medium" />
<release version="2.1" date="2025-01-11" urgency="medium" />
<release version="2.0" date="2024-10-24" urgency="medium" />
</releases>
<provides>
<id>@RDNS_NAME@.desktop</id>
</provides>
<!--
<requires>
<internet>offline-only</internet>
</requires>
-->
<developer id="io.github.esotericpig">
<name>Bradley Whited</name>
</developer>
<!-- NOTE: Must be PNG! -->
<screenshots>
<screenshot type="default">
<caption>Playing the EkoScape game.</caption>
<image type="source" width="1600" height="900">https://github.com/user-attachments/assets/e07089d8-05ff-4fac-a84f-de024d78a1bf</image>
</screenshot>
</screenshots>
<!-- https://hughsie.github.io/oars/generate.html -->
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">mild</content_attribute>
<content_attribute id="violence-fantasy">mild</content_attribute>
<content_attribute id="language-profanity">mild</content_attribute>
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>
</component>