summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mediadevice')
-rw-r--r--amarok/src/mediadevice/daap/CMakeLists.txt4
-rw-r--r--amarok/src/mediadevice/generic/CMakeLists.txt5
-rw-r--r--amarok/src/mediadevice/ifp/CMakeLists.txt7
-rw-r--r--amarok/src/mediadevice/ipod/CMakeLists.txt7
-rw-r--r--amarok/src/mediadevice/mtp/CMakeLists.txt7
-rw-r--r--amarok/src/mediadevice/njb/CMakeLists.txt7
-rw-r--r--amarok/src/mediadevice/riokarma/CMakeLists.txt7
7 files changed, 26 insertions, 18 deletions
diff --git a/amarok/src/mediadevice/daap/CMakeLists.txt b/amarok/src/mediadevice/daap/CMakeLists.txt
index b18ab771..f79178f8 100644
--- a/amarok/src/mediadevice/daap/CMakeLists.txt
+++ b/amarok/src/mediadevice/daap/CMakeLists.txt
@@ -33,8 +33,8 @@ link_directories(
##### other data ################################
-install( FILES
- amarok_daap-mediadevice.desktop
+tde_create_translated_desktop(
+ SOURCE amarok_daap-mediadevice.desktop
DESTINATION ${SERVICES_INSTALL_DIR} )
install( PROGRAMS
diff --git a/amarok/src/mediadevice/generic/CMakeLists.txt b/amarok/src/mediadevice/generic/CMakeLists.txt
index f4dc0958..23e98a17 100644
--- a/amarok/src/mediadevice/generic/CMakeLists.txt
+++ b/amarok/src/mediadevice/generic/CMakeLists.txt
@@ -27,7 +27,10 @@ link_directories(
##### other data ################################
-install( FILES amarok_generic-mediadevice.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_generic-mediadevice.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_generic-mediadevice (module) ####
diff --git a/amarok/src/mediadevice/ifp/CMakeLists.txt b/amarok/src/mediadevice/ifp/CMakeLists.txt
index 11c78011..55b76b1b 100644
--- a/amarok/src/mediadevice/ifp/CMakeLists.txt
+++ b/amarok/src/mediadevice/ifp/CMakeLists.txt
@@ -28,9 +28,10 @@ link_directories(
##### other data ################################
-install( FILES
- amarok_ifp-mediadevice.desktop
- DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_ifp-mediadevice.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_ifp-mediadevice (module) ########
diff --git a/amarok/src/mediadevice/ipod/CMakeLists.txt b/amarok/src/mediadevice/ipod/CMakeLists.txt
index 29886bf9..b425a6ba 100644
--- a/amarok/src/mediadevice/ipod/CMakeLists.txt
+++ b/amarok/src/mediadevice/ipod/CMakeLists.txt
@@ -28,9 +28,10 @@ link_directories(
##### other data ################################
-install( FILES
- amarok_ipod-mediadevice.desktop
- DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_ipod-mediadevice.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_ipod-mediadevice (module) #######
diff --git a/amarok/src/mediadevice/mtp/CMakeLists.txt b/amarok/src/mediadevice/mtp/CMakeLists.txt
index b58f0605..e25c5217 100644
--- a/amarok/src/mediadevice/mtp/CMakeLists.txt
+++ b/amarok/src/mediadevice/mtp/CMakeLists.txt
@@ -27,9 +27,10 @@ link_directories(
##### other data ################################
-install( FILES
- amarok_mtp-mediadevice.desktop
- DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_mtp-mediadevice.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_mtp-mediadevice (module) ########
diff --git a/amarok/src/mediadevice/njb/CMakeLists.txt b/amarok/src/mediadevice/njb/CMakeLists.txt
index d15be2fe..1a27dff6 100644
--- a/amarok/src/mediadevice/njb/CMakeLists.txt
+++ b/amarok/src/mediadevice/njb/CMakeLists.txt
@@ -27,9 +27,10 @@ link_directories(
##### other data ################################
-install( FILES
- amarok_njb-mediadevice.desktop
- DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE amarok_njb-mediadevice.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+)
##### libamarok_njb-mediadevice (module) ########
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) ###