One more try.

This commit is contained in:
Martin Rotter 2017-10-19 11:34:33 +02:00
parent bd738823b3
commit d93c9dcaa2

View File

@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Martin Rotter <rotter.martinos@gmail.com> --> <!-- Copyright 2017 Martin Rotter <rotter.martinos@gmail.com> -->
<component type="desktop-application"> <component type="desktop-application">
<id>com.github.rssguard</id> <id>com.github.rssguard</id>
<metadata_license>GPL-3.0</metadata_license> <metadata_license>GPL-3.0</metadata_license>
<project_license>GPL-3.0</project_license> <project_license>GPL-3.0</project_license>
<name>RSS Guard </name> <name>RSS Guard </name>
<summary>Simple (yet powerful) feed reader</summary> <summary>Simple (yet powerful) feed reader</summary>
<description> <description>
<p> <p>
RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF and ATOM. RSS Guard is developed on top of the Qt library RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF and ATOM. RSS Guard is developed on top of the Qt library
</p> </p>
</description> </description>
<launchable type="desktop-id">rssguard.desktop</launchable> <launchable type="desktop-id">rssguard.desktop</launchable>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<caption>Linux version</caption> <caption>Linux version</caption>
<image>https://github.com/martinrotter/rssguard/blob/gmail-plugin/resources/screenshots/screenshot-linux.png?raw=true</image> <image>https://github.com/martinrotter/rssguard/blob/gmail-plugin/resources/screenshots/screenshot-linux.png?raw=true</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<caption>Windows version</caption> <caption>Windows version</caption>
<image>https://github.com/martinrotter/rssguard/blob/gmail-plugin/resources/screenshots/screenshot-windows.png?raw=true</image> <image>https://github.com/martinrotter/rssguard/blob/gmail-plugin/resources/screenshots/screenshot-windows.png?raw=true</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://github.com/martinrotter/rssguard</url> <url type="homepage">https://github.com/martinrotter/rssguard</url>
<provides> <provides>
<binary>rssguard</binary> <binary>rssguard</binary>
</provides> </provides>
</component> </component>