Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-05-10 15:36:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and      /work/SRC/openSUSE:Factory/.purpose.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "purpose"

Mon May 10 15:36:01 2021 rev:48 rq:891794 version:5.82.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-04-12 
12:37:10.525356074 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.2988/purpose.changes        
2021-05-10 15:37:56.225910363 +0200
@@ -1,0 +2,11 @@
+Sat May  1 16:41:24 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.82.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.82.0
+- Changes since 5.81.0:
+  * FileItemActions: Use new signal to display errors
+  * Port away from deprecated Qt methods
+
+-------------------------------------------------------------------

Old:
----
  purpose-5.81.0.tar.xz
  purpose-5.81.0.tar.xz.sig

New:
----
  purpose-5.82.0.tar.xz
  purpose-5.82.0.tar.xz.sig

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

Other differences:
------------------
++++++ purpose.spec ++++++
--- /var/tmp/diff_new_pack.vOAAcJ/_old  2021-05-10 15:37:56.785908148 +0200
+++ /var/tmp/diff_new_pack.vOAAcJ/_new  2021-05-10 15:37:56.789908132 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.81
+%define _tar_path 5.82
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           purpose
-Version:        5.81.0
+Version:        5.82.0
 Release:        0
 Summary:        Framework to integrate services and actions in applications
 License:        LGPL-2.1-or-later
@@ -53,12 +53,12 @@
 BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.14.0
-BuildRequires:  cmake(Qt5Gui) >= 5.14.0
-BuildRequires:  cmake(Qt5Network) >= 5.14.0
-BuildRequires:  cmake(Qt5Qml) >= 5.14.0
-BuildRequires:  cmake(Qt5Test) >= 5.14.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
+BuildRequires:  cmake(Qt5Core) >= 5.15.0
+BuildRequires:  cmake(Qt5Gui) >= 5.15.0
+BuildRequires:  cmake(Qt5Network) >= 5.15.0
+BuildRequires:  cmake(Qt5Qml) >= 5.15.0
+BuildRequires:  cmake(Qt5Test) >= 5.15.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
 Requires:       kdeclarative-components >= %{_kf5_bugfix_version}
 Requires:       libKF5QuickAddons5 >= %{_kf5_bugfix_version}
 Requires:       libqt5-qtquickcontrols2
@@ -115,14 +115,14 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
+%kf5_makeinstall -C build
 
 %if %{with lang}
   %find_lang libpurpose_quick %{name}.lang


++++++ purpose-5.81.0.tar.xz -> purpose-5.82.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/.gitignore 
new/purpose-5.82.0/.gitignore
--- old/purpose-5.81.0/.gitignore       2021-04-04 13:50:46.000000000 +0200
+++ new/purpose-5.82.0/.gitignore       2021-05-01 14:43:04.000000000 +0200
@@ -23,3 +23,6 @@
 .cmake/
 /.clang-format
 /compile_commands.json
+.clangd
+.idea
+/cmake-build*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/CMakeLists.txt 
new/purpose-5.82.0/CMakeLists.txt
--- old/purpose-5.81.0/CMakeLists.txt   2021-04-04 13:50:46.000000000 +0200
+++ new/purpose-5.82.0/CMakeLists.txt   2021-05-01 14:43:04.000000000 +0200
@@ -2,11 +2,11 @@
 
 project(Purpose)
 
-find_package(ECM 5.81.0 REQUIRED NO_MODULE)
+find_package(ECM 5.82.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-set(REQUIRED_QT_VERSION 5.14.0)
+set(REQUIRED_QT_VERSION 5.15.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Qml Gui DBus 
Widgets Network Test)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -25,8 +25,8 @@
 include(ECMGenerateQmlTypes)
 include(ECMQMLModules)
 
-set(KF_VERSION "5.81.0") # handled by release scripts
-set(KF_DEP_VERSION "5.81.0") # handled by release scripts
+set(KF_VERSION "5.82.0") # handled by release scripts
+set(KF_DEP_VERSION "5.82.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
@@ -47,8 +47,8 @@
                         SOVERSION 5)
 
 # Wait until libaccounts-qt has a release that doesn't use QString::null 
https://gitlab.com/accounts-sso/libaccounts-qt/issues/4
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000)
+#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory( src )
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/az/purpose-fileitemaction.po 
new/purpose-5.82.0/po/az/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/az/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/az/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2020-05-02 23:12+0400\n"
 "Last-Translator: X??yyam <xxm...@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Payla??"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Payla??mada s??hv"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/ca/purpose-fileitemaction.po 
