Hello community,

here is the log from the commit of package clamtk for openSUSE:Factory checked 
in at 2019-02-08 12:15:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clamtk (Old)
 and      /work/SRC/openSUSE:Factory/.clamtk.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clamtk"

Fri Feb  8 12:15:35 2019 rev:2 rq:672562 version:5.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/clamtk/clamtk.changes    2017-11-20 
17:04:41.119328528 +0100
+++ /work/SRC/openSUSE:Factory/.clamtk.new.28833/clamtk.changes 2019-02-08 
12:15:40.205418340 +0100
@@ -1,0 +2,10 @@
+Tue Feb  5 08:16:33 UTC 2019 - ec...@opensuse.org
+
+- update to 5.26
+  * UI change to single-click
+  * Update year to 2018; 14th year :)
+  * Updates to the man pages
+  * Update Swedish (sv) language file for Launchpad #1688469
+  * Begin move to https://gitlab.com/dave_m/clamtk
+
+-------------------------------------------------------------------
@@ -720 +729,0 @@
-

Old:
----
  clamtk-5.25.tar.xz
  clamtk-5.25.tar.xz.asc

New:
----
  clamtk-5.26.tar.xz
  clamtk-5.26.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clamtk.spec ++++++
--- /var/tmp/diff_new_pack.pNHSAV/_old  2019-02-08 12:15:40.769418129 +0100
+++ /var/tmp/diff_new_pack.pNHSAV/_new  2019-02-08 12:15:40.777418126 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package spec
+# spec file for package clamtk
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,10 +18,10 @@
 
 
 Name:           clamtk
-Version:        5.25
+Version:        5.26
 Release:        0
 Summary:        GUI for the ClamAV Antivirus
-License:        GPL-1.0+ or Artistic-1.0
+License:        GPL-1.0-or-later OR Artistic-1.0
 Group:          Productivity/Security
 Url:            https://github.com/dave-theunsub/clamtk
 Source:         
https://bitbucket.org/davem_/clamtk/downloads/clamtk-%{version}.tar.xz
@@ -44,14 +44,14 @@
 BuildRequires:  perl(Gtk2::SimpleList)
 #Obsoletes:      clamtk-kde
 # for Virustotal API:
+BuildRequires:  update-desktop-files
+BuildRequires:  zenity
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Locale::gettext)
 BuildRequires:  perl(Net::DNS)
 BuildRequires:  perl(Text::CSV)
-BuildRequires:  update-desktop-files
-BuildRequires:  zenity
 Requires:       clamav >= 0.88
 Requires:       gnome-icon-theme
 Requires:       perl(Cwd)
@@ -60,6 +60,7 @@
 Requires:       perl(File::Basename)
 Requires:       perl(File::Copy)
 ## Requires:       perl(File::Find::Rule)
+Requires:       zenity
 Requires:       perl(File::Path)
 Requires:       perl(Glib)
 Requires:       perl(Gtk2) >= 1.241
@@ -71,7 +72,6 @@
 Requires:       perl(Net::DNS)
 Requires:       perl(Text::CSV)
 Requires:       perl(Time::Piece)
-Requires:       zenity
 Recommends:     clamav-db
 BuildArch:      noarch
 %{perl_requires}
@@ -101,7 +101,6 @@
 #install -D -m 0644 help/C/clamtk/*.page 
%%{buildroot}%%{_datadir}/help/C/clamtk/
 #install -D -m 0644 help/C/clamtk/figures/*.png 
%%{buildroot}%%{_datadir}/help/C/clamtk/figures/
 
