Codebase list virt-viewer / f212c5a
package: Add appdata metadata for Gnome Software Adds metadata to be used with Gnome Software. Includes name, summary, description and a few screenshots of remote-viewer. Signed-off-by: Lukáš Venhoda <lvenhoda@redhat.com> Acked-by: Daniel P. Berrange <berrange@redhat.com> Acked-by: Fabiano Fidêncio <fidencio@redhat.com> Lukáš Venhoda authored 7 years ago Fabiano Fidêncio committed 7 years ago
4 changed file(s) with 38 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
7575 mime_DATA = virt-viewer-mime.xml
7676 @INTLTOOL_XML_RULE@
7777
78 appdatadir = $(datadir)/appdata
79 APPDATAFILES = remote-viewer.appdata.xml.in
80 appdata_DATA = $(APPDATAFILES:.xml.in=.xml)
81 @INTLTOOL_XML_RULE@
82
7883 install-data-hook:
7984 if ENABLE_UPDATE_MIMEDB
8085 @if $(AM_V_P); then set -x; else echo " INSTALL update-mime-database"; fi; \
8792 $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime";
8893 endif
8994
90 CLEANFILES += $(mime_DATA) $(desktop_DATA)
91 EXTRA_DIST += $(MIMEFILES) $(DESKTOPFILES)
95 CLEANFILES += $(mime_DATA) $(desktop_DATA) $(appdata_DATA)
96 EXTRA_DIST += $(MIMEFILES) $(DESKTOPFILES) $(APPDATAFILES)
9297
9398 endif
9499
0 <?xml version="1.0" encoding="UTF-8"?>
1 <application>
2 <id type="desktop">remote-viewer.desktop</id>
3 <metadata_license>CC0-1.0</metadata_license>
4 <project_license>GPL-2.0+</project_license>
5 <_name>Remote Viewer</_name>
6 <_summary>Remotely access virtual machines</_summary>
7 <description>
8 <_p>
9 Remote Viewer provides a graphical viewer for the guest OS
10 display. At this time it supports guest OS using the VNC
11 or SPICE protocols. Further protocols may be supported in
12 the future as user demand dictates. The viewer can connect
13 directly to both local and remotely hosted guest OS, optionally
14 using SSL/TLS encryption.
15 </_p>
16 </description>
17 <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>
22 </screenshots>
23 <provides>
24 <binary>remote-viewer</binary>
25 </provides>
26 <url type="homepage">https://virt-manager.org/</url>
27 <updatecontact>virt-tools-list_at_redhat.com</updatecontact>
28 </application>
0 data/remote-viewer.appdata.xml.in
01 data/remote-viewer.desktop.in
12 data/virt-viewer-mime.xml.in
23 src/remote-viewer-main.c
124124 %{_datadir}/icons/hicolor/*/apps/*
125125 %{_datadir}/icons/hicolor/*/devices/*
126126 %{_datadir}/applications/remote-viewer.desktop
127 %{_datadir}/appdata/remote-viewer.appdata.xml
127128 %{_datadir}/mime/packages/virt-viewer-mime.xml
128129 %ghost %{_libexecdir}/spice-xpi-client
129130 %{_libexecdir}/spice-xpi-client-remote-viewer