1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-01 17:14:15 -04:00
trader/data/au.org.zap.trader.metainfo.xml.in
John Zaitseff f5cbaf8270 Rename and update desktop and AppStream data files and utilities
Rename the desktop and AppStream data files to conform to the AppStream
1.0 specification; these now have names based on "au.org.zap.trader".
Add a caption to the AppStream screenshot; update all translations to
suit.  Rename msgfmt-appdata to msgfmt-metainfo to reflect these changes.
2024-01-03 19:34:25 +11:00

65 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
*************************************************************************
* *
* Star Traders: A Game of Interstellar Trading *
* Copyright (C) 1990-2024, John Zaitseff *
* *
*************************************************************************
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
This file provides application metadata for Star Traders and conforms to
the AppStream 1.0 specification.
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and
this notice are preserved. This file is offered as-is, without any
warranty.
-->
<component type="console-application">
<id>au.org.zap.trader</id>
<name>Star Traders</name>
<summary>Play Star Traders, a simple game of interstellar trading</summary>
<description>
<p>
Star Traders is a simple game of interstellar trading, where the
objective is to create companies, buy and sell shares, borrow and
repay money, in order to become the wealthiest player (the winner).
</p>
</description>
<launchable type="desktop-id">au.org.zap.trader.desktop</launchable>
<provides>
<binary>trader</binary>
</provides>
<categories>
<category>Game</category>
<category>StrategyGame</category>
</categories>
<url type="homepage">https://www.zap.org.au/projects/trader/</url>
<developer_name>John Zaitseff</developer_name>
<developer id="j.zaitseff.zap.org.au">
<name>John Zaitseff</name>
</developer>
<icon type="remote" width="512" height="512">https://www.zap.org.au/projects/trader/icon.svg</icon>
<icon type="remote" width="512" height="512">https://www.zap.org.au/projects/trader/icon.png</icon>
<screenshots>
<screenshot type="default">
<caption>Star Traders screenshot</caption>
<image>https://www.zap.org.au/projects/trader/screenshot.png</image>
</screenshot>
</screenshots>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<content_rating type="oars-1.1" />
</component>