summaryrefslogtreecommitdiff
path: root/tw/packages/files/simutrans.appdata.xml
diff options
context:
space:
mode:
authorTimo Wilken2023-01-09 23:32:15 +0100
committerTimo Wilken2023-01-09 23:34:20 +0100
commitd7a7f2d5a2cd32527249dbeaf4f8bb0b9833fc8b (patch)
tree1e7845f626f7816c4f1998745235bc55cfbb4c24 /tw/packages/files/simutrans.appdata.xml
parent06ef38bd9b0b1ae7babe879aa47cb303e6d9077e (diff)
Improve simutrans packaging approach
- package simutrans itself without paksets - define union packages for simutrans + paksets - use new-style gexps for builders - extract auxiliary simutrans files (e.g. .desktop file) into separate files in the repo
Diffstat (limited to 'tw/packages/files/simutrans.appdata.xml')
-rw-r--r--tw/packages/files/simutrans.appdata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tw/packages/files/simutrans.appdata.xml b/tw/packages/files/simutrans.appdata.xml
new file mode 100644
index 00000000..a286817b
--- /dev/null
+++ b/tw/packages/files/simutrans.appdata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>com.simutrans.simutrans</id>
+ <launchable type="desktop-id">simutrans.desktop</launchable>
+ <name>Simutrans</name>
+ <summary>Transportation simulator</summary>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>Artistic-1.0</project_license>
+ <description>
+ <p>Simutrans is a free transportation simulator: the player operates a transportation company and has to transport goods and passengers between factories and different cities.</p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <!-- Simutrans homepage header image. -->
+ <image>https://www.simutrans.com/images/smsc/2016-05.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="bugtracker">https://forum.simutrans.com/index.php?board=8.0</url>
+ <url type="homepage">https://www.simutrans.com/</url>
+</component>