From a084db175509b58e57a81d50b1688709f19758bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 27 May 2020 03:12:08 +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 --- kiten/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'kiten/CMakeLists.txt') diff --git a/kiten/CMakeLists.txt b/kiten/CMakeLists.txt index ccc29cc2..7ccef85a 100644 --- a/kiten/CMakeLists.txt +++ b/kiten/CMakeLists.txt @@ -91,10 +91,7 @@ install( DESTINATION ${DATA_INSTALL_DIR}/kiten ) -install( - FILES kiten.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( kiten.desktop ) install( FILES kiten.kcfg -- cgit v1.2.1