Added appdata file.

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@697 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2017-06-19 21:19:51 +00:00
parent 39f1d10a22
commit 7f020276c2
3 changed files with 31 additions and 0 deletions

View File

@ -36,6 +36,7 @@
*[offs] 30 [text] The Course Creators [font] 0 [size] 3 [col] 0
*[offs] 30 [text] Larry Ewing (creator of Tux) [font] 0 [size] 3 [col] 0
*[offs] 30 [text] Ulrich Thatcher (quadtree algorithm)[font] 0 [size] 3 [col] 0
*[offs] 30 [text] Matthias Mailänder (appdata file)[font] 0 [size] 3 [col] 0
*[offs] 40 [text] Translations: [font] 0 [size] 4 [col] 1
*[offs] 30 [text] Czech: Pavel Borecki [font] 0 [size] 3 [col] 0

View File

@ -1,9 +1,13 @@
SUBDIRS = gui
appdatafiledir = $(prefix)/share/appdata
desktopfiledir = $(prefix)/share/applications
icondir = $(prefix)/share/pixmaps
appdatafile_DATA = \
etr.appdata.xml
desktopfile_DATA = \
etr.desktop
@ -15,6 +19,7 @@ EXTRA_DIST = \
banner.bmp \
dialog.bmp \
etracericon.ico \
etr.appdata.xml \
etr.svg \
etr.desktop \
etr.png

25
resources/etr.appdata.xml Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">etr.desktop</id>
<licence>CC0</licence>
<name>Extreme Tux Racer</name>
<summary>High speed arctic racing game based on Tux Racer</summary>
<description>
<p>
Extreme Tux Racer is a downhill racing game starring Tux, the Linux
penguin.
</p>
<p>
Tux must slide on his belly down snow and ice covered hills,
collecting herring, and making it to the finish line before the
time is up.
</p>
</description>
<screenshots>
<screenshot type="default" width="800" height="600">https://a.fsdn.com/con/app/proj/extremetuxracer/screenshots/ETR4.png</screenshot>
<screenshot width="800" height="600">https://a.fsdn.com/con/app/proj/extremetuxracer/screenshots/ETR3.png</screenshot>
<screenshot width="800" height="600">https://a.fsdn.com/con/app/proj/extremetuxracer/screenshots/ETR2.png</screenshot>
</screenshots>
<url type="homepage">http://extremetuxracer.sourceforge.net/</url>
<updatecontact>https://sourceforge.net/p/extremetuxracer/discussion/</updatecontact>
</application>