From 7aba27da9ada39c8ddf945532d188704e0482c99 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 31 Mar 2015 13:56:07 +0200 Subject: [PATCH] Install the icon according to the freedesktop specifications. --- pixmaps/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pixmaps/CMakeLists.txt b/pixmaps/CMakeLists.txt index 61dacfe46..aaf7d011f 100644 --- a/pixmaps/CMakeLists.txt +++ b/pixmaps/CMakeLists.txt @@ -42,7 +42,6 @@ set(PIXMAPS hold_on.png linphone-banner.png linphone.icns - linphone.png mic_active.png mic_muted.png notok.png @@ -62,3 +61,8 @@ install(FILES ${PIXMAPS} DESTINATION ${PACKAGE_DATA_DIR}/pixmaps/linphone PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ ) + +install(FILES linphone.png + DESTINATION ${PACKAGE_DATA_DIR}/icons/hicolor/48x48/apps + PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ +)