Skip to content

Appdata and build related changes

Sabri Ünal requested to merge (removed):update-appdata into master

build: Update cleanup

Use slightly better cleanup to reduce package size.

appdata: Rename appdata 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 appdata

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

appdata: Update appdata

  • Update translation URL*
  • Add developer block with a name tag to comply AppStream
  • Use org.gnome as a developer ID
Edited by Sabri Ünal

Merge request reports