Bug #880 Include appdata file in source release
Although it's not actually used by anything, it will be there for package maintainers git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5789 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 7badb108e15d84c0381c943631c94762b282f959 Former-commit-id: 9e45bc416f8253f1976ee6908d8f93a164be6d01
This commit is contained in:
parent
fb59b9c489
commit
e2569563b7
2 changed files with 38 additions and 0 deletions
37
packaging/appdata/speed-dreams-2.appdata.xml
Normal file
37
packaging/appdata/speed-dreams-2.appdata.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 MadBad <madbad82@gmail.com> -->
|
||||
<application>
|
||||
<id type="desktop">speed-dreams-2.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0+ and GPL-3.0</project_license>
|
||||
<description>
|
||||
<p>
|
||||
Speed Dreams is a 3d cross-platform, open source motorsport simulation and racing game.
|
||||
It is a fork of the open racing car simulator Torcs, aiming to implement exciting new features,
|
||||
cars, tracks and AI opponents to make a more enjoyable game for the player,
|
||||
as well as constantly improving visual and physics realism.
|
||||
</p>
|
||||
<p>
|
||||
Still being in costant development Speed-Dreams already has some unique feature as:
|
||||
<ul>
|
||||
<li>Accurate driving behaviour, with different physics engines;</li>
|
||||
<li>Playable with a variety of input devices, including keyboards, mouses, joypads, joysticks, racing wheels and pedals (force feed-back is in development);</li>
|
||||
<li>Several different racing modes (from a simple practice session, to a full pilot career);</li>
|
||||
<li>Variety of cars/car classes (1936 Grand Prix, Supercars, Long Day Series GT1, Long Day Series GT2, Monoposto 5, World Rally Series) and always expanding;</li>
|
||||
<li>Variety of tracks/tracks categories (Road tracks, Speedways, Grand Prix Circuits, Dirt tracks) and always expanding;</li>
|
||||
<li>Customizable daytime and weather conditions;</li>
|
||||
<li>Several different AI bots to race with;</li>
|
||||
<li>Up to 4 user local multiplayer in "split-screen" mode;</li>
|
||||
</ul>
|
||||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">http://speed-dreams.org/images/sd-20/speed-dreams-20-car-supercars.jpg</screenshot>
|
||||
<screenshot>http://speed-dreams.org/images/sd-20/speed-dreams-20-daytime-dusk.jpg</screenshot>
|
||||
<screenshot>http://speed-dreams.org/images/sd-20/speed-dreams-20-car-ls1.jpg</screenshot>
|
||||
<screenshot>http://speed-dreams.org/images/sd-20/speed-dreams-20-track-garguree.jpg</screenshot>
|
||||
<screenshot>http://speed-dreams.org/images/sd-20/speed-dreams-20-daytime-night.jpg</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">http://speed-dreams.org/</url>
|
||||
<updatecontact>speed-dreams-devel@lists.sourceforge.net</updatecontact>
|
||||
</application>
|
|
@ -89,4 +89,5 @@ data/tracks/CMakeLists.txt
|
|||
data/tracks/circuit/CMakeLists.txt
|
||||
data/tracks/circuit/espie
|
||||
|
||||
packaging/appdata
|
||||
|
||||
|
|
Loading…
Reference in a new issue