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 --- amor/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'amor/CMakeLists.txt') diff --git a/amor/CMakeLists.txt b/amor/CMakeLists.txt index ad96cdc..1fb6280 100644 --- a/amor/CMakeLists.txt +++ b/amor/CMakeLists.txt @@ -50,7 +50,4 @@ tde_install_icons( amor ) ##### other data ################################ -install( FILES amor.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) - +tde_create_translated_desktop( amor.desktop ) -- cgit v1.2.1