From 495e72de34d972306a3a7b8de70af84e14cec307 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Mon, 13 Apr 2020 12:00:00 +0000
Subject: [PATCH] Validate appstream file and add screenshots

This now validates with
```
appstream-util validate app.briar.gtk.xml.in
```
---
 briar-gtk/data/app.briar.gtk.appdata.xml.in | 24 +++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/briar-gtk/data/app.briar.gtk.appdata.xml.in b/briar-gtk/data/app.briar.gtk.appdata.xml.in
index 3c7b486..cadcf4f 100644
--- a/briar-gtk/data/app.briar.gtk.appdata.xml.in
+++ b/briar-gtk/data/app.briar.gtk.appdata.xml.in
@@ -28,17 +28,37 @@
   <url type="help">https://briarproject.org/manual/</url>
   <url type="translate">https://www.transifex.com/otf/briar/</url>
   <url type="donation">https://liberapay.com/Briar/donate</url>
-  <url type="contact">https://briarproject.org/get-involved/</url>
-​  <project_group>Briar</project_group>
+  <project_group>Briar</project_group>
   <developer_name>Briar Community</developer_name>
+  <update_contact>contact@briarproject.org</update_contact>
 
   <translation type="gettext">briar-gtk</translation>
 
+  <screenshots>
+    <screenshot type="default">
+      <caption>Main window showing two contacts and chat</caption>
+      <image type="source">https://code.briarproject.org/briar/briar-gtk/raw/fff8cbe97dc8e6c759b978e6d7d8608a3105b9c0/tools/screenshots/briar-gtk-screenshot-1.png</image>
+    </screenshot>
+    <screenshot>
+      <caption>Welcome screen with registration</caption>
+      <image type="source">https://code.briarproject.org/briar/briar-gtk/raw/fff8cbe97dc8e6c759b978e6d7d8608a3105b9c0/tools/screenshots/briar-gtk-screenshot-2.png</image>
+    </screenshot>
+    <screenshot>
+      <caption>Adding contacts on a distance</caption>
+      <image type="source">https://code.briarproject.org/briar/briar-gtk/raw/fff8cbe97dc8e6c759b978e6d7d8608a3105b9c0/tools/screenshots/briar-gtk-screenshot-3.png</image>
+    </screenshot>
+    <screenshot>
+      <caption>Main window with two contacts and about dialog</caption>
+      <image type="source">https://code.briarproject.org/briar/briar-gtk/raw/fff8cbe97dc8e6c759b978e6d7d8608a3105b9c0/tools/screenshots/briar-gtk-screenshot-4.png</image>
+    </screenshot>
+  </screenshots>
+
   <releases>
     <release version="0.1.0-alpha1" date="2020-04-12">
       <description>
         <p>
           The very first alpha release of Briar GTK.
+          It allows to add contacts on a distance and chatting with them in private chats. Other functions like groups, forums and blogs are to be implemented.
         </p>
       </description>
     </release>
-- 
GitLab