thp / wavbreaker

Gtk3-based cross-platform GUI tool to losslessly split WAV, MP2 and MP3 files into multiple parts.
https://wavbreaker.sourceforge.io/
GNU General Public License v2.0
34 stars 10 forks source link

Supply a valid AppData ‘content_rating’ to fix #26 #27

Closed musicinmybrain closed 10 months ago

musicinmybrain commented 11 months ago

Validation with appstreamcli reports that this element must not have text content, which in this case was just none anyway.

After this PR:

$ appstreamcli validate --no-net --explain data/net.sourceforge.wavbreaker.appdata.xml
I: net.sourceforge.wavbreaker:9: description-first-word-not-capitalized
   The description line does not start with a capitalized word, project name or number.

I: net.sourceforge.wavbreaker:~: content-rating-missing
   This component has no `content_rating` tag to provide age rating information. You can generate
   the tag data online by answering a few questions at https://hughsie.github.io/oars/

✔ Validation was successful: infos: 2
musicinmybrain commented 11 months ago
$ appstreamcli validate --no-net --explain data/net.sourceforge.wavbreaker.appdata.xml
I: net.sourceforge.wavbreaker:10: description-first-word-not-capitalized
   The description line does not start with a capitalized word, project name or number.

✔ Validation was successful: infos: 1
thp commented 10 months ago

Thanks!