[vlc-devel] [PATCH] appdata: add image tag for screenshots
Sebastian Ramacher
sramacher at debian.org
Fri Feb 28 20:13:47 CET 2020
---
Fixes https://appstream.debian.org/sid/main/issues/vlc.html
share/vlc.appdata.xml.in.in | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/share/vlc.appdata.xml.in.in b/share/vlc.appdata.xml.in.in
index b271502eb9..cc9c39a6cd 100644
--- a/share/vlc.appdata.xml.in.in
+++ b/share/vlc.appdata.xml.in.in
@@ -28,8 +28,14 @@
<developer_name>VideoLAN et al.</developer_name>
<update_contact>vlc-devel -- videolan.org</update_contact>
<screenshots>
- <screenshot type="default">http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-poney.jpg</screenshot>
- <screenshot type="default">http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-gnome3-open.jpg</screenshot>
- <screenshot type="default">http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-gnome3-debian.jpg</screenshot>
+ <screenshot type="default">
+ <image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-poney.jpg</image>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-gnome3-open.jpg</image>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-gnome3-debian.jpg</image>
+ </screenshot>
</screenshots>
</component>
--
2.25.1
More information about the vlc-devel
mailing list