[geary] appdata: State hardware support the old way



commit de1ce00c8945459d866330e2afd25574227f44ff
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Sep 9 20:14:31 2021 +0200

    appdata: State hardware support the old way
    
    This declares which hardware the application supports using the old
    custom tags, as the news ones aren't used widely enough yet.

 desktop/org.gnome.Geary.appdata.xml.in.in | 5 +++++
 desktop/org.gnome.Geary.desktop.in.in     | 1 +
 2 files changed, 6 insertions(+)
---
diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in
index 1668d62b8..8a391ff47 100644
--- a/desktop/org.gnome.Geary.appdata.xml.in.in
+++ b/desktop/org.gnome.Geary.appdata.xml.in.in
@@ -260,4 +260,9 @@
     <display_length compare="ge">360</display_length>
   </requires>
 
+  <custom>
+    <value key="Purism::form_factor">workstation</value>
+    <value key="Purism::form_factor">mobile</value>
+  </custom>
+
 </component>
diff --git a/desktop/org.gnome.Geary.desktop.in.in b/desktop/org.gnome.Geary.desktop.in.in
index 81fa2537c..298abb175 100644
--- a/desktop/org.gnome.Geary.desktop.in.in
+++ b/desktop/org.gnome.Geary.desktop.in.in
@@ -16,6 +16,7 @@ StartupNotify=true
 DBusActivatable=true
 Actions=compose;new-window
 X-GNOME-UsesNotifications=true
+# Translators: Do NOT translate or transliterate this text (these are enum types)!
 X-Purism-FormFactor=Workstation;Mobile;
 
 [Desktop Action compose]


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