From 57d55cfe629741a0c7b4f5d83792ae8546a17cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 8 Jul 2020 01:19:10 +0200 Subject: Simplify CMake rules for desktop file translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- noatun/CMakeLists.txt | 2 +- noatun/modules/winskin/mimetypes/interface/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun') 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 ) -- cgit v1.2.1