summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated command-line switches.Mavridis Philippe2021-02-051-1/+1
| | | | | | | | | | | | Deprecated archive extraction options were removed and some switches were renamed according to changes in ClamAV 0.101.0. ClamAV seems to handle archive extraction fully on its own and thus those options are not provided by clamscan anymore. This relates to issue #15. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Added support for clamd scanning.Mavridis Philippe2021-02-051-1/+1
| | | | | | | | | | | | | This option has to be enabled in the new 'Backend' section of the Options dialog. Most configuration options are unavailable for use with 'clamdscan'. For more information on the inherited limitations see the man page for clamdscan(1). This resolves issue #17. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Reworked desktop files translation.Mavridis Philippe2021-01-301-4/+10
| | | | | | | The translations themselves are now stored separately from the .desktop files and the eventsrc. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* klamav-dropdown.desktop: replaced CMake install() with ↵Mavridis Philippe2021-01-271-2/+2
| | | | | | tde_create_translated_desktop() Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* CMake conversionMavridis Philippe2021-01-251-0/+75
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>