From 039945bdcc926c6460cfb2c4372f370744b16d22 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 19 Nov 2020 15:34:21 +0100 Subject: Drop automake build support. Add basic cmake build instructions. Delete empty files ChangeLog, NEWS and TODO. Rework of the README file. Update some cmake files with latest macros. Signed-off-by: gregory guy --- file-integration/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'file-integration/CMakeLists.txt') diff --git a/file-integration/CMakeLists.txt b/file-integration/CMakeLists.txt index 1e3acb4..7825a78 100644 --- a/file-integration/CMakeLists.txt +++ b/file-integration/CMakeLists.txt @@ -51,12 +51,12 @@ install( DESTINATION ${CONFIG_INSTALL_DIR}/magic ) -install( - FILES x-basket-archive.desktop x-basket-template.desktop +tde_create_translated_desktop( + SOURCE x-basket-archive.desktop x-basket-template.desktop DESTINATION ${MIME_INSTALL_DIR}/application ) -install( - FILES basketthumbcreator.desktop +tde_create_translated_desktop( + SOURCE basketthumbcreator.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -- cgit v1.2.1