-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux: AppStream metadata validation and minor changes (#1132)
* metainfo: add caption to the main screenshot * metainfo: add link to documentation * metainfo: add link to release notes * ci: validate Linux AppStream metadata
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,11 +40,12 @@ | |
<launchable type="desktop-id">@[email protected]</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image> | ||
https://raw.githubusercontent.com/martinrotter/rssguard/master/resources/graphics/official_pictures/main-window-linux.png</image> | ||
<caption>The main window</caption> | ||
<image>https://raw.githubusercontent.com/martinrotter/rssguard/master/resources/graphics/official_pictures/main-window-linux.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<url type="homepage">https://github.com/martinrotter/rssguard</url> | ||
<url type="help">https://rssguard.readthedocs.io</url> | ||
<url type="bugtracker">https://github.com/martinrotter/rssguard/issues</url> | ||
<url type="donation">https://github.com/sponsors/martinrotter</url> | ||
<url type="translate">https://crowdin.com/project/rssguard</url> | ||
|
@@ -67,9 +68,11 @@ | |
<content_rating type="oars-1.0" /> | ||
<content_rating type="oars-1.1" /> | ||
<releases> | ||
<release version="@APP_VERSION@" date="@DATE@" /> | ||
<release version="@APP_VERSION@" date="@DATE@"> | ||
<url>https://github.com/martinrotter/rssguard/releases/tag/@APP_VERSION@</url> | ||
</release> | ||
</releases> | ||
<provides> | ||
<binary>@APP_LOW_NAME@</binary> | ||
</provides> | ||
</component> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters