mirror of
https://github.com/mumble-voip/mumble.git
synced 2024-11-23 07:57:38 +00:00
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2019-@MUMBLE_BUILD_YEAR@ 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>@CMAKE_PROJECT_DESCRIPTION@</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">@CMAKE_PROJECT_HOMEPAGE_URL@</url>
|
|
<url type="bugtracker">https://github.com/mumble-voip/mumble/issues</url>
|
|
<url type="help">https://www.mumble.info/documentation</url>
|
|
<url type="donation">https://liberapay.com/mumble</url>
|
|
<url type="translate">https://github.com/mumble-voip/mumble/blob/master/README.md#translating</url>
|
|
<launchable type="desktop-id">info.mumble.Mumble.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>Light and Dark Theme</caption>
|
|
<image>https://raw.githubusercontent.com/mumble-voip/mumble/master/screenshots/Mumble.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<releases>
|
|
<release type="stable" version="@CMAKE_PROJECT_VERSION@" date="@BUILD_RELEASE_DATE@" />
|
|
</releases>
|
|
<provides>
|
|
<binary>@MUMBLE_CLIENT_BINARY_NAME@</binary>
|
|
</provides>
|
|
</component>
|