metainfo: Various fixes

- Change name from Mirage to Moment
 - Improve description
 - Add latest release
 - Update screenshots
 - Update homepage and issue tracker URLs
 - Fix launchable not including .desktop
This commit is contained in:
Newbyte 2022-01-24 15:28:08 +01:00
parent 9c441f11e0
commit 7ce1b083ef
No known key found for this signature in database
GPG Key ID: 5873C171C9429CFA

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.mirakuna.mirage</id>
<name>Mirage</name>
<id>xyz.mx_moment.moment</id>
<name>Moment</name>
<summary>Customizable and keyboard-operable Matrix client</summary>
<description>
<p>A fancy, customizable, keyboard-operable Qt/QML and Python Matrix chat client for encrypted and decentralized communication.</p>
<p>A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.</p>
</description>
<categories>
<category>Network</category>
@ -16,45 +16,46 @@
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<url type="homepage">https://github.com/mirukana/mirage</url>
<url type="bugtracker">https://github.com/mirukana/mirage/issues</url>
<launchable type="desktop-id">io.github.mirukana.mirage</launchable>
<url type="homepage">https://mx-moment.xyz</url>
<url type="bugtracker">https://gitlab.com/mx-moment/moment/-/issues</url>
<launchable type="desktop-id">xyz.mx_moment.moment.desktop</launchable>
<provides>
<binary>mirage</binary>
<binary>moment</binary>
</provides>
<project_license>LGPL-3.0-or-later</project_license>
<screenshots>
<screenshot type="default">
<caption>Chatting with Mirage</caption>
<image>https://raw.githubusercontent.com/mirukana/mirage/master/docs/screenshots/01-chat.png</image>
<caption>Chatting with Moment</caption>
<image>https://gitlab.com/mx-moment/moment/-/raw/main/docs/screenshots/m01-chat.png</image>
</screenshot>
<screenshot>
<caption>Login screen</caption>
<image>https://raw.githubusercontent.com/mirukana/mirage/master/docs/screenshots/02-sign-in.png</image>
<image>https://gitlab.com/mx-moment/moment/-/raw/main/docs/screenshots/m02-sign-in.png</image>
</screenshot>
<screenshot>
<caption>Account settings</caption>
<image>https://raw.githubusercontent.com/mirukana/mirage/master/docs/screenshots/03-account-settings.png</image>
<image>https://gitlab.com/mx-moment/moment/-/raw/main/docs/screenshots/m03-account-settings.png</image>
</screenshot>
<screenshot>
<caption>Creating a room</caption>
<image>https://raw.githubusercontent.com/mirukana/mirage/master/docs/screenshots/04-create-room.png</image>
<image>https://gitlab.com/mx-moment/moment/-/raw/main/docs/screenshots/m04-create-room.png</image>
</screenshot>
<screenshot>
<caption>Conversation list on a narrow screen</caption>
<image>https://raw.githubusercontent.com/mirukana/mirage/master/docs/screenshots/05-main-pane-small.png</image>
<image>https://gitlab.com/mx-moment/moment/-/raw/main/docs/screenshots/m05-main-pane-small.png</image>
</screenshot>
<screenshot>
<caption>Chatting on a narrow screen</caption>
<image>https://raw.githubusercontent.com/mirukana/mirage/master/docs/screenshots/06-chat-small.png</image>
<image>https://gitlab.com/mx-moment/moment/-/raw/main/docs/screenshots/m06-chat-small.png</image>
</screenshot>
<screenshot>
<caption>Viewing the list of rooms on a narrow screen</caption>
<image>https://raw.githubusercontent.com/mirukana/mirage/master/docs/screenshots/07-room-pane-small.png</image>
<image>https://gitlab.com/mx-moment/moment/-/raw/main/docs/screenshots/m07-room-pane-small.png</image>
</screenshot>
</screenshots>
<metadata_license>FSFAP</metadata_license>
<releases>
<release version="0.7.2" date="2021-07-26"/>
<release version="0.7.1" date="2021-03-04"/>
<release version="0.7.0" date="2021-02-28"/>
<release version="0.6.4" date="2020-09-16"/>
@ -74,4 +75,4 @@
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>
</component>