[gnome-taquin] data: List compatible form-factors



commit 7e7ab5f7a6b32b90a8c505a40ebf39ad545e1b6a
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Nov 4 13:10:06 2020 +0100

    data: List compatible form-factors
    
    This will allow the app to be available in Phosh and PureOS Store.

 data/org.gnome.Taquin.appdata.xml.in | 4 ++++
 data/org.gnome.Taquin.desktop.in     | 2 ++
 2 files changed, 6 insertions(+)
---
diff --git a/data/org.gnome.Taquin.appdata.xml.in b/data/org.gnome.Taquin.appdata.xml.in
index 38bfd11..01d4348 100644
--- a/data/org.gnome.Taquin.appdata.xml.in
+++ b/data/org.gnome.Taquin.appdata.xml.in
@@ -57,6 +57,10 @@
     <content_attribute id="money-purchasing">none</content_attribute>
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
+  <custom>
+    <value key="Purism::form_factor">workstation</value>
+    <value key="Purism::form_factor">mobile</value>
+  </custom>
 
   ​<releases>
     <!-- should be kept in versioning inverted order -->
diff --git a/data/org.gnome.Taquin.desktop.in b/data/org.gnome.Taquin.desktop.in
index 37d9046..0a7eeed 100644
--- a/data/org.gnome.Taquin.desktop.in
+++ b/data/org.gnome.Taquin.desktop.in
@@ -15,6 +15,8 @@ Categories=GNOME;GTK;Game;LogicGame;
 StartupNotify=true
 DBusActivatable=true
 Actions=fifteen;sixteen;
+# Translators: Do NOT translate or transliterate this text (these are enum types)!
+X-Purism-FormFactor=Workstation;Mobile;
 
 [Desktop Action fifteen]
 # Translators: an action Name, as defined in the desktop file spec; name of the traditional Taquin game


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