From fafdbf5b15257d50a3810d1ef1ad546ce8cb1c90 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Fri, 22 Dec 2017 17:36:08 +0100 Subject: Remove inkscape.file.svg (and inkscape.file.png) It was added in 8aeb053f557456d83b60acdcf1446a6825a5aef6 but seems to have never been used. It was only referenced in inkscape.nsi (where it's not required) which broke when the file was moved in ce456d55bb3deee828dad9cdaf1f530194cae93c --- packaging/win32/inkscape.nsi | 5 - .../hicolor/scalable/actions/inkscape.file.svg | 178 --------------------- share/icons/inkscape.file.png | Bin 1994 -> 0 bytes 3 files changed, 183 deletions(-) delete mode 100644 share/icons/hicolor/scalable/actions/inkscape.file.svg delete mode 100644 share/icons/inkscape.file.png diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 3b13b4708..3f804264c 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -314,11 +314,6 @@ Section "$(Core)" SecCore ; Mandatory Inkscape core files section {{{ File /nonfatal /a /r /x *.??*.???* /x examples /x extensions /x locale /x tutorials ${INKSCAPE_DIST_DIR}\share\*.* !insertmacro UNINSTALL.LOG_CLOSE_INSTALL ; this files are added because it slips through the filter - SetOutPath $INSTDIR\share\icons - !insertmacro UNINSTALL.LOG_OPEN_INSTALL - File /a ${INKSCAPE_DIST_DIR}\share\icons\inkscape.file.png - File /a ${INKSCAPE_DIST_DIR}\share\icons\inkscape.file.svg - !insertmacro UNINSTALL.LOG_CLOSE_INSTALL SetOutPath $INSTDIR\share\templates !insertmacro UNINSTALL.LOG_OPEN_INSTALL File /a ${INKSCAPE_DIST_DIR}\share\templates\default.en_US.svg diff --git a/share/icons/hicolor/scalable/actions/inkscape.file.svg b/share/icons/hicolor/scalable/actions/inkscape.file.svg deleted file mode 100644 index 5803d94bf..000000000 --- a/share/icons/hicolor/scalable/actions/inkscape.file.svg +++ /dev/null @@ -1,178 +0,0 @@ - - -Inkscape Filetype Icon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -image/svg+xml - - - -Andy Fitzsimon - - - - -Andrew Michael Fitzsimon - - - - -Fitzsimon IT Consulting Pty Ltd - - -http://andy.fitzsimon.com.au -2006 - -Inkscape Filetype Icon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/share/icons/inkscape.file.png b/share/icons/inkscape.file.png deleted file mode 100644 index df5b7e44a..000000000 Binary files a/share/icons/inkscape.file.png and /dev/null differ -- cgit v1.2.3