From 0cbda8d2f5d270e643d4b34e709c91f6c276dba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 24 Jul 2020 16:04:43 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. + Finalized 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 (cherry picked from commit 2aac2fdcff04d7405ed2843e69232ac590b76f0b) --- style/CMakeLists.txt | 4 ++-- style/baghira.themerc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'style') diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index 6dcc6cf..6c3d5ff 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -97,7 +97,7 @@ tde_add_kpart( baghira AUTOMOC ) -install( - FILES baghira.themerc +tde_create_translated_desktop( + SOURCE baghira.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes ) diff --git a/style/baghira.themerc b/style/baghira.themerc index 98f0aef..6834892 100644 --- a/style/baghira.themerc +++ b/style/baghira.themerc @@ -2,5 +2,6 @@ Name=Baghira Comment=The Big Black Cat ConfigPage=tdestyle_baghira_config + [KDE] WidgetStyle=Baghira -- cgit v1.2.1