From a084db175509b58e57a81d50b1688709f19758bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 27 May 2020 03:12:08 +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 --- kalzium/src/CMakeL10n.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kalzium/src/CMakeL10n.txt') diff --git a/kalzium/src/CMakeL10n.txt b/kalzium/src/CMakeL10n.txt index d15678c5..fe0f9da5 100644 --- a/kalzium/src/CMakeL10n.txt +++ b/kalzium/src/CMakeL10n.txt @@ -28,3 +28,9 @@ tde_l10n_create_template( ATTRIBUTES "data/data.xml:name,origin" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kalzium.desktop/" + SOURCES kalzium.desktop + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) -- cgit v1.2.1