Bug 421497 - Add age rating to mainfest
Summary: Add age rating to mainfest
Status: RESOLVED FIXED
Alias: None
Product: kid3
Classification: Applications
Component: general (show other bugs)
Version: 3.8.x
Platform: Flatpak Linux
: NOR minor
Target Milestone: ---
Assignee: Urs Fleisch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-14 04:49 UTC by Kevin "Eonfge" Degeling
Modified: 2020-05-14 05:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin "Eonfge" Degeling 2020-05-14 04:49:40 UTC
the current appdata.xml does not have an oars tag. This is required for Flatpak and it's part of the official standard:
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-content_rating

In the current version on Flatpak, I use sed to add an empty age rating element to the manifest:
https://github.com/flathub/flathub/pull/1505

If you can add a <content_rating type="oars-1.1"/> tag to the manifest for the next version, then that would be great.
Comment 1 Urs Fleisch 2020-05-14 05:02:18 UTC
Git commit 83014d1bbf1690c713f7b4d87e06b2e365e2158f by Urs Fleisch.
Committed on 14/05/2020 at 04:57.
Pushed by ufleisch into branch 'master'.

Add content rating to manifest

This is required for Flatpak and it's part of the official standard:
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-content_rating

M  +1    -0    src/app/org.kde.kid3.appdata.xml

https://invent.kde.org/kde/kid3/commit/83014d1bbf1690c713f7b4d87e06b2e365e2158f
Comment 2 Urs Fleisch 2020-05-14 05:04:11 UTC
Thanks, I have added it.