mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
Switch to using the full screenshots in the metainfo files. These URLs should not change. I've checked them, and I've added a comment that should help with the confusion as a result of their being both PNGs and JPGs. My impression is these should be pulled infrequently such as when flatpak and Linux repo packaging is done each Freedoom release, or Linux distro release.
66 lines
2.7 KiB
XML
66 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
|
|
|
<component type="desktop">
|
|
<id>io.github.freedoom.FreeDM</id>
|
|
<name>FreeDM</name>
|
|
<summary>Deathmatch game based on the Doom engine</summary>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>BSD-3-Clause</project_license>
|
|
<developer_name>Freedoom Project</developer_name>
|
|
<url type="homepage">https://freedoom.github.io/</url>
|
|
<url type="bugtracker">https://github.com/freedoom/freedoom/issues</url>
|
|
<description>
|
|
<p>
|
|
FreeDM is a fast-paced set of levels designed for multiplayer
|
|
deathmatches, part of the Freedoom project. Challenge your
|
|
friends to the most torturous test of their abilities as you
|
|
navigate through 32 levels stalking and hunting them.
|
|
</p>
|
|
<p>
|
|
The Freedoom project aims to produce three base-game data files
|
|
(IWADs) for Doom-compatible engines. With it comes the
|
|
capability to also play the wide range of mods created for Doom
|
|
by a vibrant community. FreeDM is fully compatible with Doom II
|
|
mods.
|
|
</p>
|
|
</description>
|
|
<categories>
|
|
<category>Game</category>
|
|
<category>ActionGame</category>
|
|
</categories>
|
|
<content_rating type="oars-1.1">
|
|
<content_attribute id="violence-cartoon">intense</content_attribute>
|
|
<content_attribute id="violence-fantasy">intense</content_attribute>
|
|
<content_attribute id="violence-bloodshed">intense</content_attribute>
|
|
<content_attribute id="violence-desecration">mild</content_attribute>
|
|
<content_attribute id="language-profanity">mild</content_attribute>
|
|
<content_attribute id="language-humor">mild</content_attribute>
|
|
</content_rating>
|
|
<!-- Note that some screenshots are PNG and others are JPG. These URLs should
|
|
not change, but double check them each release. -->
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://freedoom.github.io/img/screenshots/dm_1.png</image>
|
|
<caption>Feedoom Screenshot</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://freedoom.github.io/img/screenshots/dm_2.png</image>
|
|
<caption>Feedoom Screenshot</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://freedoom.github.io/img/screenshots/dm_7.jpg</image>
|
|
<caption>Feedoom Screenshot</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://freedoom.github.io/img/screenshots/dm_8.jpg</image>
|
|
<caption>Feedoom Screenshot</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="0.13.0" date="2024-01-29"></release>
|
|
<release version="0.12.1" date="2019-10-22"></release>
|
|
<release version="0.12.0" date="2019-10-10"></release>
|
|
<release version="0.11.3" date="2017-07-18"></release>
|
|
</releases>
|
|
</component>
|