diff options
Diffstat (limited to 'tderesources/scalix/knotes/CMakeLists.txt')
-rw-r--r-- | tderesources/scalix/knotes/CMakeLists.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tderesources/scalix/knotes/CMakeLists.txt b/tderesources/scalix/knotes/CMakeLists.txt index 2c088be76..b5fcdf4f5 100644 --- a/tderesources/scalix/knotes/CMakeLists.txt +++ b/tderesources/scalix/knotes/CMakeLists.txt @@ -25,16 +25,17 @@ link_directories( ##### other data ################################ -# FIXME this is a conflict - -install( - FILES scalix.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) +tde_create_translated_desktop( + SOURCE scalix.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes + PO_DIR tderesources-desktops +) install( FILES ../uninstall.desktop - RENAME scalix.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) + RENAME imap.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes +) ##### knotes_scalix (module) #################### |