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:
authorRobert Adam <dev@robert-adam.de>2020-10-24 15:01:35 +0300
committerGitHub <noreply@github.com>2020-10-24 15:01:35 +0300
commit0163836c4c8402104fd2236a385fc4674df98007 (patch)
tree7a4da4ba65a206bb00150546ccebf75935c250e4 /scripts
parent11bb07e6da34289c38ddb02678949eeab80ee0ca (diff)
parent61e7e8468eefa312322a899e534a56d2384e119f (diff)
Merge pull request #4427: Use new AppImage bundle tool
The new tool provided at https://github.com/probonopd/go-appimage/blob/master/src/appimagetool doesn't have the restriction of having to be run on the latest still supported Ubuntu version. Thus this allows us to upgrade our Linux CI on Azure to Bionic. Note however that the AppImage produced this way doesn't seem to be working.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mumble.appdata.xml17
-rw-r--r--scripts/org.mumble_voip.mumble.appdata.xml31
-rw-r--r--scripts/org.mumble_voip.mumble.desktop (renamed from scripts/mumble.desktop)8
3 files changed, 34 insertions, 22 deletions
diff --git a/scripts/mumble.appdata.xml b/scripts/mumble.appdata.xml
deleted file mode 100644
index 467d0682a..000000000
--- a/scripts/mumble.appdata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>
diff --git a/scripts/org.mumble_voip.mumble.appdata.xml b/scripts/org.mumble_voip.mumble.appdata.xml
new file mode 100644
index 000000000..556fbae95
--- /dev/null
+++ b/scripts/org.mumble_voip.mumble.appdata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>org.mumble_voip.mumble</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>BSD-3-Clause</project_license>
+ <name>Mumble</name>
+ <summary>Voice Chat Software</summary>
+
+ <description>
+ <p>
+ Mumble is an open source, low-latency, high quality voice chat software.
+ </p>
+ </description>
+
+ <launchable type="desktop-id">org.mumble_voip.mumble.desktop</launchable>
+
+ <screenshots>
+ <screenshot type="default">
+ <caption>Light Theme</caption>
+ <image>https://screenshots.debian.net/screenshots/000/017/126/large.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Dark Theme</caption>
+ <image>https://screenshots.debian.net/screenshots/000/017/125/large.png</image>
+ </screenshot>
+ </screenshots>
+
+ <url type="homepage">https://mumble.info</url>
+
+ <developer_name>The Mumble Dev-Team</developer_name>
+</component>
diff --git a/scripts/mumble.desktop b/scripts/org.mumble_voip.mumble.desktop
index b91e661ee..13a15235b 100644
--- a/scripts/mumble.desktop
+++ b/scripts/org.mumble_voip.mumble.desktop
@@ -3,11 +3,9 @@ Name=Mumble
GenericName=Voice Chat
GenericName[de]=Sprachkonferenz
GenericName[fr]=Chat vocal
-GenericName[tr]=Sesle Sohbet
-Comment=A low-latency, high quality voice chat program for gaming
-Comment[de]=Ein Sprachkonferenzprogramm mit niedriger Latenz und hoher Qualität für Spiele
-Comment[fr]=Un logiciel de chat vocal de haute qualité et de faible latence pour les jeux
-Comment[tr]=Oyunlar için yüksek kaliteli ve düşük gecikmeli sesle sohbet programı
+Comment=An open source low-latency, high quality voice chat program
+Comment[de]=Ein Open Source Sprachkonferenzprogramm mit niedriger Latenz und hoher Qualität
+Comment[fr]=Un logiciel de chat vocal de haute qualité et de faible latence
Exec=mumble %u
Icon=mumble
Terminal=false