diff options
Diffstat (limited to 'vcs/subversion/CMakeLists.txt')
-rw-r--r-- | vcs/subversion/CMakeLists.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/vcs/subversion/CMakeLists.txt b/vcs/subversion/CMakeLists.txt index fb51fe3d..87fdf293 100644 --- a/vcs/subversion/CMakeLists.txt +++ b/vcs/subversion/CMakeLists.txt @@ -30,15 +30,20 @@ link_directories( ##### other data ################################ -install( FILES +tde_create_translated_desktop( + SOURCE kdevsubversion.desktop kdevsvn+file.protocol kdevsvn+http.protocol kdevsvn+https.protocol kdevsvn+ssh.protocol kdevsvn+svn.protocol - DESTINATION ${SERVICES_INSTALL_DIR} ) + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdevelop-desktops +) -install( FILES - kdevsvnd.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kded ) +tde_create_translated_desktop( + SOURCE kdevsvnd.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/kded + PO_DIR tdevelop-desktops +) ##### libkdevsubversion (module) ################ |