Skip to content

Commit

Permalink
data: Update AppStream metadata
Browse files Browse the repository at this point in the history
- Add developer_name tag
- Add missing screenshot image tag
- Switch screenshot url from http to https
- Add empty OARS rating (that is required by some parsers)
AsciiWolf authored and msrb committed Nov 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fe0b6af commit 4c8ab40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/org.freedesktop.GnomeAbrt.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
<metadata_license>CC0-1.0</metadata_license>
<launchable type="desktop-id">org.freedesktop.GnomeAbrt.desktop</launchable>
<name>Problem Reporting</name>
<developer_name>The ABRT Project</developer_name>
<summary>View and report application crashes</summary>
<project_license>GPL-3.0+</project_license>
<description>
@@ -18,7 +19,7 @@
<url type="bugtracker">https://github.com/abrt/gnome-abrt/issues</url>
<url type="homepage">https://github.com/abrt/gnome-abrt</url>
<screenshots>
<screenshot type="default">http://jfilak.fedorapeople.org/media/gnome-abrt.png</screenshot>
<screenshot type="default"><image>https://jfilak.fedorapeople.org/media/gnome-abrt.png</image></screenshot>
</screenshots>
<translation type="gettext">gnome-abrt</translation>
<update_contact>[email protected]</update_contact>
@@ -35,4 +36,5 @@
<release version="1.2.7" date="2019-02-04">
</release>
</releases>
<content_rating type="oars-1.1"/>
</component>

0 comments on commit 4c8ab40

Please sign in to comment.