Browse Source

misc: Reorganize metainfo

Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1145>
merge-requests/1327/merge
Kévin Commaille 4 years ago committed by Marge Bot
parent
commit
69b6b57906
  1. 58
      data/org.gnome.Fractal.metainfo.xml.in.in

58
data/org.gnome.Fractal.metainfo.xml.in.in

@ -3,21 +3,47 @@
<!-- Copyright 2022 Julian Sparber <julian@sparber.net> -->
<component type="desktop-application">
<id>@app-id@</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license>
<developer_name>Julian Sparber</developer_name>
<launchable type="desktop-id">@app-id@.desktop</launchable>
<name>Fractal</name>
<summary>Matrix group messaging app</summary>
<description>
<p>
Fractal is a Matrix messaging app for GNOME written in Rust. Its interface is optimized for collaboration in large groups, such as free software projects.
</p>
<p>
Fractal is a Matrix messaging app for GNOME written in Rust. Its interface is optimized for
collaboration in large groups, such as free software projects.
</p>
</description>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license>
<developer_name>Julian Sparber</developer_name>
<update_contact>jsparber@gnome.org</update_contact>
<project_group>GNOME</project_group>
<translation type="gettext">fractal</translation>
<screenshots>
<screenshot type="default">
<image type="source">https://gitlab.gnome.org/GNOME/fractal/raw/main/screenshots/fractal.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://gitlab.gnome.org/GNOME/fractal</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/fractal/issues/</url>
<url type="donation">https://www.gnome.org/donate/</url>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
<kudo>Notifications</kudo>
</kudos>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<releases>
<release version="5.alpha" type="development" date="2022-03-30" urgency="high">
<description>
@ -155,24 +181,4 @@
</description>
</release>
</releases>
<launchable type="desktop-id">@app-id@.desktop</launchable>
<update_contact>jsparber@gnome.org</update_contact>
<url type="homepage">https://gitlab.gnome.org/GNOME/fractal</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/fractal/issues/</url>
<url type="donation">https://www.gnome.org/donate/</url>
<translation type="gettext">fractal</translation>
<project_group>GNOME</project_group>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
<kudo>Notifications</kudo>
</kudos>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>

Loading…
Cancel
Save