summaryrefslogtreecommitdiffstats
path: root/kworldwatch/maps
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-09 03:24:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-09 03:24:15 +0200
commit3da95bc474b9b4ebc8d5f43b9eb5a6abcc15f600 (patch)
tree386be0568736be2c9b5aaead1f9ca86ce887e9f9 /kworldwatch/maps
parent48476ecad361178ba663230f97953a761ef3765c (diff)
downloadtdetoys-3da95bc474b9b4ebc8d5f43b9eb5a6abcc15f600.tar.gz
tdetoys-3da95bc474b9b4ebc8d5f43b9eb5a6abcc15f600.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kworldwatch/maps')
-rw-r--r--kworldwatch/maps/depths/CMakeLists.txt2
-rw-r--r--kworldwatch/maps/flatworld/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/kworldwatch/maps/depths/CMakeLists.txt b/kworldwatch/maps/depths/CMakeLists.txt
index 2d3d0c5..0b66487 100644
--- a/kworldwatch/maps/depths/CMakeLists.txt
+++ b/kworldwatch/maps/depths/CMakeLists.txt
@@ -19,5 +19,5 @@ install(
tde_create_translated_desktop(
SOURCE depths.desktop
DESTINATION ${DATA_INSTALL_DIR}/kworldclock/maps/depths
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldwatch-maps
+ PO_DIR kworldwatch-maps
)
diff --git a/kworldwatch/maps/flatworld/CMakeLists.txt b/kworldwatch/maps/flatworld/CMakeLists.txt
index 0981b13..a7f5541 100644
--- a/kworldwatch/maps/flatworld/CMakeLists.txt
+++ b/kworldwatch/maps/flatworld/CMakeLists.txt
@@ -19,5 +19,5 @@ install(
tde_create_translated_desktop(
SOURCE flatworld.desktop
DESTINATION ${DATA_INSTALL_DIR}/kworldclock/maps/flatworld
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldwatch-maps
+ PO_DIR kworldwatch-maps
)