virt-viewer/data/remote-viewer.appdata.xml.in
Pino Toscano e05169c0e8 Modernize AppStream file
- use the "desktop-application" component instead of the old "desktop"
- do not specify a type for the id, and remove the .desktop suffix;
  it is implicit for type=desktop-application
- move the URLs of screenshots within <image> tags
- simply remove the non-standard <updatecontact>, instead of converting
  it to <url type="contact">, as it is the same
- add URLs for the bug tracking, and the translation system

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
2020-07-23 16:43:59 +02:00

39 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>remote-viewer</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Remote Viewer</name>
<summary>Remotely access virtual machines</summary>
<description>
<p>
Remote Viewer provides a graphical viewer for the guest OS
display. At this time it supports guest OS using the VNC
or SPICE protocols. Further protocols may be supported in
the future as user demand dictates. The viewer can connect
directly to both local and remotely hosted guest OS, optionally
using SSL/TLS encryption.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://virt-manager.org/appdata/en_US/virt-viewer/general.png</image>
</screenshot>
<screenshot>
<image>https://virt-manager.org/appdata/en_US/virt-viewer/connection.png</image>
</screenshot>
<screenshot>
<image>https://virt-manager.org/appdata/en_US/virt-viewer/usbredir.png</image>
</screenshot>
<screenshot>
<image>https://virt-manager.org/appdata/en_US/virt-viewer/shared_folder.png</image>
</screenshot>
</screenshots>
<provides>
<binary>remote-viewer</binary>
</provides>
<url type="homepage">https://gitlab.com/virt-viewer/virt-viewer/</url>
<url type="bugtracker">https://gitlab.com/virt-viewer/virt-viewer/-/issues</url>
<url type="translate">https://translate.fedoraproject.org/projects/virt-viewer/virt-viewer/</url>
</component>