From 891c6cc5a45d1d05e3ac06e62a31ae65db4f125b Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sat, 30 Jan 2021 21:06:57 +0200 Subject: Reworked desktop files translation. The translations themselves are now stored separately from the .desktop files and the eventsrc. Signed-off-by: Mavridis Philippe --- src/CMakeL10n.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/CMakeL10n.txt') diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 113076e..ac6c199 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -3,11 +3,12 @@ tde_l10n_create_template( "messages/klamav" ) tde_l10n_create_template( - CATALOG "desktop_files/klamav.desktop/" - SOURCES klamav.desktop + CATALOG "desktop_files/" + SOURCES *.desktop ) tde_l10n_create_template( - CATALOG "desktop_files/klamav-dropdown.desktop/" - SOURCES klamav-dropdown.desktop + CATALOG "desktop_files/klamav-eventsrc/" + SOURCES eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" ) -- cgit v1.2.1