summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2023-02-11 23:09:41 -0500
committerChristopher Davis <christopherdavis@gnome.org>2023-02-11 23:10:55 -0500
commitd708cd69ca25f70dadd6ff0ff910dd7014ed494b (patch)
tree527d393b084b658c17f2518f5dc748bf8b07887f
parent024f702109df6e92e16ff63e0af12f645d5dc192 (diff)
downloadgnome-font-viewer-d708cd69ca25f70dadd6ff0ff910dd7014ed494b.tar.gz
appdata: State hardware support
Declare what sort of hardware we support and the minimum display size Fonts is usable on. This allows applications like Software to display hardware information or hide the app on incompatible hardware.
-rw-r--r--data/org.gnome.font-viewer.appdata.xml.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/org.gnome.font-viewer.appdata.xml.in b/data/org.gnome.font-viewer.appdata.xml.in
index 355f00b..5a0eefa 100644
--- a/data/org.gnome.font-viewer.appdata.xml.in
+++ b/data/org.gnome.font-viewer.appdata.xml.in
@@ -169,4 +169,12 @@
</release>
</releases>
<translation type="gettext">gnome-font-viewer</translation>
+ <recommends>
+ <control>keyboard</control>
+ <control>pointing</control>
+ <control>touch</control>
+ </recommends>
+ <requires>
+ <display_length>360</display_length>
+ </requires>
</component>