summaryrefslogtreecommitdiffstats
path: root/colorscheme/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-24 16:04:43 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-26 11:33:26 +0200
commit0cbda8d2f5d270e643d4b34e709c91f6c276dba7 (patch)
tree15f6e185bfec3234cfb3d334019def22392be89a /colorscheme/CMakeLists.txt
parentebcfca6def3541ee7d302fb4669ed969b596e0be (diff)
downloadtde-style-baghira-0cbda8d2f5d270e643d4b34e709c91f6c276dba7.tar.gz
tde-style-baghira-0cbda8d2f5d270e643d4b34e709c91f6c276dba7.zip
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules. + Finalized creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2aac2fdcff04d7405ed2843e69232ac590b76f0b)
Diffstat (limited to 'colorscheme/CMakeLists.txt')
-rw-r--r--colorscheme/CMakeLists.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/colorscheme/CMakeLists.txt b/colorscheme/CMakeLists.txt
index 7e10f88..68b53c2 100644
--- a/colorscheme/CMakeLists.txt
+++ b/colorscheme/CMakeLists.txt
@@ -1,11 +1,6 @@
##### other data
-install(
- FILES AquaBlue.kcsrc
- DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes
-)
-
-install(
- FILES AquaGraphite.kcsrc
+tde_create_translated_desktop(
+ SOURCE AquaBlue.kcsrc AquaGraphite.kcsrc
DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes
)