mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
f5cbaf8270
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.
65 lines
2.3 KiB
XML
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>
|