diff options
author | John Stebbins <[email protected]> | 2018-06-08 07:44:54 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-08 07:44:54 -0700 |
commit | de7355d5ad5257c4cce5e0a99fffb3ee58264ba0 (patch) | |
tree | 8fc10ba18a9fd0a878e14bdb077eec298f1c19d6 /test | |
parent | 5738051afb008d880d85e90ce1a0fd536e9a4058 (diff) |
flatpak: Add OARS metadata to HandBrakeCLI appdata
Copied from https://github.com/HandBrake/HandBrake/commit/5738051afb008d880d85e90ce1a0fd536e9a4058
OARS https://hughsie.github.io/oars/ is a content description
system that allows software stores (such as GNOME Software) to
categorise and classify applications. Having the markup available
is a flathub requirement.
Thanks to Nick Richards
Diffstat (limited to 'test')
-rw-r--r-- | test/fr.handbrake.HandBrakeCLI.appdata.xml.template | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/fr.handbrake.HandBrakeCLI.appdata.xml.template b/test/fr.handbrake.HandBrakeCLI.appdata.xml.template index c19756e86..f1eebd190 100644 --- a/test/fr.handbrake.HandBrakeCLI.appdata.xml.template +++ b/test/fr.handbrake.HandBrakeCLI.appdata.xml.template @@ -64,5 +64,35 @@ RELEASE_TAG </releases> + <content_rating type="oars-1.1"> + <content_attribute id="violence-cartoon">none</content_attribute> + <content_attribute id="violence-fantasy">none</content_attribute> + <content_attribute id="violence-realistic">none</content_attribute> + <content_attribute id="violence-bloodshed">none</content_attribute> + <content_attribute id="violence-sexual">none</content_attribute> + <content_attribute id="violence-desecration">none</content_attribute> + <content_attribute id="violence-slavery">none</content_attribute> + <content_attribute id="violence-worship">none</content_attribute> + <content_attribute id="drugs-alcohol">none</content_attribute> + <content_attribute id="drugs-narcotics">none</content_attribute> + <content_attribute id="drugs-tobacco">none</content_attribute> + <content_attribute id="sex-nudity">none</content_attribute> + <content_attribute id="sex-themes">none</content_attribute> + <content_attribute id="sex-homosexuality">none</content_attribute> + <content_attribute id="sex-prostitution">none</content_attribute> + <content_attribute id="sex-adultery">none</content_attribute> + <content_attribute id="sex-appearance">none</content_attribute> + <content_attribute id="language-profanity">none</content_attribute> + <content_attribute id="language-humor">none</content_attribute> + <content_attribute id="language-discrimination">none</content_attribute> + <content_attribute id="social-chat">none</content_attribute> + <content_attribute id="social-info">none</content_attribute> + <content_attribute id="social-audio">none</content_attribute> + <content_attribute id="social-location">none</content_attribute> + <content_attribute id="social-contacts">none</content_attribute> + <content_attribute id="money-purchasing">none</content_attribute> + <content_attribute id="money-gambling">none</content_attribute> + </content_rating> + </component> |