new/purpose-5.82.0/po/ca/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/ca/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/ca/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-22 20:25+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -25,7 +25,7 @@
 msgid "Share"
 msgstr "Comparteix"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Error en compartir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-5.81.0/po/ca@valencia/purpose-fileitemaction.po 
new/purpose-5.82.0/po/ca@valencia/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/ca@valencia/purpose-fileitemaction.po 2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/ca@valencia/purpose-fileitemaction.po 2021-05-01 
14:43:04.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-22 20:25+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -25,7 +25,7 @@
 msgid "Share"
 msgstr "Comparteix"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Error en compartir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/cs/purpose-fileitemaction.po 
new/purpose-5.82.0/po/cs/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/cs/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/cs/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-07-31 13:52+0200\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Sd??let"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Chyba p??i sd??len??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/da/purpose-fileitemaction.po 
new/purpose-5.82.0/po/da/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/da/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/da/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-05-07 12:28+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Del"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Fejl ved deling"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/de/purpose-fileitemaction.po 
new/purpose-5.82.0/po/de/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/de/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/de/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-08-09 03:55+0200\n"
 "Last-Translator: Burkhard L??ck <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Teilen"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Fehler beim Teilen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/el/purpose-fileitemaction.po 
new/purpose-5.82.0/po/el/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/el/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/el/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2020-10-21 12:20+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "????????????????????????"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "???????????? ????????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/en_GB/purpose-fileitemaction.po 
new/purpose-5.82.0/po/en_GB/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/en_GB/purpose-fileitemaction.po       2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/en_GB/purpose-fileitemaction.po       2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-03-24 19:22+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Share"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Error sharing"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/es/purpose-fileitemaction.po 
new/purpose-5.82.0/po/es/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/es/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/es/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-22 20:14+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -24,7 +24,7 @@
 msgid "Share"
 msgstr "Compartir"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Se ha producido un error al compartir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/et/purpose-fileitemaction.po 
new/purpose-5.82.0/po/et/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/et/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/et/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-11-08 19:08+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Jaga"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "T??rge jagamisel"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/eu/purpose-fileitemaction.po 
new/purpose-5.82.0/po/eu/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/eu/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/eu/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-04-29 00:00+0100\n"
 "Last-Translator: I??igo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
@@ -26,7 +26,7 @@
 msgid "Share"
 msgstr "Partekatu"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Errorea partekatzean"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/fi/purpose-fileitemaction.po 
new/purpose-5.82.0/po/fi/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/fi/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/fi/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-03-18 20:22+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Jaa"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Virhe jaettaessa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/fr/purpose-fileitemaction.po 
new/purpose-5.82.0/po/fr/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/fr/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/fr/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-03-06 13:02+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Partager"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Erreur lors du partage"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/gl/purpose-fileitemaction.po 
new/purpose-5.82.0/po/gl/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/gl/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/gl/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-23 09:12+0100\n"
 "Last-Translator: Adri??n Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -21,7 +21,7 @@
 msgid "Share"
 msgstr "Compartir"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Erro ao compartir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/hu/purpose-fileitemaction.po 
new/purpose-5.82.0/po/hu/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/hu/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/hu/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-11-12 19:41+0100\n"
 "Last-Translator: Krist??f Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -23,7 +23,7 @@
 msgid "Share"
 msgstr "Megoszt??s"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Hiba a megoszt??skor"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/ia/purpose-fileitemaction.po 
new/purpose-5.82.0/po/ia/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/ia/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/ia/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-12-24 23:10+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Comparti"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Compartir de error"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/id/libpurpose_quick.po 
new/purpose-5.82.0/po/id/libpurpose_quick.po
--- old/purpose-5.81.0/po/id/libpurpose_quick.po        2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/id/libpurpose_quick.po        2021-05-01 
14:43:04.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Wantoyo <wanto...@gmail.com>, 2018.
+# Wantoyo <wanto...@gmail.com>, 2018, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-13 02:57+0100\n"
-"PO-Revision-Date: 2018-01-29 21:07+0700\n"
+"PO-Revision-Date: 2021-04-13 01:01+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.12.1\n"
 
 #: AlternativesView.qml:31
 #, kde-format
