summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-05 01:30:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-05 01:30:44 +0200
commitbaf8bf2f54e0f6737acc0f6321587e99553a88c7 (patch)
treedabf84d29fd0a4bd564c8773e9cb5d4362fbd3f3 /src
parent6952ae6dcbe3397e76ffca3f26bcd0d34ff5cec7 (diff)
downloadtdeio-sword-baf8bf2f54e0f6737acc0f6321587e99553a88c7.tar.gz
tdeio-sword-baf8bf2f54e0f6737acc0f6321587e99553a88c7.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> (cherry picked from commit 480a2160b3106524eb75fd882079ac8cd5374069)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeL10n.txt5
-rw-r--r--src/CMakeLists.txt4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index 0a1005a..d6cf088 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/tdeio-sword" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/sword.protocol/"
+ SOURCES sword.protocol
+)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8e170cb..377bc05 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -43,7 +43,7 @@ tde_add_kpart( tdeio_sword AUTOMOC
##### other data
-install(
- FILES sword.protocol
+tde_create_translated_desktop(
+ SOURCE sword.protocol
DESTINATION ${SERVICES_INSTALL_DIR}
)