Skip to content

Appdata and build related changes

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

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

build: Use appstreamcli

  • Use appstreamcli to validate apptada

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

appdata: Update appdata

  • Update redirected screenshot URL
  • Group URLs together
  • Update redirected donation URL
  • Update translation URL
  • Add vcs-browser URL
  • Add developer block with a name tag to comply Apptream
  • Use org.gnome as a developer ID
  • Remove the none content ratings.

Merge request reports