summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-28 23:57:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-29 00:02:05 +0200
commit4f0e8c5c161ff62125b8a1a1d610d7367f908951 (patch)
tree07b1a8696c46c64cfbedbf4263df709d71f980b5
parente12ef21957141f1f3a38b05540438eeda365a46c (diff)
downloadtdebase-4f0e8c5c161ff62125b8a1a1d610d7367f908951.tar.gz
tdebase-4f0e8c5c161ff62125b8a1a1d610d7367f908951.zip
Fixed rules for creating desktop file translation templates
different for the R14.0.x branch. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kdcop/CMakeL10n.txt6
-rw-r--r--tqt3integration/module/CMakeL10n.txt2
2 files changed, 1 insertions, 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"
)