Skip to content

Commit 55c02e8

Browse files
committed
mostly done 0.20
1 parent 9f93dda commit 55c02e8

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog for clamtk-kde
22
------------------------
33

4+
0.20: 20240102
5+
----------------
6+
* Update strings in desktop file
7+
* Update years -> 2024
8+
49
0.19: 14 Nov 2021
510
-------------------
611
* Update various files with new Launchpad license information

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COPYRIGHT AND LICENCE
22

3-
clamtk and clamtk-kde, copyright (C) 2004-2021 Dave M
3+
clamtk and clamtk-kde, copyright (C) 2004-2024 Dave M
44

55
### Links
66

@@ -62,5 +62,5 @@ effective, accurate or reliable
6262

6363
Having said that, I do my best to make it as good as I can. Really.
6464

65-
Dave M <dave.nerd@gmail.com>
66-
0xF51D19546ADA59DE
65+
* Dave M, dave.nerd @gmail.com
66+
[0xC81DF0FAC4AFEB22](https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-20230506)

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,50 @@
1-
This readme file was last updated 14 Nov 2021.
1+
This README was last updated 20240102.
22

33
# README for clamtk-kde
44

55
clamtk-kde is a simple plugin to allow a right-click, context menu scan of files or folders in Dolphin, a file manager in KDE.
66

7-
All this plugin does is copy a desktop file to a directory. If this seems redundant, that's because it is: this plugin depends on clamtk, which already has this desktop file. So, it stands to reason we should be able to just find that file and copy it, rather than having our own copy.
7+
All this plugin does is copy a desktop file to a directory. This makes it easy to scan a file or folder, without opening the virus scanner first and navigating to the file or folder of interest.
88

99
## Installation
1010

1111
### Automatic installation
1212

1313
There are deb and rpm packages to install this plugin:
1414

15-
#### On Debian based systems (Ubuntu, etc)
15+
#### On Ubuntu systems
1616

17-
`sudo apt install clamtk-kde`
18-
19-
or, if you've already downloaded it:
20-
21-
`sudo dpkg -i clamtk-kde_0.19-1_all.deb`
17+
`sudo dpkg -i clamtk-kde_0.20-1_all.deb`
2218

2319
#### On CentOS systems
2420

25-
`yum install clamtk-kde-0.19-1.fc35.noarch.rpm`
21+
`yum install clamtk-kde-0.20-1.el9.noarch.rpm`
2622

23+
or
24+
25+
`dnf install clamtk-kde-0.20-1.el9.noarch.rpm`
2726

2827
#### On Fedora systems
2928

30-
`dnf install clamtk-kde-0.19-1.fc35.noarch.rpm`
29+
`dnf install clamtk-kde-0.20-1.fc39.noarch.rpm`
3130

3231
### Manual installation
3332

3433
To manually install it:
3534

36-
Ensure ClamTk is installed. You'll need version 5.00 or newer,
37-
but you should run at least the 6.xx series by now.
35+
Ensure ClamTk is installed. You will need to have root privileges for this step. Youwill need version 5.00 or newer, but you should use the 6.xx series by now.
3836

3937
Copy the clamtk-kde.desktop file to the services folder. For example:
4038
For KDE 4:
4139
`cp clamtk-kde.desktop /usr/share/kde4/services/`
4240
For KDE 5:
4341
`cp clamtk-kde.desktop /usr/share/kservices5/ServiceMenus/`
44-
You will need to have root privileges for that step.
4542

4643
DEPENDENCIES
4744
------------
4845

4946
clamtk >= 5.00 (but you should be using >= 6.00)
50-
(KDE4) kde-filesystem or (KDE5) kf5-filesystem
47+
(KDE 4) kde-filesystem or (KDE 5) kf5-filesystem
5148

5249
LINKS
5350
-----
@@ -59,6 +56,5 @@ http://standards.freedesktop.org/desktop-entry-spec/latest/
5956

6057
CONTACT
6158
-------
62-
63-
email : Dave M <dave.nerd@gmail.com>
64-
0xF51D19546ADA59DE
59+
Dave M, dave.nerd @gmail.com
60+
[0xC81DF0FAC4AFEB22](https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-20230506)

clamtk-kde.1.gz

36 Bytes
Binary file not shown.

clamtk-kde.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Name[ja]=ウィルスをスキャンします...
4141
Name[km]=វិភាគរកការគំរាមកំហៃង...
4242
Name[ko]=위험 요소를 검사합니다...
4343
Name[lt]=Ieškoti virusų...
44+
Name[mnw_MM]=စိစောတ်ဂၠိုက်ဂၠာဲအန္တရာယ်
4445
Name[ms]=Imbas jika ada ancaman...
45-
Name[nl]=Scannen op virussen…
4646
Name[nb]=Skann etter virus...
4747
Name[nl]=Scannen op virussen…
4848
Name[nl_BE]=Scannen...

0 commit comments

Comments
 (0)