From 4f0e8c5c161ff62125b8a1a1d610d7367f908951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Jun 2020 23:57:53 +0200 Subject: [PATCH] Fixed rules for creating desktop file translation templates different for the R14.0.x branch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kdcop/CMakeL10n.txt | 6 ------ tqt3integration/module/CMakeL10n.txt | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/kdcop/CMakeL10n.txt b/kdcop/CMakeL10n.txt index 0320cfdf2..5ec992d03 100644 --- a/kdcop/CMakeL10n.txt +++ b/kdcop/CMakeL10n.txt @@ -1,9 +1,3 @@ ##### create translation templates ############## tde_l10n_create_template( "kdcop" ) - -tde_l10n_create_template( - CATALOG "desktop_files/kdcop.desktop/" - SOURCES kdcop.desktop - DESTINATION "${CMAKE_SOURCE_DIR}/translations" -) diff --git a/tqt3integration/module/CMakeL10n.txt b/tqt3integration/module/CMakeL10n.txt index cc69d32c7..39f59b27e 100644 --- a/tqt3integration/module/CMakeL10n.txt +++ b/tqt3integration/module/CMakeL10n.txt @@ -2,6 +2,6 @@ tde_l10n_create_template( CATALOG "desktop_files/tdeintegration.desktop/" - SOURCES tdeintegration.desktop + SOURCES kdeintegration.desktop DESTINATION "${CMAKE_SOURCE_DIR}/translations" )