diff options
author | Slávek Banko <[email protected]> | 2020-06-10 21:25:06 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-12 14:19:33 +0200 |
commit | a25cdc59c6302046b3121276f5a33f6b1b55a538 (patch) | |
tree | 5c41c38d0c81e99bfe2d3a8564af42cc2d92941f /kasteroids/CMakeLists.txt | |
parent | dc556f3e9a46e749b36cf773f9211db4ce58d96b (diff) | |
download | tdegames-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 <[email protected]>
Diffstat (limited to 'kasteroids/CMakeLists.txt')
-rw-r--r-- | kasteroids/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kasteroids/CMakeLists.txt b/kasteroids/CMakeLists.txt index b28f564d..4d63e1f2 100644 --- a/kasteroids/CMakeLists.txt +++ b/kasteroids/CMakeLists.txt @@ -32,9 +32,8 @@ tde_install_icons( kasteroids ) ##### other data ################################ -install( FILES kasteroids.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) + +tde_create_translated_desktop( kasteroids.desktop ) install( FILES kasteroidsui.rc DESTINATION ${DATA_INSTALL_DIR}/kasteroids |