Codebase list virt-viewer / e05169c
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> Pino Toscano 3 years ago
1 changed file(s) with 16 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 <?xml version="1.0" encoding="UTF-8"?>
1 <component type="desktop">
2 <id type="desktop">remote-viewer.desktop</id>
1 <component type="desktop-application">
2 <id>remote-viewer</id>
33 <metadata_license>CC0-1.0</metadata_license>
44 <project_license>GPL-2.0+</project_license>
55 <name>Remote Viewer</name>
1515 </p>
1616 </description>
1717 <screenshots>
18 <screenshot type="default">https://virt-manager.org/appdata/en_US/virt-viewer/general.png</screenshot>
19 <screenshot>https://virt-manager.org/appdata/en_US/virt-viewer/connection.png</screenshot>
20 <screenshot>https://virt-manager.org/appdata/en_US/virt-viewer/usbredir.png</screenshot>
21 <screenshot>https://virt-manager.org/appdata/en_US/virt-viewer/shared_folder.png</screenshot>
18 <screenshot type="default">
19 <image>https://virt-manager.org/appdata/en_US/virt-viewer/general.png</image>
20 </screenshot>
21 <screenshot>
22 <image>https://virt-manager.org/appdata/en_US/virt-viewer/connection.png</image>
23 </screenshot>
24 <screenshot>
25 <image>https://virt-manager.org/appdata/en_US/virt-viewer/usbredir.png</image>
26 </screenshot>
27 <screenshot>
28 <image>https://virt-manager.org/appdata/en_US/virt-viewer/shared_folder.png</image>
29 </screenshot>
2230 </screenshots>
2331 <provides>
2432 <binary>remote-viewer</binary>
2533 </provides>
2634 <url type="homepage">https://gitlab.com/virt-viewer/virt-viewer/</url>
27 <updatecontact>https://gitlab.com/virt-viewer/virt-viewer/</updatecontact>
35 <url type="bugtracker">https://gitlab.com/virt-viewer/virt-viewer/-/issues</url>
36 <url type="translate">https://translate.fedoraproject.org/projects/virt-viewer/virt-viewer/</url>
2837 </component>