diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-06 12:58:14 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-07 17:18:42 +0200 |
| commit | 5a1faae1a0716ad4240fd9e0ece5b26fb3257883 (patch) | |
| tree | 9bfb709d72860328587c429184095328c5e5657b /CMakeLists.txt | |
| parent | 7750592356b80603b416051ce5d13a63f008eb9a (diff) | |
| download | tellico-5a1faae1.tar.gz tellico-5a1faae1.zip | |
Merge desktop files translations into tellico.xml.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 47925bdf26a0b6df210302a5181b273a4af270e0)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 935054f..302eeed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,10 @@ tde_create_translated_desktop( SOURCE x-tellico.desktop DESTINATION ${MIME_INSTALL_DIR}/application ) -install( FILES tellico.xml +tde_create_translated_desktop( + SOURCE tellico.xml + KEYWORDS comment + FORMAT xml DESTINATION ${XDG_MIME_INSTALL_DIR} ) install( FILES tellico.dtd tellico.tips |
