From 2a2437b3022a990bc9cded4d07c56a0d093b2a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 8 Jul 2020 01:20:52 +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 --- kpdf/CMakeLists.txt | 2 +- kpdf/shell/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kpdf') diff --git a/kpdf/CMakeLists.txt b/kpdf/CMakeLists.txt index e6a46a93..b35af955 100644 --- a/kpdf/CMakeLists.txt +++ b/kpdf/CMakeLists.txt @@ -37,7 +37,7 @@ tde_install_icons( kpdf ) tde_create_translated_desktop( SOURCE kpdf_part.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kpdf-desktops + PO_DIR kpdf-desktops ) install( FILES part.rc DESTINATION ${DATA_INSTALL_DIR}/kpdfpart ) diff --git a/kpdf/shell/CMakeLists.txt b/kpdf/shell/CMakeLists.txt index 1794250c..30691f02 100644 --- a/kpdf/shell/CMakeLists.txt +++ b/kpdf/shell/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( tde_create_translated_desktop( SOURCE kpdf.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kpdf-desktops + PO_DIR kpdf-desktops ) install( FILES shell.rc DESTINATION ${DATA_INSTALL_DIR}/kpdf ) -- cgit v1.2.1