summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-09 03:40:42 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-09 03:40:42 +0200
commit1e91884c7c3990f5d5e7dafb028e558a4852568c (patch)
tree487c8c145853e3f8a26c5a2e47e8b07094ae635c /styles
parent2098ac13dea17eeef1ec20973af95af50df12593 (diff)
downloadtdeartwork-1e91884c7c3990f5d5e7dafb028e558a4852568c.tar.gz
tdeartwork-1e91884c7c3990f5d5e7dafb028e558a4852568c.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'styles')
-rw-r--r--styles/dotnet/CMakeLists.txt2
-rw-r--r--styles/phase/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/styles/dotnet/CMakeLists.txt b/styles/dotnet/CMakeLists.txt
index 824aff4c..e3c00aca 100644
--- a/styles/dotnet/CMakeLists.txt
+++ b/styles/dotnet/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
tde_create_translated_desktop(
SOURCE dotnet.themerc
DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/style-themes
+ PO_DIR style-themes
)
diff --git a/styles/phase/CMakeLists.txt b/styles/phase/CMakeLists.txt
index 2c9dcca4..f1a32611 100644
--- a/styles/phase/CMakeLists.txt
+++ b/styles/phase/CMakeLists.txt
@@ -31,7 +31,7 @@ add_subdirectory( config )
tde_create_translated_desktop(
SOURCE phase.themerc
DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/style-themes
+ PO_DIR style-themes
)
##### phasestyle #################################