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 --- kreversi/sounds/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kreversi/sounds/CMakeLists.txt') diff --git a/kreversi/sounds/CMakeLists.txt b/kreversi/sounds/CMakeLists.txt index b97fe32a..66c7be28 100644 --- a/kreversi/sounds/CMakeLists.txt +++ b/kreversi/sounds/CMakeLists.txt @@ -1,7 +1,9 @@ # This file is genereted by trinity-automake-cmake-convert script by Fat-Zer -install( FILES eventsrc +tde_create_translated_desktop( + SOURCE eventsrc DESTINATION ${DATA_INSTALL_DIR}/kreversi + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kreversi-eventsrc ) install( FILES reversi-click.wav reversi-won.wav -- cgit v1.2.1