Skip to content

Appdata related changes to comply Flathub

Sabri Ünal requested to merge yakushabb/gnome-tetravex:fix-appdata into master

appdata: Update appdata

  • Remove the none marked OARS
  • Add developer block
  • Update forwarded donation URL
  • Update forwarded screenshot URL
  • Add vcs-browser and translate URLs

More information: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/

build: Use appstreamcli

  • Use appstreamcli to validate apptada

More information: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#validation

appdata: Rename apptadata to metainfo

Note: /app/share/appdata and %{id}.appdata.xml are considered to be the legacy path and filename, respectively.

Place the MetaInfo file into /app/share/metainfo/, name it %{id}.metainfo.xml, where %{id} is the ID. This ID and the filename must match exactly with the id set in the Flatpak manifest.

More information: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#path-and-filename

Merge request reports