diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-22 02:49:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-22 02:49:40 +0200 |
commit | 296306a273438f476ab2266d1c03616de1fd5ef7 (patch) | |
tree | 7788ff1608858031d0b9816452591f2c62f42bc0 /tdelirc/kcmlirc/CMakeLists.txt | |
parent | 5422ccd94be4a116b9334fb3b350c3a07ff7505e (diff) | |
download | tdeutils-296306a273438f476ab2266d1c03616de1fd5ef7.tar.gz tdeutils-296306a273438f476ab2266d1c03616de1fd5ef7.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 'tdelirc/kcmlirc/CMakeLists.txt')
-rw-r--r-- | tdelirc/kcmlirc/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdelirc/kcmlirc/CMakeLists.txt b/tdelirc/kcmlirc/CMakeLists.txt index 6f917e2..4524bcc 100644 --- a/tdelirc/kcmlirc/CMakeLists.txt +++ b/tdelirc/kcmlirc/CMakeLists.txt @@ -42,7 +42,7 @@ tde_add_kpart( kcm_kcmlirc AUTOMOC ##### other data ################################ -install( FILES kcmlirc.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} +tde_create_translated_desktop( + SOURCE kcmlirc.desktop + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdelirc-desktops ) - |