Import appdata file from flatpak

This commit is contained in:
Konstantinos Sideris 2018-08-08 13:18:44 +03:00
parent 43a4676282
commit d0ecbb79fb
1 changed files with 23 additions and 21 deletions

View File

@ -1,22 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 Vitaly Zaitsev <vitaly@easycoding.org> -->
<component type="desktop"> <component type="desktop">
<id>nheko.desktop</id> <id>nheko.desktop</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>GPLv3+ and Public Domain and MIT and Boost and ASL 2.0 and CC-BY</project_license> <project_license>GPL-3.0-or-later and CC-BY</project_license>
<name>nheko</name> <name>nheko</name>
<summary>Desktop client for the Matrix protocol</summary> <summary>Desktop client for the Matrix protocol</summary>
<description> <description>
<p> <p>The motivation behind the project is to provide a native
The motivation behind the project is to provide a native desktop app desktop app for Matrix that feels more like a mainstream
for Matrix that feels more like a mainstream chat app. chat app.</p>
</p> </description>
</description> <screenshots>
<screenshots> <screenshot type="default">
<screenshot type="default"> <image>
<image>https://dl.dropboxusercontent.com/s/zrl26u3pmqloyjz/nheko-v0.3.1.png</image> https://dl.dropboxusercontent.com/s/fvlupc271m5y2hd/nheko-linux.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://github.com/mujx/nheko</url> <url type="homepage">https://github.com/mujx/nheko</url>
<update_contact>https://github.com/mujx</update_contact> <update_contact>https://github.com/mujx</update_contact>
</component> <releases>
<release version="0.5.2" date="2018-07-28" />
</releases>
</component>