summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Fedin <fedin-ilja2010@ya.ru>2022-12-29 14:29:01 +0400
committerJohn Preston <johnprestonmail@gmail.com>2022-12-29 14:43:23 +0400
commit5d5e4cbdffaf40b0573c1d563a1e2e42fbecb2df (patch)
tree4d28d371c84db033e98f71069e996ae92636e4c3
parent7e9920b5eab556c7b88f35e830dc1ab91920fcac (diff)
Add information about required and supported peripheral to XDG metadata
-rw-r--r--lib/xdg/org.telegram.desktop.metainfo.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/xdg/org.telegram.desktop.metainfo.xml b/lib/xdg/org.telegram.desktop.metainfo.xml
index b674638669..d787eada95 100644
--- a/lib/xdg/org.telegram.desktop.metainfo.xml
+++ b/lib/xdg/org.telegram.desktop.metainfo.xml
@@ -44,6 +44,15 @@
<keyword>sms</keyword>
<keyword>im</keyword>
</keywords>
+ <requires>
+ <display_length compare="ge">medium</display_length>
+ <internet>always</internet>
+ </requires>
+ <supports>
+ <control>pointing</control>
+ <control>keyboard</control>
+ <control>touch</control>
+ </supports>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>