mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -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.
65 lines
2.7 KiB
XML
65 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.Phase2</id>
|
|
<name>Freedoom: Phase 2</name>
|
|
<summary>First-person shooter 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>
|
|
Freedoom: Phase 2 is a 32-level game, expanding upon Phase 1 and
|
|
adding a double-barrelled shotgun and more enemy types, along
|
|
with even more brutal gameplay to really test your limits.
|
|
</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. Freedoom: Phase 2 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/p2_1.png</image>
|
|
<caption>Feedoom Screenshot</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://freedoom.github.io/img/screenshots/p2_2.png</image>
|
|
<caption>Feedoom Screenshot</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://freedoom.github.io/img/screenshots/p2_7.jpg</image>
|
|
<caption>Feedoom Screenshot</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://freedoom.github.io/img/screenshots/p2_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>
|