summaryrefslogtreecommitdiffstats
path: root/katomic/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-10 21:25:06 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-12 14:19:33 +0200
commita25cdc59c6302046b3121276f5a33f6b1b55a538 (patch)
tree5c41c38d0c81e99bfe2d3a8564af42cc2d92941f /katomic/CMakeL10n.txt
parentdc556f3e9a46e749b36cf773f9211db4ce58d96b (diff)
downloadtdegames-a25cdc59c6302046b3121276f5a33f6b1b55a538.tar.gz
tdegames-a25cdc59c6302046b3121276f5a33f6b1b55a538.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 'katomic/CMakeL10n.txt')
-rw-r--r--katomic/CMakeL10n.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/katomic/CMakeL10n.txt b/katomic/CMakeL10n.txt
index 75c535f3..f355c7f0 100644
--- a/katomic/CMakeL10n.txt
+++ b/katomic/CMakeL10n.txt
@@ -26,3 +26,9 @@ tde_l10n_create_template(
"."
${_level_files_l10n}
)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/katomic.desktop/"
+ SOURCES katomic.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)