From 588abd019fb2ed3f607682f2b6c7fe86a7a5bb90 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 3 Sep 2015 13:35:11 -0300 Subject: [PATCH] Move the icons to the icons folder There was no reason at all to keep those icons on the root folder. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 2 +- satellite.svg => icons/satellite.svg | 0 subsurface-icon.svg => icons/subsurface-icon.svg | 0 subsurface-mobile-icon.svg => icons/subsurface-mobile-icon.svg | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename satellite.svg => icons/satellite.svg (100%) rename subsurface-icon.svg => icons/subsurface-icon.svg (100%) rename subsurface-mobile-icon.svg => icons/subsurface-mobile-icon.svg (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1c143b36..7e4e5f53d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -659,7 +659,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux") install(DIRECTORY marbledata/bitmaps DESTINATION share/subsurface/data) install(FILES subsurface.debug DESTINATION bin) install(FILES subsurface.desktop DESTINATION share/applications) - install(FILES subsurface-icon.svg DESTINATION share/icons/hicolor/scalable/apps) + install(FILES icons/subsurface-icon.svg DESTINATION share/icons/hicolor/scalable/apps) install(DIRECTORY Documentation/images DESTINATION share/subsurface/Documentation) install(FILES ${DOCFILES} DESTINATION share/subsurface/Documentation) install(DIRECTORY theme DESTINATION share/subsurface) diff --git a/satellite.svg b/icons/satellite.svg similarity index 100% rename from satellite.svg rename to icons/satellite.svg diff --git a/subsurface-icon.svg b/icons/subsurface-icon.svg similarity index 100% rename from subsurface-icon.svg rename to icons/subsurface-icon.svg diff --git a/subsurface-mobile-icon.svg b/icons/subsurface-mobile-icon.svg similarity index 100% rename from subsurface-mobile-icon.svg rename to icons/subsurface-mobile-icon.svg