Skip to content

Commit

Permalink
Add Flatpak metadata files
Browse files Browse the repository at this point in the history
  • Loading branch information
fpiesche committed Dec 7, 2023
1 parent cac649d commit 5b56bc4
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
69 changes: 69 additions & 0 deletions Linux/net.sourceforge.quakespasm.Quakespasm.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application"/>
<application>
<id type="desktop">net.sourceforge.quakespasm.Quakespasm</id>
<name>Quakespasm</name>
<developer_name>Quakespasm contributors</developer_name>
<summary>A modern port of the original Quake engine</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-only</project_license>
<url type="homepage">https://quakespasm.sourceforge.net/</url>
<description>
<p>Quakespasm is a *Nix friendly Quake Engine based on the SDL port of the popular FitzQuake.
It includes some new features, important fixes, and aims for portability and 64 bit correctness.</p>
<p>Features:</p>
<ul>
<li>Supports Windows, Mac OS X, Linux, other unices.</li>
<li>Well tested on both 32 bit and 64 bit platforms.</li>
<li>Well tested on both little endian and big endian platforms.</li>
<li>OpenGL improvements. In-game resolution changing.</li>
<li>Widescreen FOV (field of view) support and automatic Hor+ FOV scaling.</li>
<li>Improved sound support. Support for OGG, MP3, Opus and WAV external music files.</li>
<li>Improved game controller support using SDL2.</li>
<li>Countless bug fixes, security fixes and other improvements.</li>
<li>Support for playing the 'Quake 2021 re-release' content</li>
</ul>
<p>Quakespasm requires a copy of the Quake game data, at the least in the form of the shareware data file
pak0.pak. In order to set this up, open (and if necessary create) the directory
~/.var/app/net.sourceforge.quakespasm.Quakespasm/data on your computer and copy the id1 directory
from a copy of Quake there. Quakespasm will notify you on startup if it cannot find or access the game data.</p>
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://a.fsdn.com/con/app/proj/quakespasm/screenshots/ad_1.png/max/max/1</image>
<caption>Arcane Dimensions</caption>
</screenshot>
<screenshot>
<image type="source">https://a.fsdn.com/con/app/proj/quakespasm/screenshots/spasm0000.png/max/max/1</image>
<caption>Arcane Dimensions</caption>
</screenshot>
<screenshot>
<image type="source">https://a.fsdn.com/con/app/proj/quakespasm/screenshots/253088.jpg/max/max/1</image>
<caption>2021 re-release support</caption>
</screenshot>
<screenshot>
<image type="source">https://a.fsdn.com/con/app/proj/quakespasm/screenshots/spasm0000-2173.png/max/max/1</image>
<caption>Horde of Zendar</caption>
</screenshot>
<screenshot>
<image type="source">https://a.fsdn.com/con/app/proj/quakespasm/screenshots/ad_2.png/max/max/1</image>
<caption>The Crucial Error</caption>
</screenshot>
<screenshot>
<image type="source">https://a.fsdn.com/con/app/proj/quakespasm/screenshots/ad_7.png/max/max/1</image>
<caption>Arcane Dimensions secret level</caption>
</screenshot>
</screenshots>
<categories>
<category>Game</category>
</categories>
<releases>
<release version="0.96.1" date="2023-10-07"/>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-fantasy">intense</content_attribute>
<content_attribute id="violence-bloodshed">intense</content_attribute>
<content_attribute id="violence-desecration">moderate</content_attribute>
</content_rating>
<update_contact>https://sourceforge.net/projects/quakespasm/support</update_contact>
</application>
11 changes: 11 additions & 0 deletions Linux/net.sourceforge.quakespasm.Quakespasm.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=Quakespasm
Comment=A modernised fork of the Quake engine
Exec=quakespasm
Icon=net.sourceforge.quakespasm.Quakespasm
StartupNotify=true
PrefersNonDefaultGPU=true
Terminal=false
Type=Application
Categories=Game;Shooter;
Keywords=quake;first;person;shooter;

0 comments on commit 5b56bc4

Please sign in to comment.