@@ -29,4 +30,4 @@
 #: JobView.qml:109
 #, kde-format
 msgid "Back"
-msgstr "Mundurkan"
+msgstr "Kembali"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/id/purpose-fileitemaction.po 
new/purpose-5.82.0/po/id/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/id/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/id/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-25 20:53+0700\n"
 "Last-Translator: wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
@@ -21,7 +21,7 @@
 msgid "Share"
 msgstr "Bagikan"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Error berbagi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/it/purpose-fileitemaction.po 
new/purpose-5.82.0/po/it/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/it/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/it/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-28 09:43+0100\n"
 "Last-Translator: Paolo Zamponi <zapa...@email.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Condivisione"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Errore di condivisione"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/ja/purpose-fileitemaction.po 
new/purpose-5.82.0/po/ja/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/ja/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/ja/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2018-07-06 20:14-0700\n"
 "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -19,7 +19,7 @@
 msgid "Share"
 msgstr ""
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/ko/purpose-fileitemaction.po 
new/purpose-5.82.0/po/ko/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/ko/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/ko/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-04-12 00:47+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "??????"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "?????? ??????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/lt/purpose-fileitemaction.po 
new/purpose-5.82.0/po/lt/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/lt/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/lt/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-07-11 20:46+0300\n"
 "Last-Translator: Moo\n"
 "Language-Team: lt\n"
@@ -24,7 +24,7 @@
 msgid "Share"
 msgstr "Bendrinti"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Klaida bendrinant"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/ml/purpose-fileitemaction.po 
new/purpose-5.82.0/po/ml/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/ml/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/ml/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-06-23 02:56+0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: Swathanthra|??????????????????????????? 
Malayalam|?????????????????? 
Computing|????????????????????????????????????????????? <smc."
@@ -23,7 +23,7 @@
 msgid "Share"
 msgstr ""
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/nl/purpose-fileitemaction.po 
new/purpose-5.82.0/po/nl/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/nl/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/nl/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-22 11:11+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Delen"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Fout bij delen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/nn/purpose-fileitemaction.po 
new/purpose-5.82.0/po/nn/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/nn/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/nn/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-03-09 23:08+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
@@ -24,7 +24,7 @@
 msgid "Share"
 msgstr "Del"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Feil ved deling"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/pl/purpose-fileitemaction.po 
new/purpose-5.82.0/po/pl/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/pl/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/pl/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-03-02 06:03+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -23,7 +23,7 @@
 msgid "Share"
 msgstr "Udost??pnij"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "B????d udost??pniania"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/pt/purpose-fileitemaction.po 
new/purpose-5.82.0/po/pt/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/pt/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/pt/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-25 00:35+0000\n"
 "Last-Translator: Jos?? Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -17,7 +17,7 @@
 msgid "Share"
 msgstr "Partilhar"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Erro na partilha"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/pt_BR/purpose-fileitemaction.po 
new/purpose-5.82.0/po/pt_BR/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/pt_BR/purpose-fileitemaction.po       2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/pt_BR/purpose-fileitemaction.po       2021-05-01 
14:43:04.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-22 14:43-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -24,7 +24,7 @@
 msgid "Share"
 msgstr "Compartilhar"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Erro ao compartilhar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/ru/purpose-fileitemaction.po 
new/purpose-5.82.0/po/ru/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/ru/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/ru/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-08-31 11:50+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -23,7 +23,7 @@
 msgid "Share"
 msgstr "????????????????????"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "???????????? ????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/sk/purpose-fileitemaction.po 
new/purpose-5.82.0/po/sk/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/sk/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/sk/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-07-05 10:43+0200\n"
 "Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -21,7 +21,7 @@
 msgid "Share"
 msgstr "Zdie??a??"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Chyba zdie??ania"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/sl/purpose-fileitemaction.po 
new/purpose-5.82.0/po/sl/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/sl/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/sl/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2020-01-23 15:59+0100\n"
 "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -24,7 +24,7 @@
 msgid "Share"
 msgstr "Deli z drugimi"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Napaka pri deljenju"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/sv/purpose-fileitemaction.po 
new/purpose-5.82.0/po/sv/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/sv/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/sv/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-22 16:34+0100\n"
 "Last-Translator: Stefan Asserh??ll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "Dela"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "Fel vid delning"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/tg/purpose-fileitemaction.po 
