[gnome-disk-utility] metainfo: Add minimum screen size requirement and input recommendations



commit 379ad1520953f404013ede1bffc3db0e5d5a5c59
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Sep 6 11:57:08 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.

 data/org.gnome.DiskUtility.appdata.xml.in | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/data/org.gnome.DiskUtility.appdata.xml.in b/data/org.gnome.DiskUtility.appdata.xml.in
index e506c7b9..fd58509a 100644
--- a/data/org.gnome.DiskUtility.appdata.xml.in
+++ b/data/org.gnome.DiskUtility.appdata.xml.in
@@ -36,4 +36,12 @@
   <url type="donation">https://www.gnome.org/friends/</url>
   <url type="help">https://help.gnome.org/users/gnome-help/stable/disk.html</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
+  <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]