From a2177ee5555fb5491d4d75f279b68b0b7252b36f Mon Sep 17 00:00:00 2001 From: Ray-V Date: Tue, 13 Jul 2021 19:41:35 +0000 Subject: Replaced install() with tde_create_translated_desktop() for .desktop files in relevant CMakeLists.txt Signed-off-by: Ray-V --- amarok/src/engine/void/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'amarok/src/engine/void') diff --git a/amarok/src/engine/void/CMakeLists.txt b/amarok/src/engine/void/CMakeLists.txt index f36284a2..6d3db2d8 100644 --- a/amarok/src/engine/void/CMakeLists.txt +++ b/amarok/src/engine/void/CMakeLists.txt @@ -23,7 +23,10 @@ link_directories( ##### other data ################################ -install( FILES amarok_void-engine_plugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE amarok_void-engine_plugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR} +) ##### libamarok_void-engine_plugin (module) ##### -- cgit v1.2.3