Skip to content

Appdata related patches

Ghost User requested to merge (removed):fix-appdata into master

appdata: Remove none OARS tags

"The old generator also included all the none-value entries—it no longer does this, you can safely remove them.

If it only consists of none values, it’s safe to shorten it to just: <content_rating type="oars-1.1" />"

More information: https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/#oars-information

appdata: Update appdata

  • Remove .desktop from ID
  • Provide the old id via provides tag
  • Mark developer name as untranslatable
  • Add vcs-browser and translate URLs
  • Add missing launchable tag

data: Validate appdata and desktop file

  • Add validation test to validate appdata and desktop files
  • Add run-tests argument to run validation test via flatpak manifest
  • Use local path to help developers

Merge request reports