chore: expand metainfo (#545)

* docs: expand metainfo

This PR contains various changes and additions to the metainfo document
and desktop file with the goal of improving LACT's appearance on Flathub
and in similar app stores.

- Change summary to follow Flathub's (optional) [quality
guidelines](https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines)
- Add branding colors
- Add donation and help URLs
- Add hardware support information

* docs: fix typo

* --amend
This commit is contained in:
Brage Fuglseth
2025-04-14 09:56:36 +03:00
committed by GitHub
parent 13d3dbf25d
commit 9cbaed2da8
2 changed files with 16 additions and 1 deletions
@@ -1,6 +1,7 @@
[Desktop Entry]
Type=Application
Name=LACT
Comment=Control your graphics cards
GenericName=GPU Control Application
Exec=lact gui
Icon=io.github.ilya_zlobintsev.LACT
@@ -4,7 +4,7 @@
<metadata_license>CC0</metadata_license>
<project_license>MIT</project_license>
<name>LACT</name>
<summary>GPU Control Application</summary>
<summary>Control your graphics cards</summary>
<description>
<p>LACT lets you configure and monitor your AMD, Nvidia or Intel GPU on Linux.</p>
<p>Supported functionality:</p>
@@ -30,10 +30,24 @@
<caption>Fan Control</caption>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#CD969B</color>
<color type="primary" scheme_preference="dark">#4d171c</color>
</branding>
<url type="homepage">https://github.com/ilya-zlobintsev/LACT</url>
<url type="vcs-browser">https://github.com/ilya-zlobintsev/LACT</url>
<url type="bugtracker">https://github.com/ilya-zlobintsev/LACT/issues</url>
<url type="donation">https://ko-fi.com/ilya_zlobintsev</url>
<url type="help">https://github.com/ilya-zlobintsev/LACT/blob/master/README.md</url>
<content_rating type="oars-1.0" />
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
<requires>
<display_length compare="ge">827</display_length>
</requires>
<releases>
<release version="0.7.3" date="2025-04-05">
<url>https://github.com/ilya-zlobintsev/LACT/releases/tag/v0.7.3</url>