Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

q2pro.desktop update, better icon, include metainfo for packaging #256

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions src/unix/res/com.github.skullernet.q2pro.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 First Lastname <[email protected]> -->
<component type="desktop-application">
<id>com.github.skullernet.q2pro</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Q2PRO</name>
<summary>Enhanced Quake 2 client</summary>

<description>
<p>Q2PRO is an enhanced, multiplayer oriented Quake 2 client and server.</p>
<p>Features include:</p>
<ul>
<li>rewritten OpenGL renderer optimized for stable FPS</li>
<li>enhanced client console with persistent history</li>
<li>ZIP packfiles (.pkz), JPEG and PNG textures, MD3 models</li>
<li>fast HTTP downloads</li>
<li>multichannel sound using OpenAL</li>
<li>recording from demos, forward and backward seeking</li>
<li>server side multiview demos and GTV capabilities</li>
</ul>
</description>

<launchable type="desktop-id">com.github.skullernet.q2pro.desktop</launchable>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/com.github.skullernet.q2pro/master/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flathub/com.github.skullernet.q2pro/master/screenshots/2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flathub/com.github.skullernet.q2pro/master/screenshots/3.png</image>
</screenshot>
</screenshots>

<url type="homepage">http://skuller.net/q2pro</url>

<releases>
<release version="r2004" date="2022-08-04"/>
<release version="r1861" date="2021-09-12"/>
<release version="r1826" date="2018-12-28">
<description>
<p>Make timescale check period configurable.</p>
</description>
</release>
</releases>

<content_rating type="oars-1.1">
<content_attribute id="violence-realistic">moderate</content_attribute>
<content_attribute id="violence-bloodshed">moderate</content_attribute>
<content_attribute id="violence-desecration">moderate</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
</component>
3 changes: 2 additions & 1 deletion src/unix/res/q2pro.desktop
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[Desktop Entry]
Name=Q2PRO
GenericName=Quake 2 client
Exec=q2pro
Exec=q2pro +connect %u
Icon=q2pro
Terminal=false
Type=Application
Categories=Game;ActionGame;
MimeType=x-scheme-handler/quake2;
58 changes: 58 additions & 0 deletions src/unix/res/q2pro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.