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 --- kooka/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kooka/CMakeLists.txt') diff --git a/kooka/CMakeLists.txt b/kooka/CMakeLists.txt index 24e3e091..e2fdcb00 100644 --- a/kooka/CMakeLists.txt +++ b/kooka/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( ##### other data ################################ -install( FILES kooka.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( kooka.desktop ) install( FILES kookarc DESTINATION ${CONFIG_INSTALL_DIR} ) install( FILES kookaui.rc DESTINATION ${DATA_INSTALL_DIR}/kooka ) -- cgit v1.2.1