From d36d9267539f12fdaa5a0dd18f6285e4a636e1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 8 Jul 2020 22:39:20 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kppp/logview/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kppp/logview/CMakeLists.txt') diff --git a/kppp/logview/CMakeLists.txt b/kppp/logview/CMakeLists.txt index 204beeb5..43d381f5 100644 --- a/kppp/logview/CMakeLists.txt +++ b/kppp/logview/CMakeLists.txt @@ -23,9 +23,10 @@ link_directories( ##### other data ################################ -install( FILES - kppplogview.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE kppplogview.desktop + PO_DIR kppp-desktops +) ##### kppplogview (executable) ################## -- cgit v1.2.1