Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: Adapt appdata and checks to new flathub standards
* appdata: Remove Purism::form_factor=workstation This is a key=value dict, with two entries one gets an error: E: com.github.tchx84.Flatseal:39: custom-key-duplicated Purism::form_factor A key can only be used once. Apps generally remove the workstation key so the app is still marked as mobile capable. * appdata: Add developer tag developer_name was deprecated in AppStream 1.0, this is the replacement. * appdata: Add launchable Fixes the following error: com.github.tchx84.Flatseal:~: desktop-app-launchable-missing This `desktop-application` component is missing a `desktop-id` launchable tag. This means that this application can not be launched and has no association with its desktop-entry file. It also means no icon data or category information from the desktop-entry file will be available, which will result in this application being ignored entirely. * meson: Switch tests to appstreamcli
- Loading branch information