diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-08 01:19:10 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-08 01:19:10 +0200 |
commit | 57d55cfe629741a0c7b4f5d83792ae8546a17cde (patch) | |
tree | 4a01dbdb5ea438ae14dafde1c2d3771d79d6854e /noatun | |
parent | edc9d1c6c8b1b09071e42779391d141f5056d2bd (diff) | |
download | tdemultimedia-57d55cfe629741a0c7b4f5d83792ae8546a17cde.tar.gz tdemultimedia-57d55cfe629741a0c7b4f5d83792ae8546a17cde.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/CMakeLists.txt | 2 | ||||
-rw-r--r-- | noatun/modules/winskin/mimetypes/interface/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun/CMakeLists.txt b/noatun/CMakeLists.txt index dc2a6817..7ecc648e 100644 --- a/noatun/CMakeLists.txt +++ b/noatun/CMakeLists.txt @@ -58,7 +58,7 @@ add_custom_target( noatun.api tde_create_translated_desktop( SOURCE noatun.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/noatun-desktops + PO_DIR noatun-desktops ) install( FILES noatun.upd DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update ) diff --git a/noatun/modules/winskin/mimetypes/interface/CMakeLists.txt b/noatun/modules/winskin/mimetypes/interface/CMakeLists.txt index 10bb320c..c682c8f5 100644 --- a/noatun/modules/winskin/mimetypes/interface/CMakeLists.txt +++ b/noatun/modules/winskin/mimetypes/interface/CMakeLists.txt @@ -12,5 +12,5 @@ tde_create_translated_desktop( SOURCE x-winamp-skin.desktop DESTINATION ${MIME_INSTALL_DIR}/interface - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/noatun-desktops + PO_DIR noatun-desktops ) |