diff --git a/icons/24x24/virt-viewer-usb.png b/icons/24x24/virt-viewer-usb.png deleted file mode 100644 index e23661e..0000000 Binary files a/icons/24x24/virt-viewer-usb.png and /dev/null differ diff --git a/icons/meson.build b/icons/meson.build index a77cda7..fe91ad4 100644 --- a/icons/meson.build +++ b/icons/meson.build @@ -8,15 +8,6 @@ logo_icon_sizes = [ 'scalable', ] -misc_icon_sizes = [ - '24x24', - 'scalable', -] - -misc_icon_names = [ - 'usb', -] - foreach icon_size: logo_icon_sizes if icon_size == 'scalable' src_icon = 'virt-viewer.svg' @@ -29,20 +20,6 @@ foreach icon_size: logo_icon_sizes ) endforeach -foreach icon_size: misc_icon_sizes - foreach icon_name: misc_icon_names - if icon_size == 'scalable' - src_icon = 'virt-viewer-' + icon_name + '.svg' - else - src_icon = 'virt-viewer-' + icon_name + '.png' - endif - install_data( - join_paths(icon_size, src_icon), - install_dir: join_paths(datadir, 'icons', 'hicolor', icon_size, 'devices') - ) - endforeach -endforeach - if host_machine.system() == 'windows' icotool = find_program('icotool') diff --git a/icons/scalable/virt-viewer-usb.svg b/icons/scalable/virt-viewer-usb.svg deleted file mode 100644 index 4101f6e..0000000 --- a/icons/scalable/virt-viewer-usb.svg +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/mingw-virt-viewer.spec.in b/mingw-virt-viewer.spec.in index 47fc67d..6f95321 100644 --- a/mingw-virt-viewer.spec.in +++ b/mingw-virt-viewer.spec.in @@ -142,7 +142,6 @@ cp build_win64$MINGW_BUILDDIR_SUFFIX/data/virt-viewer-x64-@VERSION@.msi $RPM_BUI %dir %{mingw32_datadir}/virt-viewer/ %{mingw32_datadir}/icons/hicolor/*/apps/* -%{mingw32_datadir}/icons/hicolor/*/devices/* %{mingw32_mandir}/man1/virt-viewer.1* %{mingw32_mandir}/man1/remote-viewer.1* diff --git a/src/resources/virt-viewer.gresource.xml b/src/resources/virt-viewer.gresource.xml index 65f08c3..6cb2082 100644 --- a/src/resources/virt-viewer.gresource.xml +++ b/src/resources/virt-viewer.gresource.xml @@ -15,7 +15,6 @@ ../../icons/16x16/virt-viewer.png ../../icons/22x22/virt-viewer.png ../../icons/24x24/virt-viewer.png - ../../icons/24x24/virt-viewer-usb.png ../../icons/32x32/virt-viewer.png ../../icons/48x48/virt-viewer.png ../../icons/256x256/virt-viewer.png diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in index a18d62f..b3a820a 100644 --- a/virt-viewer.spec.in +++ b/virt-viewer.spec.in @@ -51,7 +51,6 @@ the display, and libvirt for looking up VNC/SPICE server details. %{_bindir}/%{name} %{_bindir}/remote-viewer %{_datadir}/icons/hicolor/*/apps/* -%{_datadir}/icons/hicolor/*/devices/* %{_datadir}/applications/remote-viewer.desktop %{_datadir}/metainfo/remote-viewer.appdata.xml %{_datadir}/mime/packages/virt-viewer-mime.xml