Fix the <suggests> to <supports> in the metainfo, so Warehouse is shown to work on all devices

This commit is contained in:
Heliguy
2024-09-28 23:47:44 -04:00
parent 3393ec783e
commit a6844ef438

View File

@@ -8,8 +8,8 @@
<project_license>GPL-3.0-only</project_license> <project_license>GPL-3.0-only</project_license>
<summary>Manage all things Flatpak</summary> <summary>Manage all things Flatpak</summary>
<description> <description>
<p>Warehouse is an app that manages installed Flatpaks, their user data, and Flatpak remotes.</p> <p>Warehouse is an app that manages installed Flatpaks, their user data, and Flatpak remotes.</p>
<p>Features:</p> <p>Features:</p>
<ul> <ul>
<li>Show and filter the list of installed Flatpaks</li> <li>Show and filter the list of installed Flatpaks</li>
<li>Display properties of installed Flatpaks</li> <li>Display properties of installed Flatpaks</li>
@@ -23,11 +23,11 @@
<color type="primary" scheme_preference="light">#AECEF4</color> <color type="primary" scheme_preference="light">#AECEF4</color>
<color type="primary" scheme_preference="dark">#072F5E</color> <color type="primary" scheme_preference="dark">#072F5E</color>
</branding> </branding>
<recommends> <supports>
<control>keyboard</control> <control>keyboard</control>
<control>pointing</control> <control>pointing</control>
<control>touch</control> <control>touch</control>
</recommends> </supports>
<requires> <requires>
<display_length compare="ge">330</display_length> <display_length compare="ge">330</display_length>
</requires> </requires>