[geary: 2/3] metainfo: Add minimum screen size requirement and input recommendations




commit a34aad9da4b8be8235b1d8fe6ebc676ade3611ff
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Jul 26 13:53:42 2021 +0200

    metainfo: Add minimum screen size requirement and input recommendations
    
    This allows software centers like GNOME Software to filter applications
    by the device's form factor and input devices.

 desktop/org.gnome.Geary.appdata.xml.in.in | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in
index e31d62dd4..1668d62b8 100644
--- a/desktop/org.gnome.Geary.appdata.xml.in.in
+++ b/desktop/org.gnome.Geary.appdata.xml.in.in
@@ -249,4 +249,15 @@
     <content_attribute id="money-purchasing">none</content_attribute>
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
+
+  <recommends>
+    <control>touch</control>
+    <control>keyboard</control>
+    <control>pointing</control>
+  </recommends>
+
+  <requires>
+    <display_length compare="ge">360</display_length>
+  </requires>
+
 </component>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]