From 4b4cfa04266ebbe2f3da5abd9624ea07aa159fea Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 9 Oct 2019 11:07:20 +0200 Subject: [PATCH] appdata.xml: fix a validation error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit appstream-util version 0.7.16 complains: $ appstream-util validate-relax --nonet ./data/sm.puri.Calls.appdata.xml ./data/sm.puri.Calls.appdata.xml: FAILED: • tag-missing : required Validation of files failed What it actually means that the is not well formed because it should contain a paragraph. --- data/sm.puri.Calls.appdata.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/sm.puri.Calls.appdata.xml b/data/sm.puri.Calls.appdata.xml index 4aa1bd1..2ccdae3 100644 --- a/data/sm.puri.Calls.appdata.xml +++ b/data/sm.puri.Calls.appdata.xml @@ -6,7 +6,9 @@ Calls A phone dialer and call handler - Calls is a simple, elegant phone dialer and call handler built using GTK+ 3. + +

Calls is a simple, elegant phone dialer and call handler built using GTK+ 3.

+
https://source.puri.sm/Librem5/calls https://source.puri.sm/Librem5/calls/issues