From 0d3043b6308af148da06ac14c53defc4b1e7e138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 12 Jul 2020 16:15:10 +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 --- korganizer/CMakeLists.txt | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'korganizer/CMakeLists.txt') diff --git a/korganizer/CMakeLists.txt b/korganizer/CMakeLists.txt index a5e8aff1c..00bc3577b 100644 --- a/korganizer/CMakeLists.txt +++ b/korganizer/CMakeLists.txt @@ -53,21 +53,27 @@ link_directories( tde_install_icons( ) -install( FILES - korganizer.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE korganizer.desktop + PO_DIR korganizer-desktops +) -install( FILES - dcopcalendar.desktop - DESTINATION ${SERVICETYPES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE dcopcalendar.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} + PO_DIR korganizer-desktops +) -install( FILES +tde_create_translated_desktop( + SOURCE korganizer_configmain.desktop korganizer_configtime.desktop korganizer_configviews.desktop korganizer_configcolors.desktop korganizer_configfonts.desktop korganizer_configplugins.desktop korganizer_configgroupscheduling.desktop korganizer_configfreebusy.desktop korganizer_configdesignerfields.desktop webcal.protocol - DESTINATION ${SERVICES_INSTALL_DIR} ) + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR korganizer-desktops +) install( FILES uninstall.desktop -- cgit v1.2.1