86d1782c87
new upstream release OBS-URL: https://build.opensuse.org/request/show/430024 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=87
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From 857341dd2d24c9da6dfc733ae2bb62c606ee1c12 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= <matthias@mailaender.name>
|
|
Date: Sun, 25 Sep 2016 09:08:18 +0200
|
|
Subject: [PATCH] Add an appdata.xml file.
|
|
|
|
---
|
|
scripts/mumble.appdata.xml | 16 ++++++++++++++++
|
|
1 file changed, 16 insertions(+)
|
|
create mode 100644 scripts/mumble.appdata.xml
|
|
|
|
diff --git a/scripts/mumble.appdata.xml b/scripts/mumble.appdata.xml
|
|
new file mode 100644
|
|
index 0000000..a3ac459
|
|
--- /dev/null
|
|
+++ b/scripts/mumble.appdata.xml
|
|
@@ -0,0 +1,16 @@
|
|
+<?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>
|
|
+ <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>
|