summaryrefslogtreecommitdiffstats
path: root/ksvg
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-08 01:20:52 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-08 01:20:52 +0200
commit2a2437b3022a990bc9cded4d07c56a0d093b2a0c (patch)
treed00dc0c66bbaf157634036e8827011d2eb8ffd4b /ksvg
parent4421872bb29f158a742d84d0c5b06106763427f1 (diff)
downloadtdegraphics-2a2437b3022a990bc9cded4d07c56a0d093b2a0c.tar.gz
tdegraphics-2a2437b3022a990bc9cded4d07c56a0d093b2a0c.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ksvg')
-rw-r--r--ksvg/core/CMakeLists.txt2
-rw-r--r--ksvg/plugin/CMakeLists.txt12
-rw-r--r--ksvg/plugin/backends/libart/CMakeLists.txt2
3 files changed, 7 insertions, 9 deletions
diff --git a/ksvg/core/CMakeLists.txt b/ksvg/core/CMakeLists.txt
index 98f401db..8506cf76 100644
--- a/ksvg/core/CMakeLists.txt
+++ b/ksvg/core/CMakeLists.txt
@@ -38,7 +38,7 @@ install( FILES
tde_create_translated_desktop(
SOURCE ksvgrenderer.desktop
DESTINATION ${SERVICETYPES_INSTALL_DIR}
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/ksvg-desktops
+ PO_DIR ksvg-desktops
)
diff --git a/ksvg/plugin/CMakeLists.txt b/ksvg/plugin/CMakeLists.txt
index 56781519..a46cb8df 100644
--- a/ksvg/plugin/CMakeLists.txt
+++ b/ksvg/plugin/CMakeLists.txt
@@ -40,13 +40,11 @@ install( FILES
##### other data ################################
-foreach( _service ksvgplugin.desktop svgthumbnail.desktop )
- tde_create_translated_desktop(
- SOURCE ${_service}
- DESTINATION ${SERVICES_INSTALL_DIR}
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/ksvg-desktops
- )
-endforeach()
+tde_create_translated_desktop(
+ SOURCE ksvgplugin.desktop svgthumbnail.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR ksvg-desktops
+)
install( FILES
ksvgplugin.rc
diff --git a/ksvg/plugin/backends/libart/CMakeLists.txt b/ksvg/plugin/backends/libart/CMakeLists.txt
index ceb62f23..d9478a8d 100644
--- a/ksvg/plugin/backends/libart/CMakeLists.txt
+++ b/ksvg/plugin/backends/libart/CMakeLists.txt
@@ -37,7 +37,7 @@ link_directories(
tde_create_translated_desktop(
SOURCE ksvglibartcanvas.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/ksvg-desktops
+ PO_DIR ksvg-desktops
)