From c1e02c1baefcdb7c854912210e21258767e64bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 7 Jul 2020 19:01:27 +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 --- domino/CMakeLists.txt | 8 ++++---- domino/domino.themerc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'domino') diff --git a/domino/CMakeLists.txt b/domino/CMakeLists.txt index 09a1f91..0c2285f 100644 --- a/domino/CMakeLists.txt +++ b/domino/CMakeLists.txt @@ -50,12 +50,12 @@ tde_add_kpart( domino AUTOMOC ##### other data -install( - FILES domino.themerc +tde_create_translated_desktop( + SOURCE domino.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes ) -install( - FILES Domino.kcsrc +tde_create_translated_desktop( + SOURCE Domino.kcsrc DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes ) diff --git a/domino/domino.themerc b/domino/domino.themerc index 91093c5..562f298 100644 --- a/domino/domino.themerc +++ b/domino/domino.themerc @@ -1,7 +1,7 @@ [Misc] Name=Domino Comment=A style with customizable color gradients -Comment[de]=Ein Stil mit anpassbaren Farbverläufen ConfigPage=tdestyle_domino_config + [KDE] WidgetStyle=Domino -- cgit v1.2.1