summaryrefslogtreecommitdiffstats
path: root/kiten/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-27 03:12:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-28 17:53:20 +0200
commit503dc8df8bab9ec5383b08abf6c94938f4aae4ed (patch)
treeb29093bede6ac30d0804a2bd1a53e60d0379963b /kiten/CMakeL10n.txt
parentd802e99b97d5de62b978b343b0db7db52c212adc (diff)
downloadtdeedu-503dc8df8bab9ec5383b08abf6c94938f4aae4ed.tar.gz
tdeedu-503dc8df8bab9ec5383b08abf6c94938f4aae4ed.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 a084db175509b58e57a81d50b1688709f19758bf)
Diffstat (limited to 'kiten/CMakeL10n.txt')
-rw-r--r--kiten/CMakeL10n.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/kiten/CMakeL10n.txt b/kiten/CMakeL10n.txt
index c01d203f..0ce5d3a3 100644
--- a/kiten/CMakeL10n.txt
+++ b/kiten/CMakeL10n.txt
@@ -1,3 +1,9 @@
##### create translation templates ##############
tde_l10n_create_template( "kiten" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kiten.desktop/"
+ SOURCES kiten.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)