summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/riokarma/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/mediadevice/riokarma/CMakeLists.txt
parentf0f6bfb197823d9ba5a2468a5a5ef54a2da1817f (diff)
downloadamarok-a2177ee5.tar.gz
amarok-a2177ee5.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/mediadevice/riokarma/CMakeLists.txt')
-rw-r--r--amarok/src/mediadevice/riokarma/CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/amarok/src/mediadevice/riokarma/CMakeLists.txt b/amarok/src/mediadevice/riokarma/CMakeLists.txt
index f78fb284..0be482e2 100644
--- a/amarok/src/mediadevice/riokarma/CMakeLists.txt
+++ b/amarok/src/mediadevice/riokarma/CMakeLists.txt
@@ -29,9 +29,10 @@ link_directories(
##### other data ################################
-install( FILES
- amarok_riokarma-mediadevice.desktop
- DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SROUCE amarok_riokarma-mediadevice.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_riokarma-mediadevice (module) ###