summaryrefslogtreecommitdiff
path: root/src/doom.appdata.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom.appdata.xml.in')
-rw-r--r--src/doom.appdata.xml.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/doom.appdata.xml.in b/src/doom.appdata.xml.in
new file mode 100644
index 00000000..220229d4
--- /dev/null
+++ b/src/doom.appdata.xml.in
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application>
+ <id type="desktop">@PROGRAM_PREFIX@doom.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <developer_name>@PACKAGE_MAINTAINER@</developer_name>
+ <url type="homepage">@PACKAGE_URL@</url>
+ <url type="bugtracker">@PACKAGE_ISSUES@</url>
+ <description>
+ <p>
+ @PACKAGE_SHORTNAME@ Doom is a conservative,
+ historically-accurate Doom source port, which is compatible with
+ the thousands of mods and levels that were made before the Doom
+ source code was released. Unlike other source ports, the goal
+ is to preserve the original look, feel, limitations, and bugs of
+ the original DOS executable.
+ </p>
+ <p>
+ Full support for single- and multi-player games is provided, for
+ all of the original Doom games, Chex Quest, and Hacx. Unlike
+ the original executable, network play is implemented on the IP
+ network stack, allowing it to function on modern LANs and the
+ Internet.
+ </p>
+ </description>
+ <screenshots>
+ <!-- TODO: The AppData specification demands that screenshot images be -->
+ <!-- in a 16:9 aspect ratio. We can create some with the Chocolate Doom -->
+ <!-- window centered against a transparent background. -->
+ </screenshots>
+</application>