1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
From: =?utf-8?q?Timoth=C3=A9e_Ravier?= <tim@siosm.fr>
Date: Wed, 17 Apr 2024 11:05:56 +0200
Subject: appstream: Update to use 'control' instead of 'custom'
See: https://gitlab.gnome.org/GNOME/geary/-/merge_requests/707
See: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-relations-control
Origin: https://gitlab.gnome.org/World/vocalis/-/commit/2a28594e2
---
data/org.gnome.SoundRecorder.metainfo.xml.in.in | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/data/org.gnome.SoundRecorder.metainfo.xml.in.in b/data/org.gnome.SoundRecorder.metainfo.xml.in.in
index 15045a9..7a054ba 100644
--- a/data/org.gnome.SoundRecorder.metainfo.xml.in.in
+++ b/data/org.gnome.SoundRecorder.metainfo.xml.in.in
@@ -106,8 +106,9 @@
<developer_name>The GNOME Project</developer_name>
<update_contact>meg387_at_gmail.com</update_contact>
<translation type="gettext">@gettext-package@</translation>
- <custom>
- <value key="Purism::form_factor">workstation</value>
- <value key="Purism::form_factor">mobile</value>
- </custom>
-</component>
\ No newline at end of file
+ <recommends>
+ <control>touch</control>
+ <control>keyboard</control>
+ <control>pointing</control>
+ </recommends>
+</component>
|