[calls/gnome-41] metainfo: Add screenshots



commit 4c8561e0f0539e142d1f72cf5e2fbbd071e3e479
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Mon Oct 18 11:19:21 2021 +0200

    metainfo: Add screenshots
    
    Fixes #341
    
    (cherry picked from commit 1306628f8c0d96a8b3b2f4fbada861c4c7b41f87)

 data/org.gnome.Calls.metainfo.xml |  13 +++++++++++++
 data/screenshots/calling.png      | Bin 0 -> 50752 bytes
 data/screenshots/history.png      | Bin 0 -> 89504 bytes
 debian/copyright                  |   4 ++++
 4 files changed, 17 insertions(+)
---
diff --git a/data/org.gnome.Calls.metainfo.xml b/data/org.gnome.Calls.metainfo.xml
index 0b13890a..c0c07142 100644
--- a/data/org.gnome.Calls.metainfo.xml
+++ b/data/org.gnome.Calls.metainfo.xml
@@ -18,6 +18,19 @@
     <developer_name>Evangelos Ribeiro Tzaras</developer_name>
     <developer_name>Julian Sparber</developer_name>
 
+    <screenshots>
+      <screenshot type="default">
+        <!-- Translators: A screenshot description. -->
+        <caption>Placing a call</caption>
+        <image type="source" width="720" 
height="1440">https://gitlab.gnome.org/GNOME/calls/raw/master/data/screenshots/calling.png</image>
+      </screenshot>
+      <screenshot>
+        <!-- Translators: A screenshot description. -->
+        <caption>The call history</caption>
+        <image type="source" width="720" 
height="1440">https://gitlab.gnome.org/GNOME/calls/raw/master/data/screenshots/history.png</image>
+      </screenshot>
+    </screenshots>
+
     <recommends>
         <control>pointing</control>
         <control>keyboard</control>
diff --git a/data/screenshots/calling.png b/data/screenshots/calling.png
new file mode 100644
index 00000000..704163ed
Binary files /dev/null and b/data/screenshots/calling.png differ
diff --git a/data/screenshots/history.png b/data/screenshots/history.png
new file mode 100644
index 00000000..68bcb61a
Binary files /dev/null and b/data/screenshots/history.png differ
diff --git a/debian/copyright b/debian/copyright
index d68d5cd0..53c0fece 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,6 +11,10 @@ Files: data/sm.puri.Calls.metainfo.xml
 Copyright: 2018-2021 Purism SPC
 License: CC0-1.0
 
+Files: data/screenshots/*
+Copyright: 2021 Purism SPC
+License: CC0-1.0
+
 License: GPL-3+
  This program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software


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