Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Mailänder <matthias@mailaender.name>2016-09-25 10:08:18 +0300
committerMatthias Mailänder <matthias@mailaender.name>2016-09-25 11:07:39 +0300
commita063ee26efb9c2316cf054480b27a1ed677a3324 (patch)
treed06e8ac906aeff507d71d8fe78b1bd67d4bc791d /scripts/mumble.appdata.xml
parentd08be376552d8ad88ddd12a570e5813dc453da35 (diff)
Add an appdata.xml file.
Diffstat (limited to 'scripts/mumble.appdata.xml')
-rw-r--r--scripts/mumble.appdata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/mumble.appdata.xml b/scripts/mumble.appdata.xml
new file mode 100644
index 000000000..467d0682a
--- /dev/null
+++ b/scripts/mumble.appdata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">mumble.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>BSD-3-Clause</project_license>
+ <title>Mumble</title>
+ <summary>Voice Chat Software</summary>
+ <description>
+ <p>Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.</p>
+ </description>
+ <url type="homepage">https://wiki.mumble.info</url>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://screenshots.debian.net/screenshots/000/001/906/large.png</image>
+ </screenshot>
+ </screenshots>
+</application>