appdata: Update appdata (#849)

## Description

- Add vcs-browser URL
- Remove one of Purism tag to pass appstreamcli validation
- Remove categories and keywords that provided by the desktop file
- Sync keywords and categories with the desktop file

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

## Type of change

- [x] Enhancement (Change which slightly improves existing code)

## Testing

- [x] I have tested my changes and verified that they work as expected
This commit is contained in:
David Lapshin 2024-01-17 01:22:24 +03:00 committed by GitHub
commit 3d3049c8b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 13 deletions

View file

@ -53,6 +53,7 @@
<url type="bugtracker">@BUGTRACKER_URL@</url>
<url type="help">@HELP_URL@</url>
<url type="translate">@TRANSLATE_URL@</url>
<url type="vcs-browser">@PROJECT_URL@</url>
<kudos>
<kudo>HiDpiIcon</kudo>
@ -60,7 +61,6 @@
</kudos>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
@ -68,23 +68,12 @@
<display_length compare="ge">360</display_length>
</requires>
<categories>
<category>Utility</category>
</categories>
<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
<keywords>
<keyword>AdwCustomizer</keyword>
<keyword>Adwaita Manager</keyword>
<keyword>GNOME</keyword>
<keyword>Customization</keyword>
</keywords>
<releases>
<release version="0.8.0-beta2" date="2024-01-4" type="development">
<description translatable="no">

View file

@ -4,5 +4,6 @@ Exec=gradience
Icon=@APP_ID@
Terminal=false
Type=Application
Categories=GTK;
Categories=GTK;Utility;
Keywords=AdwCustomizer;Adwaita Manager;GNOME;Customization;
StartupNotify=true