From 837dbafbea0c7f7bc73d27fda684ea2dededd547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 9 Jun 2020 17:49:10 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kview/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'kview/CMakeLists.txt') diff --git a/kview/CMakeLists.txt b/kview/CMakeLists.txt index c038f009..c75c7c75 100644 --- a/kview/CMakeLists.txt +++ b/kview/CMakeLists.txt @@ -31,7 +31,12 @@ link_directories( ##### other data ################################ tde_install_icons( kview ) -install( FILES kview.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) + +tde_create_translated_desktop( + SOURCE kview.desktop + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops +) + install( FILES kviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kview ) -- cgit v1.2.1