mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
This changes the appstream id to info.mumble.Mumble, which is correct in regards to the specification. Fixes #5441
40 lines
1.5 KiB
XML
40 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2019-2022 The Mumble Developers -->
|
|
<component type="desktop-application">
|
|
<id>info.mumble.Mumble</id>
|
|
<name>Mumble</name>
|
|
<summary>Low latency encrypted VoIP client</summary>
|
|
<project_license>BSD-3-Clause</project_license>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<developer_name>The Mumble Dev-Team</developer_name>
|
|
<description>
|
|
<p>Mumble is an open source, low-latency, high quality voice chat software.</p>
|
|
</description>
|
|
<content_rating type="oars-1.0">
|
|
<content_attribute id="social-chat">intense</content_attribute>
|
|
<content_attribute id="social-audio">intense</content_attribute>
|
|
</content_rating>
|
|
<url type="homepage">https://www.mumble.info/</url>
|
|
<url type="bugtracker">https://github.com/mumble-voip/mumble/issues</url>
|
|
<url type="help">https://wiki.mumble.info/wiki/Main_Page</url>
|
|
<url type="translate">https://wiki.mumble.info/wiki/Language_Translation</url>
|
|
<launchable type="desktop-id">info.mumble.Mumble.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>Light Theme</caption>
|
|
<image>https://www.mumble.info/blog/mumble-1.3.0-release-announcement/theme-lite.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<caption>Dark Theme</caption>
|
|
<image>https://www.mumble.info/blog/mumble-1.3.0-release-announcement/theme-dark.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<releases>
|
|
<release type="stable" version="@CMAKE_PROJECT_VERSION@"/>
|
|
</releases>
|
|
<provides>
|
|
<binary>mumble</binary>
|
|
</provides>
|
|
</component>
|