1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00
Purism-Calls/data/org.gnome.Calls.metainfo.xml
Evangelos Ribeiro Tzaras e46af8fc53 metainfo: Simplify content rating
To quote the spec:

In case the <content_rating/> tag is empty (no <content_attribute/> is present),
it is assumed that the component was checked for age ratings and no age
restrictions apply.

Source:
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-content_rating
2021-10-21 09:54:12 +00:00

74 lines
2.4 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+</project_license>
<name>Calls</name>
<summary>A phone dialer and call handler</summary>
<description>
<p>Calls is a simple, elegant phone dialer and call handler built using GTK+ 3.</p>
</description>
<url type="homepage">https://gitlab.gnome.org/GNOME/calls</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/calls/issues</url>
<project_group>GNOME</project_group>
<screenshots>
<screenshot type="default">
<!-- Translators: A screenshot description. -->
<caption>Placing a call</caption>
<image type="source" width="720" height="1440">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="1440">https://gitlab.gnome.org/GNOME/calls/raw/master/data/screenshots/history.png</image>
</screenshot>
</screenshots>
<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>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>