-
 # install in the perl vendorlib location:
 install -d %{buildroot}/%{perl_vendorlib}/ClamTk
 install -m0644 lib/*.pm %{buildroot}/%{perl_vendorlib}/ClamTk/

++++++ clamtk-5.25.tar.xz -> clamtk-5.26.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/CHANGES new/clamtk-5.26/CHANGES
--- old/clamtk-5.25/CHANGES     2017-09-04 12:53:27.000000000 +0200
+++ new/clamtk-5.26/CHANGES     2018-08-25 11:16:55.000000000 +0200
@@ -1,10 +1,12 @@
 CHANGELOG for ClamTk:
 
-5.26 - XXX XX 2017
+5.26 - Aug 25 2018
 ------------------
-        * Remove dependency on gnome-icon-theme-legacy; still
-          using gnome-icon-theme for now
-
+        * UI change to single-click
+        * Update year to 2018; 14th year :)
+        * Updates to the man pages
+        * Update Swedish (sv) language file for Launchpad #1688469
+        * Begin move to https://gitlab.com/dave_m/clamtk
 
 5.25 - Sep 4 2017
 -----------------
@@ -390,7 +392,7 @@
 4.41 - Jun 1 2012
 ------------------
        * Actually remove File::Find::Rule from ClamTk sources,
-         which should have been done in 4.40.  This could cause
+         which should have been done in 4.40. This could cause
          problems with Debian-based distros which can remove
          unneeded dependencies
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/README.md new/clamtk-5.26/README.md
--- old/clamtk-5.25/README.md   2017-09-01 21:13:48.000000000 +0200
+++ new/clamtk-5.26/README.md   2018-08-17 14:05:30.000000000 +0200
@@ -1,4 +1,6 @@
-This readme file was last updated on 18 February 2017
+[![Gitter 
chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/clamtk/Lobby)
+
+This readme file was last updated on 17 August 2018
 
 # Readme for ClamTk
 
@@ -19,24 +21,24 @@
 
 ClamTk is a frontend for ClamAV (Clam Antivirus). It is intended to be an easy 
to use, light-weight, on-demand scanner for Linux systems. It has been ported 
to Fedora, Debian, RedHat, openSUSE, ALT Linux, Ubuntu, CentOS, Gentoo, 
Archlinux, Mandriva, PCLinuxOS, Frugalware, FreeBSD, and others.
 
-Although its earliest incarnations date to 2003, ClamTk was first uploaded for 
distribution in 2004 to a rootshell.be account and finally to Sourceforge.net 
in 2005. At the end of 2013, we moved to a Google Code page (then to github), 
gitlab, and Bitbucket. It's now 2017 and for some reason, it's still going.  In 
fact, February 2017 marks 13 years of activity (of being publically available, 
that is).
+Although its earliest incarnations date to 2003, ClamTk was first uploaded for 
distribution in 2004 to a rootshell.be account and finally to Sourceforge.net 
in 2005. At the end of 2013, we moved to a Google Code page (then to github), 
gitlab, and Bitbucket. It's now 2018 and for some reason, it's still going.  In 
fact, February 2018 marks 14 years of activity (of being publically available, 
that is).
 
 
 ### Important Links
 
 ClamTk:
-* https://dave-theunsub.github.io/clamtk/
 * https://gitlab.com/dave_m/clamtk
-* https://github.com/dave-theunsub/clamtk/
 * https://bitbucket.org/davem_/clamtk/
 * https://code.google.com/p/clamtk/ (not used anymore)
 * http://clamtk.sourceforge.net (not used anymore)
+* https://dave-theunsub.github.io/clamtk/ (deprecated)
+* https://github.com/dave-theunsub/clamtk/ (deprecated)
 
 Launchpad ClamTk:
 * https://launchpad.net/clamtk
 
 ClamAV:
-* http://www.clamav.net
+* https://www.clamav.net
 
 Gtk2-Perl:
 * http://gtk2-perl.sourceforge.net
@@ -100,16 +102,16 @@
 
 While the Debian/Ubuntu .debs have always been digitally signed, the rpms have 
not. Beginning with 5.22, you can once again check the rpm's signature to 
verify its integrity. Here's one way:
 
-1. Get and import the key in one step: `rpm --import 
https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-10-Sept-2016`
+1. Get and import the key in one step: `rpm --import 
https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-21-June-2018`
 2. Verify the list of gpg keys installed in RPM DB: `rpm -q gpg-pubkey --qf 
'%{name}-%{version}-%{release} --> %{summary}\n'`
-3. Check the signature of the rpm. For this example, we'll use version 5.22: 
`rpm --checksig clamtk-5.22-1.fc.noarch.rpm`
-4. You should see something like this: `/home/you/clamtk-5.22-1.fc.noarch.rpm: 
rsa sha1 (md5) pgp md5 OK`
+3. Check the signature of the rpm. For this example, we'll use version 5.25: 
`rpm --checksig clamtk-5.25-1.fc.noarch.rpm`
+4. You should see something like this: `/home/you/clamtk-5.25-1.fc.noarch.rpm: 
rsa sha1 (md5) pgp md5 OK`
 
 You can also verify the tarball. Using 5.22 as the example version, ensure you 
have downloaded the tarball, its detached signature (.asc), and the key in step 
1 above.
 
-1. Get the key (skip if you already have it): `wget 
https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-10-Sept-2016`
-2. Import it (skip if you have done it already): `gpg --import 
RPM-GPG-KEY-DaveM-10-Sept-2016`
-3. Verify `gpg2 --verify clamtk-5.22.tar.gz.asc clamtk-5.22.tar.gz` or `gpg 
--verify clamtk-5.22.tar.gz.asc clamtk-5.22.tar.gz`
+1. Get the key (skip if you already have it): `wget 
https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-21-June-2018`
+2. Import it (skip if you have done it already): `gpg --import 
RPM-GPG-KEY-DaveM-21-June-2018`
+3. Verify `gpg2 --verify clamtk-5.25.tar.xz.asc clamtk-5.25.tar.gz` or `gpg 
--verify clamtk-5.25.tar.gz.asc clamtk-5.25.tar.gz`
 4. You should see something like this: `gpg: Signature made Sun 11 Sep 2016 
06:29:41 AM CDT using RSA key ID` (snipped for brevity)
 
 
@@ -168,7 +170,7 @@
 * For Gnome (Files file manager): https://github.com/dave-theunsub/clamtk-gnome
 * For KDE (Dolphin file manager): https://github.com/dave-theunsub/clamtk-kde
 * For XFCE (Thunar file manager): 
https://github.com/dave-theunsub/thunar-sendto-clamtk
-* For MATE (Nemo file manager): 
https://github.com/dave-theunsub/nemo-sendto-clamtk
+* For MATE (Nemo file manager):   
https://github.com/dave-theunsub/nemo-sendto-clamtk
 
 
 ## Troubleshooting
@@ -228,7 +230,6 @@
 * Dag, without whom rpms would likely not exist
 * All the gtk2-perl and gtk3-perl folks for their time and effort
 * Perlmonks.org for helping me learn the wonderful Perl language - and 
continuing to do so on a daily basis!
-* Ksnapshot for making snapshot-taking very easy
 
 
 ## Contact
@@ -240,3 +241,5 @@
 While we recommend opening an official bug on the appropriate page, we'll also 
accept emails:
 
 * Dave M, dave.nerd AT gmail DOT com (0x6ADA59DE)
+
+You can also [chat with us on gitter](https://gitter.im/clamtk/Lobby)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/clamtk new/clamtk-5.26/clamtk
--- old/clamtk-5.25/clamtk      2017-09-04 14:30:12.000000000 +0200
+++ new/clamtk-5.26/clamtk      2018-08-25 11:18:31.000000000 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk.
 # https://dave-theunsub.github.io/clamtk/
Binary files old/clamtk-5.25/clamtk.1.gz and new/clamtk-5.26/clamtk.1.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Analysis.pm 
new/clamtk-5.26/lib/Analysis.pm
--- old/clamtk-5.25/lib/Analysis.pm     2017-02-18 10:37:57.000000000 +0100
+++ new/clamtk-5.26/lib/Analysis.pm     2018-08-17 14:08:46.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/App.pm new/clamtk-5.26/lib/App.pm
--- old/clamtk-5.25/lib/App.pm  2017-02-18 10:38:03.000000000 +0100
+++ new/clamtk-5.26/lib/App.pm  2018-07-14 15:12:28.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
@@ -24,7 +24,7 @@
 
 sub get_TK_version {
     # Stick with %.2f format - 4.50 vice 4.5
-    return '5.25';
+    return '5.26';
 }
 
 sub get_path {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Assistant.pm 
new/clamtk-5.26/lib/Assistant.pm
--- old/clamtk-5.25/lib/Assistant.pm    2017-02-18 10:38:10.000000000 +0100
+++ new/clamtk-5.26/lib/Assistant.pm    2018-08-17 14:10:36.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/GUI.pm new/clamtk-5.26/lib/GUI.pm
--- old/clamtk-5.25/lib/GUI.pm  2017-02-18 10:38:18.000000000 +0100
+++ new/clamtk-5.26/lib/GUI.pm  2018-08-25 11:09:12.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
@@ -219,40 +219,33 @@
     );
 
     my $view = Gtk2::IconView->new_with_model( $liststore );
-    $view->set_columns( 4 );
+    $view->set_can_focus( FALSE );
     $view->set_column_spacing( 10 );
-    $view->set_row_spacing( 10 );
+    $view->set_columns( 4 );
     $view->set_pixbuf_column( 0 );
+    $view->set_row_spacing( 10 );
+    $view->set_selection_mode( 'single' );
     $view->set_text_column( 1 );
     $view->set_tooltip_column( 2 );
-    $view->set_selection_mode( 'single' );
-    $view->set_can_focus( FALSE );
 
-    my $prefs = ClamTk::Prefs->get_preference( 'Clickings' );
-    if ( $prefs == 2 ) {
-        $view->signal_connect(
-            'item-activated' => \&click,
-            $liststore
-        );
-    } elsif ( $prefs == 1 ) {
-        my $path;
-        $view->signal_connect(
-            'motion-notify-event' => sub {
-                my ( $widget, $event ) = @_;
-                $path = $view->get_path_at_pos( $event->x, $event->y );
-                if ( $path ) {
-                    $view->select_path( $path );
-                } else {
-                    $view->unselect_all();
-                }
-            }
-        );
-        $view->signal_connect(
-            'button-press-event' => sub {
-                press( $path, $liststore );
+    # Set single-click
+    my $path;
+    $view->signal_connect(
+        'motion-notify-event' => sub {
+            my ( $widget, $event ) = @_;
+            $path = $view->get_path_at_pos( $event->x, $event->y );
+            if ( $path ) {
+                $view->select_path( $path );
+            } else {
+                $view->unselect_all();
             }
-        );
-    }
+        }
+    );
+     $view->signal_connect(
+        'button-press-event' => sub {
+            press( $path, $liststore );
+        }
+    );
 
     my @data = (
         {   link        => _( 'Settings' ),
@@ -303,41 +296,33 @@
     );
 
     my $view = Gtk2::IconView->new_with_model( $liststore );
-    $view->set_columns( 3 );
+    $view->set_can_focus( FALSE );
     $view->set_column_spacing( 10 );
-    $view->set_row_spacing( 10 );
+    $view->set_columns( 3 );
     $view->set_pixbuf_column( 0 );
+    $view->set_row_spacing( 10 );
+    $view->set_selection_mode( 'single' );
     $view->set_text_column( 1 );
     $view->set_tooltip_column( 2 );
-    $view->set_selection_mode( 'single' );
-    $view->set_can_focus( FALSE );
-
-    my $prefs = ClamTk::Prefs->get_preference( 'Clickings' );
 
-    if ( $prefs == 2 ) {
-        $view->signal_connect(
-            'item-activated' => \&click,
-            $liststore
-        );
-    } elsif ( $prefs == 1 ) {
-        my $path;
-        $view->signal_connect(
-            'motion-notify-event' => sub {
-                my ( $widget, $event ) = @_;
-                $path = $view->get_path_at_pos( $event->x, $event->y );
-                if ( $path ) {
-                    $view->select_path( $path );
-                } else {
-                    $view->unselect_all();
-                }
-            }
-        );
-        $view->signal_connect(
-            'button-press-event' => sub {
-                press( $path, $liststore );
+    # Set single-click
+    my $path;
+    $view->signal_connect(
+        'motion-notify-event' => sub {
+            my ( $widget, $event ) = @_;
+            $path = $view->get_path_at_pos( $event->x, $event->y );
+            if ( $path ) {
+                $view->select_path( $path );
+            } else {
+                $view->unselect_all();
             }
-        );
-    }
+        }
+    );
+    $view->signal_connect(
+        'button-press-event' => sub {
+            press( $path, $liststore );
+        }
+    );
 
     my @data = (
         {   link        => _( 'Update' ),
@@ -386,32 +371,24 @@
     $view->set_selection_mode( 'single' );
     $view->set_can_focus( FALSE );
 
-    my $prefs = ClamTk::Prefs->get_preference( 'Clickings' );
-
-    if ( $prefs == 2 ) {
-        $view->signal_connect(
-            'item-activated' => \&click,
-            $liststore
-        );
-    } elsif ( $prefs == 1 ) {
-        my $path;
-        $view->signal_connect(
-            'motion-notify-event' => sub {
-                my ( $widget, $event ) = @_;
-                $path = $view->get_path_at_pos( $event->x, $event->y );
-                if ( $path ) {
-                    $view->select_path( $path );
-                } else {
-                    $view->unselect_all();
-                }
-            }
-        );
-        $view->signal_connect(
-            'button-press-event' => sub {
-                press( $path, $liststore );
+    # Set single-click
+    my $path;
+    $view->signal_connect(
+        'motion-notify-event' => sub {
+            my ( $widget, $event ) = @_;
+            $path = $view->get_path_at_pos( $event->x, $event->y );
+            if ( $path ) {
+                $view->select_path( $path );
+            } else {
+                $view->unselect_all();
             }
-        );
-    }
+        }
+    );
+    $view->signal_connect(
+        'button-press-event' => sub {
+            press( $path, $liststore );
+        }
+    );
 
     my @data = (
         {   link        => _( 'History' ),
@@ -451,41 +428,32 @@
     );
 
     my $view = Gtk2::IconView->new_with_model( $liststore );
-    $view->set_columns( 3 );
+    $view->set_can_focus( FALSE );
     $view->set_column_spacing( 10 );
-    $view->set_row_spacing( 10 );
+    $view->set_columns( 3 );
     $view->set_pixbuf_column( 0 );
+    $view->set_row_spacing( 10 );
+    $view->set_selection_mode( 'single' );
     $view->set_text_column( 1 );
     $view->set_tooltip_column( 2 );
-    $view->set_selection_mode( 'single' );
-    $view->set_can_focus( FALSE );
-
-    my $prefs = ClamTk::Prefs->get_preference( 'Clickings' );
 
-    if ( $prefs == 2 ) {
-        $view->signal_connect(
-            'item-activated' => \&click,
-            $liststore
-        );
-    } elsif ( $prefs == 1 ) {
-        my $path;
-        $view->signal_connect(
-            'motion-notify-event' => sub {
-                my ( $widget, $event ) = @_;
-                $path = $view->get_path_at_pos( $event->x, $event->y );
-                if ( $path ) {
-                    $view->select_path( $path );
-                } else {
-                    $view->unselect_all();
-                }
+    my $path;
+    $view->signal_connect(
+        'motion-notify-event' => sub {
+            my ( $widget, $event ) = @_;
+            $path = $view->get_path_at_pos( $event->x, $event->y );
+            if ( $path ) {
+                $view->select_path( $path );
+            } else {
+                $view->unselect_all();
             }
-        );
-        $view->signal_connect(
-            'button-press-event' => sub {
-                press( $path, $liststore );
-            }
-        );
-    }
+        }
+    );
+    $view->signal_connect(
+        'button-press-event' => sub {
+            press( $path, $liststore );
+        }
+    );
 
     #<<<
     # For CentOS only:
@@ -776,7 +744,7 @@
     $dialog->set_logo( $pixbuf );
     $dialog->set_translator_credits(
         'Please see the website for full listing' );
-    $dialog->set_copyright( "\x{a9} Dave M 2004 - 2017" );
+    $dialog->set_copyright( "\x{a9} Dave M 2004 - 2018" );
     $dialog->set_program_name( 'ClamTk' );
     #$dialog->set_authors( [ 'Dave M', 'dave.n...@gmail.com' ] );
     $dialog->set_authors( 'Dave M <dave.n...@gmail.com>' );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/History.pm 
new/clamtk-5.26/lib/History.pm
--- old/clamtk-5.25/lib/History.pm      2017-02-18 10:38:25.000000000 +0100
+++ new/clamtk-5.26/lib/History.pm      2018-08-17 14:09:25.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Network.pm 
new/clamtk-5.26/lib/Network.pm
--- old/clamtk-5.25/lib/Network.pm      2017-02-18 10:38:34.000000000 +0100
+++ new/clamtk-5.26/lib/Network.pm      2018-08-25 11:09:30.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
@@ -28,13 +28,6 @@
 sub show_window {
     my $eb = Gtk2::EventBox->new;
 
-    # my $white = Gtk2::Gdk::Color->new( 0xFFFF, 0xFFFF, 0xFFFF );
-    # $eb->modify_bg( 'normal', $white );
-
-    #$eb->override_background_color( 'normal',
-    #    Gtk2::Gdk::RGBA->new( .93, .93, .93, .93 ),
-    #);
-
     my $box = Gtk2::VBox->new( FALSE, 5 );
     $eb->add( $box );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Prefs.pm new/clamtk-5.26/lib/Prefs.pm
--- old/clamtk-5.25/lib/Prefs.pm        2017-02-18 10:38:40.000000000 +0100
+++ new/clamtk-5.26/lib/Prefs.pm        2018-07-14 15:19:32.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
@@ -198,15 +198,6 @@
         }
     }
 
-    # Single click or double click in the main iconview.
-    # Since we started with double, stick with it by
-    # default for less aggravation
-    # 1 = single, 2 = double
-    # Clickings = short for Click Settings. I think.
-    if ( !exists $pkg{ Clickings } ) {
-        $pkg{ Clickings } = 2;
-    }
-
     write_all( %pkg );
     return;
 }
@@ -239,7 +230,6 @@
         TruncateLog SaveToLog
         Whitelist Update ScanHidden
         Thorough Recursive Mounted
-        Clickings
     );
     return 1 if ( grep { $_[ 0 ] eq $_ } @keys );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Quarantine.pm 
new/clamtk-5.26/lib/Quarantine.pm
--- old/clamtk-5.25/lib/Quarantine.pm   2017-02-18 10:38:46.000000000 +0100
+++ new/clamtk-5.26/lib/Quarantine.pm   2018-08-17 14:09:41.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Results.pm 
new/clamtk-5.26/lib/Results.pm
--- old/clamtk-5.25/lib/Results.pm      2017-02-18 10:38:53.000000000 +0100
+++ new/clamtk-5.26/lib/Results.pm      2018-08-17 14:10:29.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Scan.pm new/clamtk-5.26/lib/Scan.pm
--- old/clamtk-5.25/lib/Scan.pm 2017-02-18 10:39:02.000000000 +0100
+++ new/clamtk-5.26/lib/Scan.pm 2018-08-17 14:10:18.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Schedule.pm 
new/clamtk-5.26/lib/Schedule.pm
--- old/clamtk-5.25/lib/Schedule.pm     2017-02-18 10:39:09.000000000 +0100
+++ new/clamtk-5.26/lib/Schedule.pm     2018-08-17 14:08:56.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Settings.pm 
new/clamtk-5.26/lib/Settings.pm
--- old/clamtk-5.25/lib/Settings.pm     2017-02-18 10:39:15.000000000 +0100
+++ new/clamtk-5.26/lib/Settings.pm     2018-07-14 15:23:19.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
@@ -117,22 +117,6 @@
         }
     );
 
-    $option = Gtk2::CheckButton->new_with_label(
-        _( 'Double click icons to activate' ) );
-    $option->can_focus( FALSE );
-    $option->set_tooltip_text(
-        _( 'Uncheck this box to activate icons with single click' ) );
-    $option->set_active( TRUE ) if ( $prefs{ Clickings } == 2 );
-    $grid->attach_defaults( $option, 0, 1, 5, 6 );
-    $option->signal_connect(
-        toggled => sub {
-            my $btn = shift;
-            ClamTk::Prefs->set_preference( 'Clickings', $btn->get_active
-                ? 2
-                : 1 );
-        }
-    );
-
     my $infobar = Gtk2::InfoBar->new;
     #$box->pack_start( $infobar, FALSE, FALSE, 10 );
     $infobar->set_message_type( 'other' );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Shortcuts.pm 
new/clamtk-5.26/lib/Shortcuts.pm
--- old/clamtk-5.25/lib/Shortcuts.pm    2017-02-18 10:39:21.000000000 +0100
+++ new/clamtk-5.26/lib/Shortcuts.pm    2018-08-17 14:08:16.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Startup.pm 
new/clamtk-5.26/lib/Startup.pm
--- old/clamtk-5.25/lib/Startup.pm      2017-02-18 10:39:27.000000000 +0100
+++ new/clamtk-5.26/lib/Startup.pm      2018-08-17 14:09:05.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Update.pm 
new/clamtk-5.26/lib/Update.pm
--- old/clamtk-5.25/lib/Update.pm       2017-09-01 21:13:27.000000000 +0200
+++ new/clamtk-5.26/lib/Update.pm       2018-08-17 14:09:35.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/lib/Whitelist.pm 
new/clamtk-5.26/lib/Whitelist.pm
--- old/clamtk-5.25/lib/Whitelist.pm    2017-02-18 10:39:40.000000000 +0100
+++ new/clamtk-5.26/lib/Whitelist.pm    2018-08-17 14:10:01.000000000 +0200
@@ -1,4 +1,4 @@
-# ClamTk, copyright (C) 2004-2017 Dave M
+# ClamTk, copyright (C) 2004-2018 Dave M
 #
 # This file is part of ClamTk (https://dave-theunsub.github.io/clamtk).
 #
Binary files old/clamtk-5.25/po/sv.mo and new/clamtk-5.26/po/sv.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clamtk-5.25/po/sv.po new/clamtk-5.26/po/sv.po
--- old/clamtk-5.25/po/sv.po    2017-08-26 17:58:50.000000000 +0200
+++ new/clamtk-5.26/po/sv.po    2018-08-17 15:41:54.000000000 +0200
@@ -1,25 +1,26 @@
 # ClamTk Swedish language file
-# Copyright (C) Dave M. < dave . nerd @ gmail >, 2004-2017.
+# Copyright (C) Dave M. < dave . nerd @ gmail >, 2004-2018.
 # This file is distributed under the same license as the ClamTk package.
 # First author: Petter Viklund <petter.vikl...@gmail.com>, 2007-2010.
 # David Bengtsson
 # Håkan Lidholm <ha...@lidholm.net>
 # Tord Dellsén
+# Jonatan Nyberg
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: clamtk 5.25\n"
+"Project-Id-Version: clamtk 5.26\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-11-11 02:42-0600\n"
-"PO-Revision-Date: 2017-05-11 10:09+0000\n"
-"Last-Translator: Sunyata <tord.dell...@gmail.com>\n"
+"PO-Revision-Date: 2018-01-28 13:56+0000\n"
+"Last-Translator: Jonatan Nyberg <Unknown>\n"
 "Language-Team: Launchpad Swedish Translators <lp-l10n-"
 "s...@lists.launchpad.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2017-08-26 15:48+0000\n"
-"X-Generator: Launchpad (build 18446)\n"
+"X-Launchpad-Export-Date: 2018-08-17 12:32+0000\n"
+"X-Generator: Launchpad (build 18752)\n"
 
 #: lib/Analysis.pm:49 lib/GUI.pm:525 lib/GUI.pm:608 lib/GUI.pm:749
 #: lib/Results.pm:136 lib/Results.pm:209
@@ -36,7 +37,7 @@
 
 #: lib/Analysis.pm:143
 msgid "Vendor"
-msgstr "Tillverkare"
+msgstr "Leverantör"
 
 #: lib/Analysis.pm:152
 msgid "Date"
@@ -71,12 +72,12 @@
 "No information exists for this file. Press OK to submit this file for "
 "analysis."
 msgstr ""
-"Ingen information finns för den här filen. Tryck på OK för att skicka den "
+"Ingen information finns för den här filen. Tryck på OK för att skicka in den "
 "här filen för analys."
 
 #: lib/Analysis.pm:298 lib/Analysis.pm:618
 msgid "Unable to submit file: try again later"
-msgstr "Går ej att skicka fil för analys: försök igen senare"
+msgstr "Kunde inte skicka in fil för analys: försök igen senare"
 
 #: lib/Analysis.pm:310
 msgid "View or delete previous results"
@@ -88,7 +89,7 @@
 
 #: lib/Analysis.pm:398
 msgid "Delete file results"
-msgstr "Radera filresultat"
+msgstr "Ta bort filresultat"
 
 #: lib/Analysis.pm:471 lib/Analysis.pm:572 lib/Assistant.pm:103
 #: lib/Update.pm:156
@@ -97,11 +98,11 @@
 
 #: lib/Analysis.pm:616
 msgid "File successfully submitted for analysis."
-msgstr "Fil har skickats för analys"
+msgstr "Fil har skickats in för analys"
 
 #: lib/Analysis.pm:676 lib/Analysis.pm:681
 msgid "Unable to save file"
-msgstr "Kunde inte spara fil"
+msgstr "Det gick inte att spara filen"
 
 #: lib/Analysis.pm:690
 msgid "File has been saved"
@@ -117,7 +118,7 @@
 
 #: lib/App.pm:454 clamtk-gnome.py:58
 msgid "Scan for threats..."
-msgstr "Sök efter hot..."
+msgstr "Skanna efter hot..."
 
 #: lib/App.pm:455
 msgid "Advanced"
@@ -133,7 +134,7 @@
 
 #: lib/App.pm:459
 msgid "ClamTk is a graphical front-end for Clam Antivirus"
-msgstr ""
+msgstr "ClamTk är ett grafiskt front-end för Clam Antivirus"
 
 #: lib/Assistant.pm:37
 msgid "Please choose how you will update your antivirus signatures"
@@ -141,11 +142,11 @@
 
 #: lib/Assistant.pm:55
 msgid "My computer automatically receives updates"
-msgstr "Automatisk uppdatering"
+msgstr "Min dator tar automatiskt emot uppdateringar"
 
 #: lib/Assistant.pm:70
 msgid "I would like to update signatures myself"
-msgstr "Manuell uppdatering"
+msgstr "Jag skulle vilja uppdatera signaturer själv"
 
 #: lib/Assistant.pm:96 lib/Assistant.pm:154
 msgid "Press Apply to save changes"
@@ -153,7 +154,7 @@
 
 #: lib/Assistant.pm:126
 msgid "Your changes were saved."
-msgstr "Dina ändringar sparades"
+msgstr "Dina ändringar sparades."
 
 #: lib/Assistant.pm:129 lib/Update.pm:175 lib/Update.pm:181
 msgid "Error updating: try again later"
@@ -161,7 +162,7 @@
 
 #: lib/GUI.pm:54
 msgid "Virus Scanner"
-msgstr "Virussökare"
+msgstr "Virusskanner"
 
 #: lib/GUI.pm:87
 msgid "ClamTk Virus Scanner"
@@ -173,7 +174,7 @@
 
 #: lib/GUI.pm:105 lib/GUI.pm:602 lib/Shortcuts.pm:28
 msgid "About"
-msgstr "Om ClamTk"
+msgstr "Om"
 
 #: lib/GUI.pm:113
 msgid "Quit"
@@ -181,11 +182,11 @@
 
 #: lib/GUI.pm:160
 msgid "Updates are available"
-msgstr "Nya uppdateringar finns"
+msgstr "Uppdateringar är tillgängliga"
 
 #: lib/GUI.pm:163
 msgid "The antivirus signatures are outdated"
-msgstr "Antivirussignaturer är föråldrade"
+msgstr "Antivirussignaturerna är föråldrade"
 
 #: lib/GUI.pm:166
 msgid "An update is available"
@@ -197,7 +198,7 @@
 
 #: lib/GUI.pm:265
 msgid "View and set your preferences"
-msgstr "Visa och ändra inställningar"
+msgstr "Visa och ställ in dina inställningar"
 
 #: lib/GUI.pm:269 lib/GUI.pm:635
 msgid "Whitelist"
@@ -205,7 +206,7 @@
 
 #: lib/GUI.pm:270
 msgid "View or update scanning whitelist"
-msgstr "Visa eller ändra vitlista"
+msgstr "Visa eller uppdatera skanningsvitlista"
 
 #: lib/GUI.pm:274 lib/GUI.pm:633
 msgid "Network"
@@ -213,7 +214,7 @@
 
 #: lib/GUI.pm:275
 msgid "Edit proxy settings"
-msgstr "Ändra proxy-inställningar"
+msgstr "Redigera proxyinställningar"
 
 #: lib/GUI.pm:279 lib/GUI.pm:617
 msgid "Scheduler"
@@ -261,7 +262,7 @@
 
 #: lib/GUI.pm:671 lib/GUI.pm:709 lib/Scan.pm:740 lib/Scan.pm:751
 msgid "You do not have permissions to scan that file or directory"
-msgstr "Rättigheter att skanna fil eller katalog saknas"
+msgstr "Du har inte behörigheter att skanna den filen eller katalogen"
 
 #: lib/GUI.pm:685 lib/Shortcuts.pm:46 lib/Whitelist.pm:96
 msgid "Select a directory"
@@ -281,7 +282,7 @@
 
 #: lib/GUI.pm:837
 msgid "Homepage"
-msgstr "Hemsida"
+msgstr "Webbplats"
 
 #: lib/History.pm:74
 msgid "View"
@@ -295,7 +296,7 @@
 #: lib/History.pm:160
 #, perl-format
 msgid "Problems opening %s..."
-msgstr "Problem att öppna %s..."
+msgstr "Problem med att öppna %s..."
 
 #: lib/Network.pm:48
 msgid "No proxy"
@@ -303,15 +304,15 @@
 
 #: lib/Network.pm:54
 msgid "Environment settings"
-msgstr "Använd miljöinställningar"
+msgstr "Miljöinställningar"
 
 #: lib/Network.pm:60
 msgid "Set manually"
-msgstr "Ställ in manuellt"
+msgstr "Ange manuellt"
 
 #: lib/Network.pm:65
 msgid "IP address or host"
-msgstr "IP-address eller datornamn"
+msgstr "IP-address eller värd"
 
 #: lib/Network.pm:90
 msgid "Port"
@@ -352,7 +353,7 @@
 
 #: lib/Results.pm:90
 msgid "Action Taken"
-msgstr "Åtgärder som vidtagits"
+msgstr "Åtgärd som vidtagits"
 
 #: lib/Results.pm:127 lib/Results.pm:202
 msgid "Delete"
@@ -391,7 +392,7 @@
 
 #: lib/Scan.pm:448
 msgid "None"
-msgstr "Ingen"
+msgstr "Inga"
 
 #: lib/Scan.pm:474
 msgid "Cleaning up..."
@@ -412,11 +413,11 @@
 #: lib/Scan.pm:564
 #, perl-format
 msgid "ClamAV Signatures: %d\n"
-msgstr "Clam AV-signaturer: %d\n"
+msgstr "ClamAV-signaturer: %d\n"
 
 #: lib/Scan.pm:566
 msgid "Directories Scanned:\n"
-msgstr "Kataloger genomsökta:\n"
+msgstr "Kataloger skannade:\n"
 
 #: lib/Scan.pm:571
 #, perl-format
@@ -426,7 +427,7 @@
 "\n"
 msgstr ""
 "\n"
-"Hittade %d möjliga %s(%d %s genomsökta).\n"
+"Hittade %d möjliga %s(%d %s skannade).\n"
 "\n"
 
 #: lib/Scan.pm:573
@@ -463,11 +464,11 @@
 
 #: lib/Schedule.pm:73
 msgid "Set the scan time using a 24 hour clock"
-msgstr "Ställ tiden enligt 24-timmarsklocka"
+msgstr "Ange skanningstiden enligt en 24-timmarsklocka"
 
 #: lib/Schedule.pm:83 lib/Schedule.pm:139
 msgid "Set the hour using a 24 hour clock"
-msgstr "Ställ timmen enligt 24-timmarsklocka"
+msgstr "Ange timmen enligt en 24-timmarsklocka"
 
 #: lib/Schedule.pm:84 lib/Schedule.pm:140
 msgid "Hour"
@@ -483,7 +484,7 @@
 
 #: lib/Schedule.pm:129
 msgid "Select a time to update your signatures"
-msgstr "Välj tid för att uppdatera antivirus-signaturer"
+msgstr "Välj tid för att uppdatera antivirussignaturer"
 
 #: lib/Schedule.pm:196 lib/Schedule.pm:258
 msgid "A daily scan is scheduled"
@@ -491,15 +492,15 @@
 
 #: lib/Schedule.pm:201 lib/Schedule.pm:271
 msgid "A daily definitions update is scheduled"
-msgstr "En daglig uppdatering av antivirus-signaturer är schemalagd"
+msgstr "En daglig uppdatering av antivirussignaturer är schemalagd"
 
 #: lib/Schedule.pm:262
 msgid "A daily scan is not scheduled"
-msgstr "En daglig skanning är ej schemalagd"
+msgstr "En daglig skanning är inte schemalagd"
 
 #: lib/Schedule.pm:276
 msgid "A daily definitions update is not scheduled"
-msgstr "En daglig uppdatering är ej schemalagd"
+msgstr "En uppdatering av dagliga definitioner är inte schemalagd"
 
 #: lib/Schedule.pm:285
 msgid "You are set to automatically receive updates"
@@ -507,23 +508,23 @@
 
 #: lib/Settings.pm:42
 msgid "Scan for PUAs"
-msgstr "Skanna PUAs (Potentially Unwanted Applications)"
+msgstr "Skanna för PUAs (Potentiellt oönskade applikationer)"
 
 #: lib/Settings.pm:45
 msgid "Detect packed binaries, password recovery tools, and more"
-msgstr "Skanna binära filer, lösenordshämtare mm."
+msgstr "Genomsök binära filer, lösenordshämtare och mera"
 
 #: lib/Settings.pm:58
 msgid "Scan files beginning with a dot (.*)"
-msgstr "Sök igenom filer som börjar med en punkt (.*)"
+msgstr "Skanna filer som börjar med en punkt (.*)"
 
 #: lib/Settings.pm:60
 msgid "Scan files typically hidden from view"
-msgstr "Skanna gömda filer"
+msgstr "Skanna filer som normalt är dolda från visning"
 
 #: lib/Settings.pm:73
 msgid "Scan files larger than 20 MB"
-msgstr "Sök igenom filer som är större än 20 MB"
+msgstr "Skanna filer som är större än 20 MB"
 
 #: lib/Settings.pm:76
 msgid "Scan large files which are typically not examined"
@@ -535,7 +536,7 @@
 
 #: lib/Settings.pm:92
 msgid "Scan all files and directories within a directory"
-msgstr "Sök igenom alla filer och kataloger inom en katalog"
+msgstr "Skanna alla filer och kataloger i en katalog"
 
 #: lib/Settings.pm:105
 msgid "Check for updates to this program"
@@ -543,7 +544,7 @@
 
 #: lib/Settings.pm:108
 msgid "Check online for application and signature updates"
-msgstr "Sök online efter program- och signaturuppdateringar"
+msgstr "Sök på nätet efter program- och signaturuppdateringar"
 
 #: lib/Settings.pm:121
 msgid "Double click icons to activate"
@@ -579,7 +580,7 @@
 
 #: lib/Update.pm:223
 msgid "Complete"
-msgstr "Färdig"
+msgstr "Klar"
 
 #: lib/Whitelist.pm:48
 msgid "Directory"
@@ -596,12 +597,12 @@
 #: clamtk-gnome.py:59
 #, python-format
 msgid "Scan %s for threats..."
-msgstr "Skanna %s efter hot"
+msgstr "Skanna %s för hot..."
 
 #: clamtk-gnome.py:70
 msgid "Scan directory for threats..."
-msgstr "Skanna kataloger efter hot"
+msgstr "Skanna kataloger för hot..."
 
 #: clamtk-gnome.py:71
 msgid "Scan this directory for threats..."
-msgstr "Skanna denna katalog efter hot"
+msgstr "Skanna denna katalog för hot..."


Reply via email to