1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00
Purism-Calls/data/org.gnome.Calls.metainfo.xml
Evangelos Ribeiro Tzaras a1409089f0 screenshots: Remove shell chrome
Fixes #347
2021-10-27 10:08:34 +02:00

80 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.gnome.Calls</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Calls</name>
<summary>Make phone and SIP calls</summary>
<description>
<p>Calls is a simple, elegant phone dialer and call handler for GNOME.
It can be used with a cellular modem for plain old telephone
calls as well as VoIP calls using the SIP protocol.</p>
</description>
<url type="homepage">https://gitlab.gnome.org/GNOME/calls</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/calls/issues</url>
<url type="translate">https://l10n.gnome.org/module/calls/</url>
<project_group>GNOME</project_group>
<launchable type="desktop-id">org.gnome.Calls.desktop</launchable>
<translation type="gettext">calls</translation>
<screenshots>
<screenshot type="default">
<!-- Translators: A screenshot description. -->
<caption>Placing a call</caption>
<image type="source" width="720" height="1296">https://gitlab.gnome.org/GNOME/calls/raw/master/data/screenshots/calling.png</image>
</screenshot>
<screenshot>
<!-- Translators: A screenshot description. -->
<caption>The call history</caption>
<image type="source" width="720" height="1296">https://gitlab.gnome.org/GNOME/calls/raw/master/data/screenshots/history.png</image>
</screenshot>
</screenshots>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>Notifications</kudo>
</kudos>
<categories>
<category>Audio</category>
</categories>
<provides>
<mediatype>x-scheme-handler/tel</mediatype>
<mediatype>x-scheme-handler/sip</mediatype>
<mediatype>x-scheme-handler/sips</mediatype>
<dbus type="user">org.gnome.Calls</dbus>
</provides>
<content_rating type="oars-1.1"/>
<releases>
<release version="41.0" date="2021-09-18">
<description>SIP plugin bugfixes.</description>
</release>
<release version="41~rc" date="2021-09-02">
<description>SIP Plugin polish and bugfixes.</description>
</release>
<release version="41~beta" date="2021-08-14">
<description>SIP Plugin usable from the UI.</description>
</release>
<release version="41~alpha" date="2021-07-16">
<description>First GNOME release</description>
</release>
</releases>
</component>