From 8ede734a0599b884c2cad864fb97806371ce4bad Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 13 Jun 2017 16:23:04 +0200 Subject: [PATCH] Install linphone icon to comply with freedesktop standard. --- linphone-desktop/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linphone-desktop/CMakeLists.txt b/linphone-desktop/CMakeLists.txt index 2bafe01f2..b1896485f 100644 --- a/linphone-desktop/CMakeLists.txt +++ b/linphone-desktop/CMakeLists.txt @@ -339,6 +339,10 @@ install(TARGETS ${TARGET_NAME} install(FILES "linphone.desktop" DESTINATION "${CMAKE_INSTALL_DATADIR}/applications" ) +install(FILES "${ASSETS_DIR}/images/linphone_logo.svg" + DESTINATION "${CMAKE_INSTALL_DATADIR}/icons" + RENAME "linphone.svg" +) # ------------------------------------------------------------------------------ # Install rc files.