summaryrefslogtreecommitdiffstats
path: root/kontact/profiles
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-12 16:15:10 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-12 16:15:10 +0200
commit0d3043b6308af148da06ac14c53defc4b1e7e138 (patch)
tree2e9364cb143e70ee062e443275b852b8e2061888 /kontact/profiles
parent7c7363c3ca7fb9633d93cefde3cd54b144eee633 (diff)
downloadtdepim-0d3043b6308af148da06ac14c53defc4b1e7e138.tar.gz
tdepim-0d3043b6308af148da06ac14c53defc4b1e7e138.zip
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kontact/profiles')
-rw-r--r--kontact/profiles/KontactDefaults/CMakeLists.txt13
-rw-r--r--kontact/profiles/OutlookDefaults/CMakeLists.txt13
2 files changed, 20 insertions, 6 deletions
diff --git a/kontact/profiles/KontactDefaults/CMakeLists.txt b/kontact/profiles/KontactDefaults/CMakeLists.txt
index 4d313d0e3..424cad139 100644
--- a/kontact/profiles/KontactDefaults/CMakeLists.txt
+++ b/kontact/profiles/KontactDefaults/CMakeLists.txt
@@ -9,6 +9,13 @@
#
#################################################
-install( FILES
- profile.cfg kontactrc korganizerrc
- DESTINATION ${DATA_INSTALL_DIR}/kontact/profiles/KontactDefaults )
+tde_create_translated_desktop(
+ SOURCE profile.cfg
+ DESTINATION ${DATA_INSTALL_DIR}/kontact/profiles/KontactDefaults
+ PO_DIR kontact-desktops
+)
+
+install(
+ FILES kontactrc korganizerrc
+ DESTINATION ${DATA_INSTALL_DIR}/kontact/profiles/KontactDefaults
+)
diff --git a/kontact/profiles/OutlookDefaults/CMakeLists.txt b/kontact/profiles/OutlookDefaults/CMakeLists.txt
index ff3986bb3..3ae1fb927 100644
--- a/kontact/profiles/OutlookDefaults/CMakeLists.txt
+++ b/kontact/profiles/OutlookDefaults/CMakeLists.txt
@@ -9,6 +9,13 @@
#
#################################################
-install( FILES
- profile.cfg kontactrc korganizerrc
- DESTINATION ${DATA_INSTALL_DIR}/kontact/profiles/OutlookDefaults )
+tde_create_translated_desktop(
+ SOURCE profile.cfg
+ DESTINATION ${DATA_INSTALL_DIR}/kontact/profiles/OutlookDefaults
+ PO_DIR kontact-desktops
+)
+
+install(
+ FILES kontactrc korganizerrc
+ DESTINATION ${DATA_INSTALL_DIR}/kontact/profiles/OutlookDefaults
+)