new/purpose-5.82.0/po/tg/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/tg/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/tg/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-08-16 18:46+0500\n"
 "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n"
 "Language-Team: English <kde-i18n-...@kde.org>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "???????????????? ????????????"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "?????????? ????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/uk/purpose-fileitemaction.po 
new/purpose-5.82.0/po/uk/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/uk/purpose-fileitemaction.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/uk/purpose-fileitemaction.po  2021-05-01 
14:43:04.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-22 06:28+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -25,7 +25,7 @@
 msgid "Share"
 msgstr "??????????????????????"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "?????????????? ?????? ?????? ???????????? ??????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/libpurpose_quick.po 
new/purpose-5.82.0/po/zh_CN/libpurpose_quick.po
--- old/purpose-5.81.0/po/zh_CN/libpurpose_quick.po     2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/libpurpose_quick.po     2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-13 02:57+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/libpurpose_widgets.po 
new/purpose-5.82.0/po/zh_CN/libpurpose_widgets.po
--- old/purpose-5.81.0/po/zh_CN/libpurpose_widgets.po   2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/libpurpose_widgets.po   2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-29 02:10+0200\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose-fileitemaction.po 
new/purpose-5.82.0/po/zh_CN/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/zh_CN/purpose-fileitemaction.po       2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose-fileitemaction.po       2021-05-01 
14:43:04.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -27,7 +27,7 @@
 msgid "Share"
 msgstr "??????"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "???????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_bluetooth.po 
new/purpose-5.82.0/po/zh_CN/purpose_bluetooth.po
--- old/purpose-5.81.0/po/zh_CN/purpose_bluetooth.po    2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_bluetooth.po    2021-05-01 
14:43:04.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-13 02:57+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_email.po 
new/purpose-5.82.0/po/zh_CN/purpose_email.po
--- old/purpose-5.81.0/po/zh_CN/purpose_email.po        2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_email.po        2021-05-01 
14:43:04.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-06 02:34+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_imgur.po 
new/purpose-5.82.0/po/zh_CN/purpose_imgur.po
--- old/purpose-5.81.0/po/zh_CN/purpose_imgur.po        2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_imgur.po        2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-06 02:34+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_kdeconnect.po 
new/purpose-5.82.0/po/zh_CN/purpose_kdeconnect.po
--- old/purpose-5.81.0/po/zh_CN/purpose_kdeconnect.po   2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_kdeconnect.po   2021-05-01 
14:43:04.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-13 02:57+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_kdeconnectsms.po 
new/purpose-5.82.0/po/zh_CN/purpose_kdeconnectsms.po
--- old/purpose-5.81.0/po/zh_CN/purpose_kdeconnectsms.po        2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_kdeconnectsms.po        2021-05-01 
14:43:04.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-06 02:34+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_ktp-sendfile.po 
new/purpose-5.82.0/po/zh_CN/purpose_ktp-sendfile.po
--- old/purpose-5.81.0/po/zh_CN/purpose_ktp-sendfile.po 2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_ktp-sendfile.po 2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-06 02:34+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_nextcloud.po 
new/purpose-5.82.0/po/zh_CN/purpose_nextcloud.po
--- old/purpose-5.81.0/po/zh_CN/purpose_nextcloud.po    2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_nextcloud.po    2021-05-01 
14:43:04.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-13 02:57+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_pastebin.po 
new/purpose-5.82.0/po/zh_CN/purpose_pastebin.po
--- old/purpose-5.81.0/po/zh_CN/purpose_pastebin.po     2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_pastebin.po     2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-06 02:34+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_phabricator.po 
new/purpose-5.82.0/po/zh_CN/purpose_phabricator.po
--- old/purpose-5.81.0/po/zh_CN/purpose_phabricator.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_phabricator.po  2021-05-01 
14:43:04.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-06 02:34+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_reviewboard.po 
new/purpose-5.82.0/po/zh_CN/purpose_reviewboard.po
--- old/purpose-5.81.0/po/zh_CN/purpose_reviewboard.po  2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_reviewboard.po  2021-05-01 
14:43:04.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-06 02:34+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_saveas.po 
new/purpose-5.82.0/po/zh_CN/purpose_saveas.po
--- old/purpose-5.81.0/po/zh_CN/purpose_saveas.po       2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_saveas.po       2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-06 02:34+0100\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_CN/purpose_youtube.po 
new/purpose-5.82.0/po/zh_CN/purpose_youtube.po
--- old/purpose-5.81.0/po/zh_CN/purpose_youtube.po      2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_CN/purpose_youtube.po      2021-05-01 
14:43:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2021-03-27 17:29\n"
+"PO-Revision-Date: 2021-04-24 15:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/po/zh_TW/purpose-fileitemaction.po 
new/purpose-5.82.0/po/zh_TW/purpose-fileitemaction.po
--- old/purpose-5.81.0/po/zh_TW/purpose-fileitemaction.po       2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/po/zh_TW/purpose-fileitemaction.po       2021-05-01 
14:43:04.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"POT-Creation-Date: 2021-04-20 00:15+0000\n"
 "PO-Revision-Date: 2019-02-23 20:40+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
