summaryrefslogtreecommitdiffstats
path: root/tdescreensaver/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-06-11 14:54:26 +0200
committerSlávek Banko <[email protected]>2020-06-12 14:21:08 +0200
commit7c7c238be19c9d17b1182d0b0fad31479aa7f59a (patch)
treedc86c967040e3d25bdabd4af40e606f2484930dc /tdescreensaver/CMakeL10n.txt
parent0dc9e3c5476898c5fd5308cbdd84755b7b6c1c23 (diff)
downloadtdeartwork-7c7c238be19c9d17b1182d0b0fad31479aa7f59a.tar.gz
tdeartwork-7c7c238be19c9d17b1182d0b0fad31479aa7f59a.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 <[email protected]>
Diffstat (limited to 'tdescreensaver/CMakeL10n.txt')
-rw-r--r--tdescreensaver/CMakeL10n.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tdescreensaver/CMakeL10n.txt b/tdescreensaver/CMakeL10n.txt
index d3023fc2..385baf8a 100644
--- a/tdescreensaver/CMakeL10n.txt
+++ b/tdescreensaver/CMakeL10n.txt
@@ -8,3 +8,9 @@ tde_l10n_create_template(
)
tde_l10n_auto_add_subdirectories( )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/tdescreensaver-desktops/"
+ SOURCES *.desktop
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)