summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/xine/CMakeLists.txt
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-07-13 19:41:35 +0000
committerSlávek Banko <slavek.banko@axis.cz>2021-07-14 14:51:58 +0200
commita2177ee5555fb5491d4d75f279b68b0b7252b36f (patch)
tree634a19f65f0848b526b5e196a811d2788e4ba942 /amarok/src/engine/xine/CMakeLists.txt
parentf0f6bfb197823d9ba5a2468a5a5ef54a2da1817f (diff)
downloadamarok-a2177ee5555fb5491d4d75f279b68b0b7252b36f.tar.gz
amarok-a2177ee5555fb5491d4d75f279b68b0b7252b36f.zip
Replaced install() with tde_create_translated_desktop() for .desktop files in relevant CMakeLists.txt
Signed-off-by: Ray-V <ray-v@inbox.lv>
Diffstat (limited to 'amarok/src/engine/xine/CMakeLists.txt')
-rw-r--r--amarok/src/engine/xine/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/amarok/src/engine/xine/CMakeLists.txt b/amarok/src/engine/xine/CMakeLists.txt
index 00ccc11a..8b9e369b 100644
--- a/amarok/src/engine/xine/CMakeLists.txt
+++ b/amarok/src/engine/xine/CMakeLists.txt
@@ -27,7 +27,10 @@ link_directories(
##### other data ################################
-install( FILES amarok_xine-engine.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_xine-engine.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
install( FILES xinecfg.kcfg DESTINATION ${KCFG_INSTALL_DIR} )