1
0
Fork 0

Include AppStream metadata info into source distribution

Taken from Flathub package at:
https://github.com/flathub/org.openttd.OpenTTD

With few changes to add more url links and use SPDX license identifier.
Fix license to GPL-2.0-only.
pull/11406/head
Petr Menšík 2023-10-29 11:59:58 +01:00
parent 129e98fbab
commit ad8cf8899d
1 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright 2018-2020 Flathub maintainers-->
<component type="desktop-application">
<id>org.openttd.OpenTTD.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-only</project_license>
<name>OpenTTD</name>
<summary>Open source simulation game based upon Transport Tycoon Deluxe</summary>
<description>
<p>
OpenTTD is an open source simulation game based upon the popular
Microprose game "Transport Tycoon Deluxe", written by Chris Sawyer. It
attempts to mimic the original game as closely as possible while
extending it with new features.
</p>
</description>
<launchable type="desktop-id">openttd.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://www.openttd.org/screenshots/1.4-02-opengfx-1920x1200.png</image>
</screenshot>
<screenshot>
<image>https://www.openttd.org/screenshots/1.9-darkuk-1.png</image>
</screenshot>
<screenshot>
<image>https://www.openttd.org/screenshots/1.9-darkuk-2.png</image>
</screenshot>
<screenshot>
<image>https://www.openttd.org/screenshots/1.9-darkuk-3.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.openttd.org/</url>
<url type="bugtracker">https://github.com/OpenTTD/OpenTTD/issues</url>
<url type="help">https://wiki.openttd.org/en/Manual/</url>
<developer_name>The OpenTTD team</developer_name>
<update_contact>info@openttd.org</update_contact>
<provides>
<binary>openttd</binary>
</provides>
<releases>
<release version="13.4" date="2023-08-05"/>
<release version="13.3" date="2023-06-11"/>
<release version="13.2.1" date="2023-06-11"/>
<release version="13.2" date="2023-06-10"/>
<release version="13.1" date="2023-04-10"/>
<release version="13.0" date="2023-02-05"/>
<release version="12.2" date="2022-04-02"/>
<release version="12.1" date="2021-11-08"/>
<release version="12.0" date="2021-10-17"/>
<release version="1.11.2" date="2021-05-03"/>
<release version="1.11.1" date="2021-04-18"/>
<release version="1.11.0" date="2021-04-01"/>
<release version="1.10.3" date="2020-08-09"/>
<release version="1.10.2" date="2020-06-01"/>
<release version="1.10.1" date="2020-04-13"/>
<release version="1.10.0" date="2020-04-01"/>
</releases>
<content_rating type="oars-1.1"/>
</component>