summaryrefslogtreecommitdiffstats
path: root/kjumpingcube/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 15:23:06 +0200
commit87f08539f4780f52819ddb9e7d291decbc14fa6f (patch)
tree902840117702b8d2c955b33f0402e0df6446a22c /kjumpingcube/CMakeL10n.txt
parentbd46b20a12f3634ad167206c497bb9a050ac533c (diff)
downloadtdegames-87f08539f4780f52819ddb9e7d291decbc14fa6f.tar.gz
tdegames-87f08539f4780f52819ddb9e7d291decbc14fa6f.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 a25cdc59c6302046b3121276f5a33f6b1b55a538)
Diffstat (limited to 'kjumpingcube/CMakeL10n.txt')
-rw-r--r--kjumpingcube/CMakeL10n.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/kjumpingcube/CMakeL10n.txt b/kjumpingcube/CMakeL10n.txt
index d3de8e69..5c4a6495 100644
--- a/kjumpingcube/CMakeL10n.txt
+++ b/kjumpingcube/CMakeL10n.txt
@@ -1,3 +1,9 @@
##### create translation templates ##############
tde_l10n_create_template( "kjumpingcube" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kjumpingcube.desktop/"
+ SOURCES kjumpingcube.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)