From a25cdc59c6302046b3121276f5a33f6b1b55a538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 10 Jun 2020 21:25:06 +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 --- kjumpingcube/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kjumpingcube/CMakeLists.txt') diff --git a/kjumpingcube/CMakeLists.txt b/kjumpingcube/CMakeLists.txt index f3b87156..cf7b6d78 100644 --- a/kjumpingcube/CMakeLists.txt +++ b/kjumpingcube/CMakeLists.txt @@ -39,6 +39,4 @@ install( FILES kjumpingcubeui.rc DESTINATION ${DATA_INSTALL_DIR}/kjumpingcube ) -install( FILES kjumpingcube.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) +tde_create_translated_desktop( kjumpingcube.desktop ) -- cgit v1.2.1