diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-10 03:24:07 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-10 03:24:24 +0200 |
| commit | 8e674b278cd953c8d673bcd1dfcb28049bc3f664 (patch) | |
| tree | 0de0a56530bd186f111f9bce319bffb1bc817f63 /extras/system | |
| parent | b06708f5eb7c196b54bc9a3e86308da6b274d685 (diff) | |
| download | kshutdown-8e674b278cd953c8d673bcd1dfcb28049bc3f664.tar.gz kshutdown-8e674b278cd953c8d673bcd1dfcb28049bc3f664.zip | |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 33c97fa091a67fbfcaae19b388c56a931bfca72a)
Diffstat (limited to 'extras/system')
| -rw-r--r-- | extras/system/CMakeLists.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/extras/system/CMakeLists.txt b/extras/system/CMakeLists.txt index a2d7e6d..31c40ed 100644 --- a/extras/system/CMakeLists.txt +++ b/extras/system/CMakeLists.txt @@ -1,9 +1,7 @@ file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} .directory *.desktop ) -foreach( _source ${_files} ) - tde_create_translated_desktop( - SOURCE ${_source} - DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/extras/system - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/extras - ) -endforeach() +tde_create_translated_desktop( + SOURCE ${_files} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/extras/system + PO_DIR extras +) |