@@ -22,7 +22,7 @@
 msgid "Share"
 msgstr "??????"
 
-#: sharefileitemaction.cpp:45
+#: sharefileitemaction.cpp:62
 #, kde-format
 msgid "Error sharing"
 msgstr "???????????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/src/alternativesmodel.cpp 
new/purpose-5.82.0/src/alternativesmodel.cpp
--- old/purpose-5.81.0/src/alternativesmodel.cpp        2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/src/alternativesmodel.cpp        2021-05-01 
14:43:04.000000000 +0200
@@ -159,7 +159,9 @@
 QHash<int, QByteArray> AlternativesModel::roleNames() const
 {
     QHash<int, QByteArray> roles = QAbstractListModel::roleNames();
-    roles.unite({{IconNameRole, "iconName"}, {PluginIdRole, "pluginId"}, 
{ActionDisplayRole, "actionDisplay"}});
+    roles.insert(IconNameRole, QByteArrayLiteral("iconName"));
+    roles.insert(PluginIdRole, QByteArrayLiteral("pluginId"));
+    roles.insert(ActionDisplayRole, QByteArrayLiteral("actionDisplay"));
     return roles;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/src/configuration.cpp 
new/purpose-5.82.0/src/configuration.cpp
--- old/purpose-5.81.0/src/configuration.cpp    2021-04-04 13:50:46.000000000 
+0200
+++ new/purpose-5.82.0/src/configuration.cpp    2021-05-01 14:43:04.000000000 
+0200
@@ -32,12 +32,15 @@
 
     static void checkJobFinish(KJob *job)
     {
-        QStringList outputArgs = job->property("outputArgs").toStringList();
-        QJsonObject output = job->property("output").toJsonObject();
+        const QStringList outputArgs = 
job->property("outputArgs").toStringList();
+        const auto argsSet = QSet<QString>{outputArgs.cbegin(), 
outputArgs.cend()};
 
-        if (!output.keys().toSet().contains(outputArgs.toSet()) && 
job->error() == 0) {
+        const QStringList outputKeys = 
job->property("output").toJsonObject().keys();
+        const auto keysSet = QSet<QString>{outputKeys.cbegin(), 
outputKeys.cend()};
+
+        if (!keysSet.contains(argsSet) && job->error() == 0) {
             qWarning() << "missing output values for" << 
job->metaObject()->className() << ". Expected: " << 
outputArgs.join(QStringLiteral(", "))
-                       << ". Got: " << output.keys().join(QStringLiteral(", 
"));
+                       << ". Got: " << outputKeys.join(QStringLiteral(", "));
         }
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-5.81.0/src/fileitemactionplugin/sharefileitemaction.cpp 
new/purpose-5.82.0/src/fileitemactionplugin/sharefileitemaction.cpp
--- old/purpose-5.81.0/src/fileitemactionplugin/sharefileitemaction.cpp 
2021-04-04 13:50:46.000000000 +0200
+++ new/purpose-5.82.0/src/fileitemactionplugin/sharefileitemaction.cpp 
2021-05-01 14:43:04.000000000 +0200
@@ -37,17 +37,35 @@
     m_menu->setIcon(QIcon::fromTheme(QStringLiteral("document-share")));
     m_menu->model()->setPluginType(QStringLiteral("Export"));
 
-    QObject::connect(m_menu, &Purpose::Menu::finished, [](const QJsonObject 
&output, int error, const QString &errorMessage) {
-        if (error == 0 || error == KIO::ERR_USER_CANCELED) {
+    connect(m_menu, &Purpose::Menu::finished, this, [this](const QJsonObject 
&output, int errorCode, const QString &errorMessage) {
+        m_isFinished = true;
+        if (errorCode == 0 || errorCode == KIO::ERR_USER_CANCELED) {
             if (output.contains(QLatin1String("url")))
                 
QDesktopServices::openUrl(QUrl(output.value(QLatin1String("url")).toString()));
         } else {
-            KNotification::event(KNotification::Error, i18n("Error sharing"), 
errorMessage);
-            qWarning() << "job failed with error" << error << errorMessage << 
output;
+            Q_EMIT error(errorMessage);
+            qWarning() << "job failed with error" << errorCode << errorMessage 
<< output;
         }
     });
 }
 
+ShareFileItemAction::~ShareFileItemAction()
+{
+    // TODO KF6 Remove this compatibility block
+    // In case our instance is deleted, but the job isn't finished we fall 
back to a notification
+    if (!m_isFinished) {
+        QObject::connect(m_menu, &Purpose::Menu::finished, [](const 
QJsonObject &output, int errorCode, const QString &errorMessage) {
+            if (errorCode == 0 || errorCode == KIO::ERR_USER_CANCELED) {
+                if (output.contains(QLatin1String("url")))
+                    
QDesktopServices::openUrl(QUrl(output.value(QLatin1String("url")).toString()));
+            } else {
+                KNotification::event(KNotification::Error, i18n("Error 
sharing"), errorMessage);
+                qWarning() << "job failed with error" << errorCode << 
errorMessage << output;
+            }
+        });
+    }
+}
+
 QList<QAction *> ShareFileItemAction::actions(const KFileItemListProperties 
&fileItemInfos, QWidget *parentWidget)
 {
     QJsonArray urlsJson;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-5.81.0/src/fileitemactionplugin/sharefileitemaction.h 
new/purpose-5.82.0/src/fileitemactionplugin/sharefileitemaction.h
--- old/purpose-5.81.0/src/fileitemactionplugin/sharefileitemaction.h   
2021-04-04 13:50:46.000000000 +0200
+++ new/purpose-5.82.0/src/fileitemactionplugin/sharefileitemaction.h   
2021-05-01 14:43:04.000000000 +0200
@@ -28,10 +28,12 @@
     Q_OBJECT
 public:
     ShareFileItemAction(QObject *parent, const QVariantList &args);
+    ~ShareFileItemAction() override;
     QList<QAction *> actions(const KFileItemListProperties &fileItemInfos, 
QWidget *parentWidget) override;
 
 private:
     Purpose::Menu *m_menu;
+    bool m_isFinished = false;
 };
 
 #endif // SHAREFILEITEMACTION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/src/plugins/youtube/youtubejob.cpp 
new/purpose-5.82.0/src/plugins/youtube/youtubejob.cpp
--- old/purpose-5.81.0/src/plugins/youtube/youtubejob.cpp       2021-04-04 
13:50:46.000000000 +0200
+++ new/purpose-5.82.0/src/plugins/youtube/youtubejob.cpp       2021-05-01 
14:43:04.000000000 +0200
@@ -65,7 +65,7 @@
 
     auto reply = m_manager.post(req, m_metadata);
     connect(reply, &QNetworkReply::finished, this, 
&YoutubeJob::locationCreated);
-    connect(reply, static_cast<void 
(QNetworkReply::*)(QNetworkReply::NetworkError)>(&QNetworkReply::error), 
[](QNetworkReply::NetworkError e) {
+    connect(reply, &QNetworkReply::errorOccurred, this, 
[](QNetworkReply::NetworkError e) {
         qDebug() << "creation error" << e;
     });
 }
@@ -103,7 +103,7 @@
         setProcessedAmount(Bytes, bytesSent);
         setPercent(bytesTotal == 0 ? 0 : (bytesSent * 100) / bytesTotal);
     });
-    connect(reply, static_cast<void 
(QNetworkReply::*)(QNetworkReply::NetworkError)>(&QNetworkReply::error), 
[](QNetworkReply::NetworkError e) {
+    connect(reply, &QNetworkReply::errorOccurred, this, 
[](QNetworkReply::NetworkError e) {
         qDebug() << "upload error" << e;
     });
 }

Reply via email to