From a54f3d168915fea654e425a84ffcfbd1ffdc3c9f Mon Sep 17 00:00:00 2001 From: knuxify Date: Mon, 25 Mar 2024 19:56:41 +0100 Subject: [PATCH] appstream: Replace Purism::form_factor key with block Drop the deprecated key in favor of the new solution for declaring an app as mobile-friendly. Makes the app show up as mobile-friendly on apps.gnome.org. --- data/org.gnome.Weather.metainfo.xml.in.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/data/org.gnome.Weather.metainfo.xml.in.in b/data/org.gnome.Weather.metainfo.xml.in.in index 2ac2b707..14cb43fd 100644 --- a/data/org.gnome.Weather.metainfo.xml.in.in +++ b/data/org.gnome.Weather.metainfo.xml.in.in @@ -457,7 +457,13 @@ mild - - mobile - + + keyboard + pointing + touch + + + + 360 + -- GitLab