From 98eb2833642a83372c5def6bfb372f21b566e51d Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Sun, 19 Oct 2014 18:23:14 +0200 Subject: [PATCH] Fix icons --- generators/fictionbook/CMakeLists.txt | 2 +- ...-app-okular-fb2.png => hi16-apps-okular-fb2.png} | Bin ...-app-okular-fb2.png => hi32-apps-okular-fb2.png} | Bin ...-app-okular-fb2.png => hi48-apps-okular-fb2.png} | Bin 4 files changed, 1 insertion(+), 1 deletion(-) rename generators/fictionbook/{hi16-app-okular-fb2.png => hi16-apps-okular-fb2.png} (100%) rename generators/fictionbook/{hi32-app-okular-fb2.png => hi32-apps-okular-fb2.png} (100%) rename generators/fictionbook/{hi48-app-okular-fb2.png => hi48-apps-okular-fb2.png} (100%) diff --git a/generators/fictionbook/CMakeLists.txt b/generators/fictionbook/CMakeLists.txt index 392c165c5..552d8fbf4 100644 --- a/generators/fictionbook/CMakeLists.txt +++ b/generators/fictionbook/CMakeLists.txt @@ -25,4 +25,4 @@ install(TARGETS okularGenerator_fb DESTINATION ${PLUGIN_INSTALL_DIR}) install( FILES libokularGenerator_fb.desktop okularFb.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) install( PROGRAMS okularApplication_fb.desktop active-documentviewer_fb.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) -ecm_install_icons(${DATA_INSTALL_DIR}/okular/icons) +ecm_install_icons(ICONS hi16-apps-okular-fb2.png hi32-apps-okular-fb2.png hi48-apps-okular-fb2.png DESTINATION ${DATA_INSTALL_DIR}/okular/icons) diff --git a/generators/fictionbook/hi16-app-okular-fb2.png b/generators/fictionbook/hi16-apps-okular-fb2.png similarity index 100% rename from generators/fictionbook/hi16-app-okular-fb2.png rename to generators/fictionbook/hi16-apps-okular-fb2.png diff --git a/generators/fictionbook/hi32-app-okular-fb2.png b/generators/fictionbook/hi32-apps-okular-fb2.png similarity index 100% rename from generators/fictionbook/hi32-app-okular-fb2.png rename to generators/fictionbook/hi32-apps-okular-fb2.png diff --git a/generators/fictionbook/hi48-app-okular-fb2.png b/generators/fictionbook/hi48-apps-okular-fb2.png similarity index 100% rename from generators/fictionbook/hi48-app-okular-fb2.png rename to generators/fictionbook/hi48-apps-okular-fb2.png