From 094853ca31a9dc5e619b0951953d4dc862a99e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 14 May 2020 15:26:41 +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 --- kodo/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'kodo/CMakeLists.txt') diff --git a/kodo/CMakeLists.txt b/kodo/CMakeLists.txt index e2d329c..2c1d079 100644 --- a/kodo/CMakeLists.txt +++ b/kodo/CMakeLists.txt @@ -42,7 +42,4 @@ install( FILES numbers.png DESTINATION ${DATA_INSTALL_DIR}/kodo ) -install( FILES kodo.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) - +tde_create_translated_desktop( kodo.desktop ) -- cgit v1.2.1