Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kaccounts-integration for 
openSUSE:Factory checked in at 2022-08-19 17:51:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
 and      /work/SRC/openSUSE:Factory/.kaccounts-integration.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaccounts-integration"

Fri Aug 19 17:51:40 2022 rev:92 rq:997777 version:22.08.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes  
    2022-07-09 17:00:31.956570920 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new.2083/kaccounts-integration.changes
    2022-08-19 17:51:51.071518481 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:41:50 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.0/
+
+-------------------------------------------------------------------
+Fri Aug  5 12:10:28 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.07.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Jul 16 08:27:42 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.07.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  kaccounts-integration-22.04.3.tar.xz
  kaccounts-integration-22.04.3.tar.xz.sig

New:
----
  kaccounts-integration-22.08.0.tar.xz
  kaccounts-integration-22.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kaccounts-integration.spec ++++++
--- /var/tmp/diff_new_pack.F1az5b/_old  2022-08-19 17:51:51.767519941 +0200
+++ /var/tmp/diff_new_pack.F1az5b/_new  2022-08-19 17:51:51.771519949 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kaccounts-integration
-Version:        22.04.3
+Version:        22.08.0
 Release:        0
 Summary:        KDE Accounts Providers
 License:        GPL-2.0-or-later


++++++ kaccounts-integration-22.04.3.tar.xz -> 
kaccounts-integration-22.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-22.04.3/.gitlab-ci.yml 
new/kaccounts-integration-22.08.0/.gitlab-ci.yml
--- old/kaccounts-integration-22.04.3/.gitlab-ci.yml    2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/.gitlab-ci.yml    2022-08-10 
22:57:06.000000000 +0200
@@ -2,6 +2,6 @@
 # SPDX-License-Identifier: CC0-1.0
 
 include:
-  #- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-reuse.yml
+  #- 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-22.04.3/CMakeLists.txt 
new/kaccounts-integration-22.08.0/CMakeLists.txt
--- old/kaccounts-integration-22.04.3/CMakeLists.txt    2022-07-05 
06:39:46.000000000 +0200
+++ new/kaccounts-integration-22.08.0/CMakeLists.txt    2022-08-10 
22:57:06.000000000 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16)
 
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
-set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "08")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(KACCOUNTS_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(KAccounts LANGUAGES CXX VERSION ${KACCOUNTS_VERSION})
@@ -32,17 +32,17 @@
 set(SIGNONQT_DEP_VERSION "8.55")
 set(ACCOUNTSGLIB_DEP_VERSION "1.21")
 
-find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Widgets)
+find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core 
Widgets)
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED KCMUtils I18n CoreAddons 
DBusAddons Declarative Wallet KIO)
 
-find_package(AccountsQt5 ${ACCOUNTSQT_DEP_VERSION} CONFIG)
-set_package_properties(AccountsQt5 PROPERTIES DESCRIPTION "Accounts management 
library for Qt applications"
+find_package(AccountsQt${QT_MAJOR_VERSION} ${ACCOUNTSQT_DEP_VERSION} CONFIG)
+set_package_properties(AccountsQt${QT_MAJOR_VERSION} PROPERTIES DESCRIPTION 
"Accounts management library for Qt applications"
    URL "https://gitlab.com/accounts-sso/libaccounts-qt";
    TYPE REQUIRED
    PURPOSE "Required for building this module")
 
-find_package(SignOnQt5 ${SIGNONQT_DEP_VERSION} CONFIG)
-set_package_properties(SignOnQt5 PROPERTIES DESCRIPTION "D-Bus service which 
performs user authentication on behalf of its clients"
+find_package(SignOnQt${QT_MAJOR_VERSION} ${SIGNONQT_DEP_VERSION} CONFIG)
+set_package_properties(SignOnQt${QT_MAJOR_VERSION} PROPERTIES DESCRIPTION 
"D-Bus service which performs user authentication on behalf of its clients"
    URL "https://gitlab.com/accounts-sso/signond";
    TYPE REQUIRED
    PURPOSE "Required for building this module")
@@ -51,10 +51,11 @@
 
 add_subdirectory(src)
 
+ki18n_install(po)
+
 file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
 kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
 
 kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
 
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
-ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/po/bg/kaccounts-integration.po 
new/kaccounts-integration-22.08.0/po/bg/kaccounts-integration.po
--- old/kaccounts-integration-22.04.3/po/bg/kaccounts-integration.po    
1970-01-01 01:00:00.000000000 +0100
+++ new/kaccounts-integration-22.08.0/po/bg/kaccounts-integration.po    
2022-08-12 02:10:47.000000000 +0200
@@ -0,0 +1,236 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kaccounts-integration 
package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kaccounts-integration\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-03-24 02:21+0100\n"
+"PO-Revision-Date: 2022-07-21 19:39+0200\n"
+"Last-Translator: Mincho Kondarev <[email protected]>\n"
+"Language-Team: Bulgarian <[email protected]>\n"
+"Language: bg\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "?????????? ????????????????"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "???????????? ????????????"
+
+#: src/kcm/accounts.cpp:18
+#, kde-format
+msgid "Accounts"
+msgstr "??????????????"
+
+#: src/kcm/accounts.cpp:19
+#, kde-format
+msgid "Sebastian K??gler"
+msgstr "Sebastian K??gler"
+
+#: src/kcm/accounts.cpp:20
+#, kde-format
+msgid "Dan Leinir Turthra Jensen"
+msgstr "?????? ???????????? ???????????? ????????????"
+
+#: src/kcm/package/contents/ui/AccountDetails.qml:20
+#, kde-format
+msgid "Account Details"
+msgstr "?????????? ???? ??????????????"
+
+#: src/kcm/package/contents/ui/AccountDetails.qml:59
+#: src/kcm/package/contents/ui/Accounts.qml:47
+#, kde-format
+msgid "%1 (%2)"
+msgstr " %1 ( %2)"
+
+#: src/kcm/package/contents/ui/AccountDetails.qml:63
+#: src/kcm/package/contents/ui/Accounts.qml:51
+#, kde-format
+msgid "%1 account"
+msgstr "%1 ????????????"
+
+#: src/kcm/package/contents/ui/AccountDetails.qml:73
+#, kde-format
+msgctxt ""
+"Button which spawns a dialog allowing the user to change the displayed "
+"account's human-readable name"
+msgid "Change Account Display Name"
+msgstr "?????????????? ???? ?????????????????????? ?????? ???? ????????????"
+
+#: src/kcm/package/contents/ui/AccountDetails.qml:81
+#, kde-format
+msgctxt "Heading for a list of services available with this account"
+msgid "Use This Account For"
+msgstr "???????????????????? ???? ?????????????? ????"
+
+#: src/kcm/package/contents/ui/AccountDetails.qml:88
+#, kde-format
+msgid "Remove This Account"
+msgstr "???????????????????? ???? ??????????????"
+
+#: src/kcm/package/contents/ui/AccountDetails.qml:110
+#, kde-format
+msgctxt "A text shown when an account has no configurable services"
+msgid ""
+"There are no configurable services available for this account. You can still "
+"change its display name by clicking the edit icon above."
+msgstr ""
+"???????? ?????????????? ???????????????????????????? ???????????? ???? 
???????? ????????????. ?????? ?????? ???????????? ???? "
+"?????????????????? ?????????????????????? ???? ??????, ???????? 
???????????????? ?????????? ?????????????? ???? ?????????????????????? ????-"
+"????????."
+
+#: src/kcm/package/contents/ui/Accounts.qml:58
+#, kde-format
+msgctxt ""
+"Tooltip for an action which will offer the user to remove the mentioned "
+"account"
+msgid "Remove %1"
+msgstr "???????????????????? ???? %1"
+
+#: src/kcm/package/contents/ui/Accounts.qml:75
+#, kde-format
+msgctxt "A text shown when a user has not yet added any accounts"
+msgid "No accounts added yet"
+msgstr "?????? ?????? ???????? ???????????????? ??????????????"
+
+#: src/kcm/package/contents/ui/Accounts.qml:76
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"Click the <interface>Add New Account...</interface> button below to add one"
+msgstr ""
+"???????????????? ?????????? ???????????? <interface> ???????????????? ???? 
?????? ???????????? ... </interface> ????-"
+"????????, ???? ????????????????"
+
+#: src/kcm/package/contents/ui/Accounts.qml:89
+#, kde-format
+msgid "Add New Account..."
+msgstr "???????????????? ???? ?????? ????????????..."
+
+#: src/kcm/package/contents/ui/AvailableAccounts.qml:19
+#, kde-format
+msgid "Add New Account"
+msgstr "???????????????? ???? ?????? ????????????"
+
+#: src/kcm/package/contents/ui/RemoveAccountDialog.qml:20
+#, kde-format
+msgctxt "The title for a dialog which lets you remove an account"
+msgid "Remove Account?"
+msgstr "???????????????????? ???? ?????????????"
+
+#: src/kcm/package/contents/ui/RemoveAccountDialog.qml:23
+#, kde-format
+msgctxt ""
+"The text for a dialog which lets you remove an account when both provider "
+"name and account name are available"
+msgid "Are you sure you wish to remove the \"%1\" account \"%2\"?"
+msgstr "???????????????? ???? ???????????? ???? ???????????????????? \"%1\" 
?????????????? \"%2\"?"
+
+#: src/kcm/package/contents/ui/RemoveAccountDialog.qml:25
+#, kde-format
+msgctxt ""
+"The text for a dialog which lets you remove an account when only the account "
+"name is available"
+msgid "Are you sure you wish to remove the account \"%1\"?"
+msgstr "???????????????? ???? ???????????? ???? ???????????????????? 
?????????????? \"%1\"?"
+
+#: src/kcm/package/contents/ui/RemoveAccountDialog.qml:27
+#, kde-format
+msgctxt ""
+"The text for a dialog which lets you remove an account when only the "
+"provider name is available"
+msgid "Are you sure you wish to remove this \"%1\" account?"
+msgstr "???????????????? ???? ???????????? ???? ???????????????????? ???????? 
\"%1\"?????????????"
+
+#: src/kcm/package/contents/ui/RemoveAccountDialog.qml:32
+#, kde-format
+msgctxt ""
+"The label for a button which will cause the removal of a specified account"
+msgid "Remove Account"
+msgstr "???????????????????? ???? ????????????"
+
+#: src/kcm/package/contents/ui/RenameAccountDialog.qml:17
+#, kde-format
+msgctxt ""
+"The title for a dialog which lets you set the human-readable name of an "
+"account"
+msgid "Rename Account"
+msgstr "???????????????????????? ???? ????????????"
+
+#: src/kcm/package/contents/ui/RenameAccountDialog.qml:31
+#, kde-format
+msgctxt ""
+"Label for the text field used to enter a new human-readable name for an "
+"account"
+msgid "Enter new name:"
+msgstr "???????????????? ???????? ??????:"
+
+#: src/kcm/package/contents/ui/RenameAccountDialog.qml:37
+#, kde-format
+msgctxt ""
+"Text of a button which will cause the human-readable name of an account to "
+"be set to a text specified by the user"
+msgid "Set Account Name"
+msgstr "???????????????? ???? ?????? ???? ????????????"
+
+#: src/lib/changeaccountdisplaynamejob.cpp:71
+#, kde-format
+msgid "No account found with the ID %1"
+msgstr "???? ?? ?????????????? ???????????? ?? ?????????????????????????? %1"
+
+#: src/lib/changeaccountdisplaynamejob.cpp:76
+#, kde-format
+msgid "No accounts manager, this is not awesome."
+msgstr "???????? ???????????????? ???? ??????????????, ???????? ???? ?? 
??????????."
+
+#: src/lib/changeaccountdisplaynamejob.cpp:81
+#, kde-format
+msgid "The display name cannot be empty"
+msgstr "?????????????????????? ?????? ???? ???????? ???? ???????? ????????????"
+
+#: src/lib/createaccountjob.cpp:89
+#, kde-format
+msgctxt "The %1 is for plugin name, eg. Could not load UI plugin"
+msgid "Could not load %1 plugin, please check your installation"
+msgstr "?????????????????? ?????????????????? ???? %1 ??????????????????, 
????????, ?????????????????? ???????????? ????????????????????"
+
+#: src/lib/createaccountjob.cpp:147
+#, kde-format
+msgid "Cancelled by user"
+msgstr "O????????????o ???? ??????????????????????"
+
+#: src/lib/createaccountjob.cpp:224
+#, kde-format
+msgid "There was an error while trying to process the request: %1"
+msgstr "?????? ???????? ???? ?????????????????? ???? ???????????????? 
???????????????? ????????????: %1"
+
+#: src/lib/getcredentialsjob.cpp:53
+#, kde-format
+msgid "Could not find account"
+msgstr "?????????????????? ???????????????? ???? ????????????"
+
+#: src/lib/getcredentialsjob.cpp:68
+#, kde-format
+msgid "Could not find credentials"
+msgstr "?????????????????? ???????????????? ???? 
???????????????????????????????? ??????????"
+
+#: src/lib/getcredentialsjob.cpp:78
+#, kde-format
+msgid "Could not create auth session"
+msgstr "?????????????????? ?????????????????? ???? ?????????? ???? 
????????????????????????????"
+
+#: src/plugins/kio-webdav/removenetattachjob.cpp:51
+#, kde-format
+msgid "Can't open wallet"
+msgstr "?????????????????? ???????????????? ???? ????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/po/ca@valencia/kaccounts-integration.po 
new/kaccounts-integration-22.08.0/po/ca@valencia/kaccounts-integration.po
--- old/kaccounts-integration-22.04.3/po/ca@valencia/kaccounts-integration.po   
2022-07-05 06:39:46.000000000 +0200
+++ new/kaccounts-integration-22.08.0/po/ca@valencia/kaccounts-integration.po   
2022-08-12 02:10:47.000000000 +0200
@@ -69,7 +69,7 @@
 "Button which spawns a dialog allowing the user to change the displayed "
 "account's human-readable name"
 msgid "Change Account Display Name"
-msgstr "Canvia el nom a mostrar del compte"
+msgstr "Canvia el nom que es mostrar?? del compte"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:81
 #, kde-format
@@ -90,7 +90,7 @@
 "change its display name by clicking the edit icon above."
 msgstr ""
 "No hi ha cap servei configurable per a este compte. Encara podreu canviar el "
-"seu nom a mostrar fent clic a la icona d'edici?? de dalt."
+"nom que es mostrar?? fent clic a la icona d'edici?? de dalt."
 
 #: src/kcm/package/contents/ui/Accounts.qml:58
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/po/fi/kaccounts-integration.po 
new/kaccounts-integration-22.08.0/po/fi/kaccounts-integration.po
--- old/kaccounts-integration-22.04.3/po/fi/kaccounts-integration.po    
2022-07-05 06:39:46.000000000 +0200
+++ new/kaccounts-integration-22.08.0/po/fi/kaccounts-integration.po    
2022-08-12 02:10:47.000000000 +0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu <[email protected]>, 2015, 2016.
-# Tommi Nieminen <[email protected]>, 2017, 2020, 2021.
+# Tommi Nieminen <[email protected]>, 2017, 2020, 2021, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-24 02:21+0100\n"
-"PO-Revision-Date: 2021-04-08 14:46+0300\n"
+"PO-Revision-Date: 2022-07-29 22:29+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
@@ -16,7 +16,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.04.2\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -204,7 +204,7 @@
 #, kde-format
 msgctxt "The %1 is for plugin name, eg. Could not load UI plugin"
 msgid "Could not load %1 plugin, please check your installation"
-msgstr "Ei voitu ladata liit??nn??ist?? %1. Tarkista asennuksesi."
+msgstr "Ei voitu ladata liit??nn??ist?? %1. Tarkista asennus."
 
 #: src/lib/createaccountjob.cpp:147
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/po/zh_CN/kaccounts-integration.po 
new/kaccounts-integration-22.08.0/po/zh_CN/kaccounts-integration.po
--- old/kaccounts-integration-22.04.3/po/zh_CN/kaccounts-integration.po 
2022-07-05 06:39:46.000000000 +0200
+++ new/kaccounts-integration-22.08.0/po/zh_CN/kaccounts-integration.po 
2022-08-12 02:10:47.000000000 +0200
@@ -1,15 +1,9 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Weng Xuetian <[email protected]>, 2015, 2016, 2017.
-# Xuetian Weng <[email protected]>, 2015.
-# Chao Feng <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-24 02:21+0100\n"
-"PO-Revision-Date: 2022-07-02 11:03\n"
+"PO-Revision-Date: 2022-08-07 13:32\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/po/zh_TW/kaccounts-integration.po 
new/kaccounts-integration-22.08.0/po/zh_TW/kaccounts-integration.po
--- old/kaccounts-integration-22.04.3/po/zh_TW/kaccounts-integration.po 
2022-07-05 06:39:46.000000000 +0200
+++ new/kaccounts-integration-22.08.0/po/zh_TW/kaccounts-integration.po 
2022-08-12 02:10:47.000000000 +0200
@@ -4,30 +4,31 @@
 # Franklin, 2015.
 # Jeff Huang <[email protected]>, 2017.
 # pan93412 <[email protected]>, 2018, 2019, 2020.
+# Kisaragi Hiu <[email protected]>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-24 02:21+0100\n"
-"PO-Revision-Date: 2020-04-12 00:43+0800\n"
-"Last-Translator: Yi-Jyun Pan <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"PO-Revision-Date: 2022-06-08 17:09+0900\n"
+"Last-Translator: Kisaragi Hiu <[email protected]>\n"
+"Language-Team: Chinese <[email protected]>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 22.04.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Cheng-Chia Tsung"
+msgstr "Cheng-Chia Tsung, Kisaragi Hiu"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected], [email protected]"
 
 #: src/kcm/accounts.cpp:18
 #, kde-format
@@ -45,23 +46,21 @@
 msgstr "Dan Leinir Turthra Jensen"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:20
-#, fuzzy, kde-format
-#| msgid "Account Removal"
+#, kde-format
 msgid "Account Details"
-msgstr "????????????"
+msgstr "????????????"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:59
 #: src/kcm/package/contents/ui/Accounts.qml:47
 #, kde-format
 msgid "%1 (%2)"
-msgstr ""
+msgstr "%1 (%2)"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:63
 #: src/kcm/package/contents/ui/Accounts.qml:51
-#, fuzzy, kde-format
-#| msgid "Accounts"
+#, kde-format
 msgid "%1 account"
-msgstr "??????"
+msgstr "%1 ??????"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:73
 #, kde-format
@@ -69,18 +68,18 @@
 "Button which spawns a dialog allowing the user to change the displayed "
 "account's human-readable name"
 msgid "Change Account Display Name"
-msgstr ""
+msgstr "????????????????????????"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:81
 #, kde-format
 msgctxt "Heading for a list of services available with this account"
 msgid "Use This Account For"
-msgstr ""
+msgstr "??????????????????"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:88
 #, kde-format
 msgid "Remove This Account"
-msgstr ""
+msgstr "???????????????"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:110
 #, kde-format
@@ -89,6 +88,7 @@
 "There are no configurable services available for this account. You can still "
 "change its display name by clicking the edit icon above."
 msgstr ""
+"??????????????????????????????????????????????????????????????????????????????????????????????????????????????????"
 
 #: src/kcm/package/contents/ui/Accounts.qml:58
 #, kde-format
@@ -96,88 +96,75 @@
 "Tooltip for an action which will offer the user to remove the mentioned "
 "account"
 msgid "Remove %1"
-msgstr ""
+msgstr "?????? %1"
 
 #: src/kcm/package/contents/ui/Accounts.qml:75
 #, kde-format
 msgctxt "A text shown when a user has not yet added any accounts"
 msgid "No accounts added yet"
-msgstr ""
+msgstr "????????????????????????"
 
 #: src/kcm/package/contents/ui/Accounts.qml:76
 #, kde-kuit-format
 msgctxt "@info"
 msgid ""
 "Click the <interface>Add New Account...</interface> button below to add one"
-msgstr ""
+msgstr "??????????????? <interface>???????????????</interface> 
?????????????????????"
 
 #: src/kcm/package/contents/ui/Accounts.qml:89
 #, kde-format
 msgid "Add New Account..."
-msgstr ""
+msgstr "???????????????"
 
 #: src/kcm/package/contents/ui/AvailableAccounts.qml:19
-#, fuzzy, kde-format
-#| msgid "Accounts"
+#, kde-format
 msgid "Add New Account"
-msgstr "??????"
+msgstr "????????????"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:20
-#, fuzzy, kde-format
-#| msgid "Accounts"
+#, kde-format
 msgctxt "The title for a dialog which lets you remove an account"
 msgid "Remove Account?"
-msgstr "??????"
+msgstr "???????????????"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:23
-#, fuzzy, kde-format
-#| msgid ""
-#| "Are you sure that you want to remove the account '%1'? This cannot be "
-#| "undone."
+#, kde-format
 msgctxt ""
 "The text for a dialog which lets you remove an account when both provider "
 "name and account name are available"
 msgid "Are you sure you wish to remove the \"%1\" account \"%2\"?"
-msgstr "???????????????????????? '%1' ???????????????????????????"
+msgstr "?????????????????? \"%1\" ?????? \"%2\"???"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:25
-#, fuzzy, kde-format
-#| msgid ""
-#| "Are you sure that you want to remove the account '%1'? This cannot be "
-#| "undone."
+#, kde-format
 msgctxt ""
 "The text for a dialog which lets you remove an account when only the account "
 "name is available"
 msgid "Are you sure you wish to remove the account \"%1\"?"
-msgstr "???????????????????????? '%1' ???????????????????????????"
+msgstr "???????????????????????? \"%1\"???"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:27
-#, fuzzy, kde-format
-#| msgid ""
-#| "Are you sure that you want to remove the account '%1'? This cannot be "
-#| "undone."
+#, kde-format
 msgctxt ""
 "The text for a dialog which lets you remove an account when only the "
 "provider name is available"
 msgid "Are you sure you wish to remove this \"%1\" account?"
-msgstr "???????????????????????? '%1' ???????????????????????????"
+msgstr "????????????????????? \"%1\" ?????????"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:32
-#, fuzzy, kde-format
-#| msgid "Accounts"
+#, kde-format
 msgctxt ""
 "The label for a button which will cause the removal of a specified account"
 msgid "Remove Account"
-msgstr "??????"
+msgstr "????????????"
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:17
-#, fuzzy, kde-format
-#| msgid "Accounts"
+#, kde-format
 msgctxt ""
 "The title for a dialog which lets you set the human-readable name of an "
 "account"
 msgid "Rename Account"
-msgstr "??????"
+msgstr "??????????????????"
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:31
 #, kde-format
@@ -185,7 +172,7 @@
 "Label for the text field used to enter a new human-readable name for an "
 "account"
 msgid "Enter new name:"
-msgstr ""
+msgstr "??????????????????"
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:37
 #, kde-format
@@ -193,7 +180,7 @@
 "Text of a button which will cause the human-readable name of an account to "
 "be set to a text specified by the user"
 msgid "Set Account Name"
-msgstr ""
+msgstr "??????????????????"
 
 #: src/lib/changeaccountdisplaynamejob.cpp:71
 #, kde-format
@@ -219,7 +206,7 @@
 #: src/lib/createaccountjob.cpp:147
 #, kde-format
 msgid "Cancelled by user"
-msgstr ""
+msgstr "??????????????????"
 
 #: src/lib/createaccountjob.cpp:224
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/declarative/CMakeLists.txt 
new/kaccounts-integration-22.08.0/src/declarative/CMakeLists.txt
--- old/kaccounts-integration-22.04.3/src/declarative/CMakeLists.txt    
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/declarative/CMakeLists.txt    
2022-08-10 22:57:06.000000000 +0200
@@ -1,8 +1,8 @@
 ecm_add_qml_module(kaccountsdeclarativeplugin URI "org.kde.kaccounts" VERSION 
1.2)
 
-target_sources(kaccountsdeclarativeplugin PRIVATE 
kaccountsdeclarativeplugin.cpp)
+target_sources(kaccountsdeclarativeplugin PRIVATE 
kaccountsdeclarativeplugin.cpp kaccountsdeclarativeplugin.h)
 
-target_link_libraries(kaccountsdeclarativeplugin Qt5::Qml
+target_link_libraries(kaccountsdeclarativeplugin Qt::Qml
                                                  KF5::I18n
                                                  kaccounts
                                                  )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-22.04.3/src/kcm/CMakeLists.txt 
new/kaccounts-integration-22.08.0/src/kcm/CMakeLists.txt
--- old/kaccounts-integration-22.04.3/src/kcm/CMakeLists.txt    2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/kcm/CMakeLists.txt    2022-08-10 
22:57:06.000000000 +0200
@@ -1,7 +1,7 @@
-add_library(kcm_kaccounts MODULE accounts.cpp)
+add_library(kcm_kaccounts MODULE accounts.cpp accounts.h)
 
 target_link_libraries(kcm_kaccounts
-    Qt5::Core
+    Qt::Core
     KF5::CoreAddons
     KF5::I18n
     KF5::QuickAddons
@@ -10,5 +10,5 @@
 
 install(TARGETS kcm_kaccounts DESTINATION ${KDE_INSTALL_PLUGINDIR}/kcms)
 
-install(FILES kcm_kaccounts.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
+install(FILES kcm_kaccounts.desktop DESTINATION ${KDE_INSTALL_KSERVICESDIR})
 kpackage_install_package(package kcm_kaccounts kcms)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/kcm/kcm_kaccounts.desktop 
new/kaccounts-integration-22.08.0/src/kcm/kcm_kaccounts.desktop
--- old/kaccounts-integration-22.04.3/src/kcm/kcm_kaccounts.desktop     
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/kcm/kcm_kaccounts.desktop     
2022-08-10 22:57:06.000000000 +0200
@@ -15,6 +15,7 @@
 Name[ar]=???????????? ????????????????
 Name[ast]=Cuentes en llinia
 Name[az]=Onlayn Hesablar
+Name[bg]=???????????? ??????????????
 Name[ca]=Comptes en l??nia
 Name[ca@valencia]=Comptes en l??nia
 Name[cs]=????ty online
@@ -31,6 +32,7 @@
 Name[hu]=Online fi??kok
 Name[ia]=Contos in linea
 Name[it]=Account in linea
+Name[ka]=?????????????????? ??????????????????????????????
 Name[ko]=????????? ??????
 Name[lt]=Internetin??s paskyros
 Name[nl]=Online accounts
@@ -58,6 +60,7 @@
 Comment[ar]=???????? ?????????????? ?????? ???????????????? ???????????? 
???????? ?????????????? "Owncloud"
 Comment[ast]=Configura cuentes d'internet de servicios como Google, Twitter o 
Nextcloud
 Comment[az]=Google, Live, Owncloud kimi internet hesablar??n??z?? ayarlay??n
+Comment[bg]=?????????????????????? ???? ???????????????? ?????????????? 
???????? Google, Live, Owncloud
 Comment[ca]=Configura els vostres comptes d'Internet com Google, Live, Owncloud
 Comment[ca@valencia]=Configura els vostres comptes d'Internet com Google, 
Live, Owncloud
 Comment[cs]=Nastavte sv?? webov?? ????ty jako nap??. Google, Live, Owncloud
@@ -74,6 +77,7 @@
 Comment[hu]=??ll??tsa be internetes fi??kjait (Google, Live, Owncloud, stb)
 Comment[ia]=Configura tu contos de internet tall como Google, Live, OwnCloud
 Comment[it]=Configura i tuoi account internet come Google, Live, ownCloud
+Comment[ka]=????????????????????? ?????????????????? ??????????????? 
?????????????????? ??????????????????????????????, ???????????????????????? 
Google, Live, Owncloud
 Comment[ko]=Google, Live, Owncloud ??? ????????? ?????? ??????
 Comment[lt]=Konfig??ruoti internetines paskyras, pvz., Google, Live, Owncloud
 Comment[nl]=Stel uw internetaccounts in zoals Google, Live, Owncloud
@@ -100,6 +104,7 @@
 
X-KDE-Keywords=network,google,live,owncloud,sync,online,accounts,synchronization,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar
 
X-KDE-Keywords[ar]=,????????,????????,????????,????????,????????,????????????,??????????,??????????,??????????
 ????????,??????????
 
X-KDE-Keywords[az]=network,google,live,owncloud,sync,online,accounts,synchronization,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar,int. ????b??k??si,canl??,eynil????dirm??,hesablar,onlayn,google 
t??qvim
+X-KDE-Keywords[bg]=network,google,live,owncloud,sync,online,accounts,synchronization,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar
 X-KDE-Keywords[ca]=xarxa,google,live,owncloud,sincronitza,en 
l??nia,comptes,sincronitzaci??,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar
 X-KDE-Keywords[ca@valencia]=xarxa,google,live,owncloud,sincronitza,en 
l??nia,comptes,sincronitzaci??,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar
 
X-KDE-Keywords[da]=netv??rk,google,live,owncloud,sync,online,konti,synkronisering,opendesktop,nextcloud,youtube,drive,drev,hangouts,gmail,google
 calendar,kalender
@@ -113,6 +118,7 @@
 
X-KDE-Keywords[hu]=h??l??zat,google,live,owncloud,szinkroniz??l??s,online,fi??kok,szinkroniz??l??s,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 napt??r
 
X-KDE-Keywords[ia]=rete,google,live,owncloud,sync,online,contos,synchronisation,opendesktop,nextcloud,youtube,drive,hangouts,gmail,calendario
 de google
 
X-KDE-Keywords[it]=rete,google,live,owncloud,sync,online,account,sincronizzazione,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar
+X-KDE-Keywords[ka]=???????????????,???????????????,????????????,owncloud,???????????????????????????????????????,??????????????????,??????????????????????????????,???????????????????????????????????????,opendesktop,nextcloud,youtube,drive,hangouts,gmail,??????????????????
 ???????????????????????????
 
X-KDE-Keywords[ko]=network,google,live,owncloud,sync,online,accounts,synchronization,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 
calendar,??????,?????????,?????????,??????,?????????,????????????,?????????,??????
 ?????????,google ?????????
 
X-KDE-Keywords[lt]=tinklas,google,live,owncloud,sinchorizuoti,sinchronizacija,sinchronizavimas,internetin??s,internetines,paskyros,opendesktop,nextcloud,youtube,drive,diskas,hangouts,gmail,google
 calendar,google kalendorius
 
X-KDE-Keywords[nl]=netwerk,google,live,owncloud,sync,online,accounts,synchronisatie,opendesktop,nextcloud,youtube,station,hangouts,gmail,google-agenda
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/kcm/package/contents/ui/Accounts.qml 
new/kaccounts-integration-22.08.0/src/kcm/package/contents/ui/Accounts.qml
--- old/kaccounts-integration-22.04.3/src/kcm/package/contents/ui/Accounts.qml  
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/kcm/package/contents/ui/Accounts.qml  
2022-08-10 22:57:06.000000000 +0200
@@ -44,7 +44,7 @@
                     Layout.fillWidth: true
                     text: {
                         if (model.displayName.length > 0 && 
model.providerName.length > 0) {
-                            return i18nd("kaccounts-integration", "%1 (%2)", 
model.displayName, model.providerName)
+                            return i18nd("kaccounts-integration", "%1 (%2)", 
model.displayName, model.providerDisplayName)
                         } else if (model.displayName.length > 0) {
                             return model.displayName
                         } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/kcm/package/metadata.desktop 
new/kaccounts-integration-22.08.0/src/kcm/package/metadata.desktop
--- old/kaccounts-integration-22.04.3/src/kcm/package/metadata.desktop  
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/kcm/package/metadata.desktop  
2022-08-10 22:57:06.000000000 +0200
@@ -3,6 +3,7 @@
 Name[ar]=????????????????
 Name[ast]=Cuentes
 Name[az]=??stifad????i Hesablar??
+Name[bg]=??????????????
 Name[ca]=Comptes
 Name[ca@valencia]=Comptes
 Name[cs]=????ty
@@ -19,6 +20,7 @@
 Name[hu]=Fi??kok
 Name[ia]=Contos
 Name[it]=Account
+Name[ka]=??????????????????????????????
 Name[ko]=??????
 Name[lt]=Paskyros
 Name[nl]=Accounts
@@ -45,6 +47,7 @@
 Comment[ar]=?????? ?????????????? ?????? ????????????????
 Comment[ast]=Amiesta cuentes en llinia
 Comment[az]=??nternet hesablar??n??z?? ??lav?? edin
+Comment[bg]=???????????????? ???????????? ???????????? ??????????????
 Comment[ca]=Afegiu els vostres comptes en l??nia
 Comment[ca@valencia]=Afegiu els vostres comptes en l??nia
 Comment[cs]=P??idejte svoje ????ty online
@@ -61,6 +64,7 @@
 Comment[hu]=Adja hozz?? online fi??kjait
 Comment[ia]=Adde tu contos in linea
 Comment[it]=Aggiungi i tuoi account online
+Comment[ka]=?????????????????? ?????????????????? ??????????????????????????? 
????????????????????????
 Comment[ko]=??? ????????? ?????? ??????
 Comment[lt]=Prid??ti savo internetines paskyras
 Comment[nl]=Uw online accounts toevoegen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/kded/CMakeLists.txt 
new/kaccounts-integration-22.08.0/src/kded/CMakeLists.txt
--- old/kaccounts-integration-22.04.3/src/kded/CMakeLists.txt   2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/kded/CMakeLists.txt   2022-08-10 
22:57:06.000000000 +0200
@@ -1,11 +1,11 @@
 kcoreaddons_add_plugin(
     kded_accounts
-    SOURCES kded_accounts.cpp
+    SOURCES kded_accounts.cpp kded_accounts.h
     INSTALL_NAMESPACE "kf5/kded"
 )
 
 target_link_libraries(kded_accounts
-    Qt5::Core
+    Qt::Core
     KF5::DBusAddons
     kaccounts
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/kded/kded_accounts.cpp 
new/kaccounts-integration-22.08.0/src/kded/kded_accounts.cpp
--- old/kaccounts-integration-22.04.3/src/kded/kded_accounts.cpp        
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/kded/kded_accounts.cpp        
2022-08-10 22:57:06.000000000 +0200
@@ -90,7 +90,7 @@
     const Accounts::Account *acc = KAccounts::accountsManager()->account(id);
     const Accounts::ServiceList services = acc->enabledServices();
 
-    for (KAccountsDPlugin *plugin : qAsConst(m_plugins)) {
+    for (KAccountsDPlugin *plugin : std::as_const(m_plugins)) {
         plugin->onAccountCreated(id, services);
     }
 }
@@ -99,7 +99,7 @@
 {
     qDebug() << id;
 
-    for (KAccountsDPlugin *plugin : qAsConst(m_plugins)) {
+    for (KAccountsDPlugin *plugin : std::as_const(m_plugins)) {
         plugin->onAccountRemoved(id);
     }
 }
@@ -116,11 +116,11 @@
 
     const Accounts::Service service = 
KAccounts::accountsManager()->service(serviceName);
     if (!enabled) {
-        for (KAccountsDPlugin *plugin : qAsConst(m_plugins)) {
+        for (KAccountsDPlugin *plugin : std::as_const(m_plugins)) {
             plugin->onServiceDisabled(accId, service);
         }
     } else {
-        for (KAccountsDPlugin *plugin : qAsConst(m_plugins)) {
+        for (KAccountsDPlugin *plugin : std::as_const(m_plugins)) {
             plugin->onServiceEnabled(accId, service);
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/kded/kded_accounts.h 
new/kaccounts-integration-22.08.0/src/kded/kded_accounts.h
--- old/kaccounts-integration-22.04.3/src/kded/kded_accounts.h  2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/kded/kded_accounts.h  2022-08-10 
22:57:06.000000000 +0200
@@ -19,8 +19,8 @@
     Q_CLASSINFO("D-Bus Interface", "org.kde.Accounts")
 
 public:
-    KDEDAccounts(QObject *parent, const QList<QVariant> &);
-    virtual ~KDEDAccounts();
+    explicit KDEDAccounts(QObject *parent, const QList<QVariant> &);
+    ~KDEDAccounts() override;
 
 public Q_SLOTS:
     void startDaemon();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/kded/kded_accounts.json 
new/kaccounts-integration-22.08.0/src/kded/kded_accounts.json
--- old/kaccounts-integration-22.04.3/src/kded/kded_accounts.json       
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/kded/kded_accounts.json       
2022-08-10 22:57:06.000000000 +0200
@@ -4,6 +4,7 @@
         "Description[ar]": "?????????? ????????????????",
         "Description[ast]": "Xesti??n de cuentes",
         "Description[az]": "??stiifad????i Hesablar?? Meneceri",
+        "Description[bg]": "???????????????????? ???? ??????????????",
         "Description[ca@valencia]": "Gestor de comptes",
         "Description[ca]": "Gestor de comptes",
         "Description[cs]": "Spr??va ????t??",
@@ -20,6 +21,7 @@
         "Description[hu]": "Fi??kkezel??s",
         "Description[ia]": "Gestion de contos",
         "Description[it]": "Gestione account",
+        "Description[ka]": "????????????????????????????????? 
??????????????????",
         "Description[ko]": "?????? ??????",
         "Description[lt]": "Paskyr?? tvarkymas",
         "Description[nl]": "Accountbeheer",
@@ -33,6 +35,7 @@
         "Description[sk]": "Spr??va ????tov",
         "Description[sl]": "Upravljanje ra??unov",
         "Description[sv]": "Kontohantering",
+        "Description[tr]": "Hesaplar y??netimi",
         "Description[uk]": "?????????????????? ???????????????????? 
????????????????",
         "Description[x-test]": "xxAccounts managementxx",
         "Description[zh_CN]": "????????????",
@@ -41,6 +44,7 @@
         "Name[ar]": "????????????????",
         "Name[ast]": "Cuentes",
         "Name[az]": "??stifad????i Hesablar??",
+        "Name[bg]": "??????????????",
         "Name[ca@valencia]": "Comptes",
         "Name[ca]": "Comptes",
         "Name[cs]": "????ty",
@@ -57,6 +61,7 @@
         "Name[hu]": "Fi??kok",
         "Name[ia]": "Contos",
         "Name[it]": "Account",
+        "Name[ka]": "??????????????????????????????",
         "Name[ko]": "??????",
         "Name[lt]": "Paskyros",
         "Name[nl]": "Accounts",
@@ -70,6 +75,7 @@
         "Name[sk]": "????ty",
         "Name[sl]": "Accounts",
         "Name[sv]": "Konton",
+        "Name[tr]": "Hesaplar",
         "Name[uk]": "???????????????? ????????????",
         "Name[x-test]": "xxAccountsxx",
         "Name[zh_CN]": "??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-22.04.3/src/lib/CMakeLists.txt 
new/kaccounts-integration-22.08.0/src/lib/CMakeLists.txt
--- old/kaccounts-integration-22.04.3/src/lib/CMakeLists.txt    2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/CMakeLists.txt    2022-08-10 
22:57:06.000000000 +0200
@@ -20,6 +20,20 @@
      createaccountjob.cpp
      getcredentialsjob.cpp
      removeaccountjob.cpp
+
+     accountsmodel.h
+     core.h
+     kaccountsdplugin.h
+     kaccountsuiplugin.h
+     providersmodel.h
+     servicesmodel.h
+     uipluginsmanager.h
+
+     accountservicetogglejob.h
+     changeaccountdisplaynamejob.h
+     createaccountjob.h
+     getcredentialsjob.h
+     removeaccountjob.h
 )
 
 ecm_generate_headers(kaccountslib_HEADERS
@@ -53,8 +67,8 @@
         KF5::CoreAddons
         KF5::I18n
         ${ACCOUNTSQT_LIBRARIES}
-        Qt5::Xml
-        Qt5::Gui
+        Qt::Xml
+        Qt::Gui
     PRIVATE
         ${SIGNONQT_LIBRARIES}
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/accountservicetogglejob.h 
new/kaccounts-integration-22.08.0/src/lib/accountservicetogglejob.h
--- old/kaccounts-integration-22.04.3/src/lib/accountservicetogglejob.h 
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/accountservicetogglejob.h 
2022-08-10 22:57:06.000000000 +0200
@@ -24,7 +24,7 @@
     Q_PROPERTY(bool serviceEnabled READ serviceEnabled WRITE setServiceEnabled 
NOTIFY serviceEnabledChanged)
 public:
     explicit AccountServiceToggleJob(QObject *parent = nullptr);
-    virtual ~AccountServiceToggleJob();
+    ~AccountServiceToggleJob() override;
 
     void start() override;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/accountsmodel.cpp 
new/kaccounts-integration-22.08.0/src/lib/accountsmodel.cpp
--- old/kaccounts-integration-22.04.3/src/lib/accountsmodel.cpp 2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/accountsmodel.cpp 2022-08-10 
22:57:06.000000000 +0200
@@ -99,14 +99,17 @@
 
 QHash<int, QByteArray> AccountsModel::roleNames() const
 {
-    static QHash<int, QByteArray> roles{{IdRole, "id"},
-                                        {ServicesRole, "services"},
-                                        {EnabledRole, "enabled"},
-                                        {CredentialsIdRole, "credentialsId"},
-                                        {DisplayNameRole, "displayName"},
-                                        {ProviderNameRole, "providerName"},
-                                        {IconNameRole, "iconName"},
-                                        {DataObjectRole, "dataObject"}};
+    static QHash<int, QByteArray> roles{
+        {IdRole, "id"},
+        {ServicesRole, "services"},
+        {EnabledRole, "enabled"},
+        {CredentialsIdRole, "credentialsId"},
+        {DisplayNameRole, "displayName"},
+        {ProviderNameRole, "providerName"},
+        {IconNameRole, "iconName"},
+        {DataObjectRole, "dataObject"},
+        {ProviderDisplayNameRole, "providerDisplayName"},
+    };
     return roles;
 }
 
@@ -156,6 +159,9 @@
             case ProviderNameRole:
                 data.setValue(account->providerName());
                 break;
+            case ProviderDisplayNameRole:
+                data.setValue(account->provider().displayName());
+                break;
             case IconNameRole: {
                 QString iconName = QStringLiteral("user-identity");
                 if (account->provider().isValid() && 
!account->provider().iconName().isEmpty()) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/accountsmodel.h 
new/kaccounts-integration-22.08.0/src/lib/accountsmodel.h
--- old/kaccounts-integration-22.04.3/src/lib/accountsmodel.h   2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/accountsmodel.h   2022-08-10 
22:57:06.000000000 +0200
@@ -44,9 +44,11 @@
         ProviderNameRole,
         IconNameRole,
         DataObjectRole,
+        ProviderDisplayNameRole,
     };
+    Q_ENUM(Roles);
     explicit AccountsModel(QObject *parent = nullptr);
-    virtual ~AccountsModel();
+    ~AccountsModel() override;
 
     QHash<int, QByteArray> roleNames() const override;
     int rowCount(const QModelIndex &parent = QModelIndex()) const override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/changeaccountdisplaynamejob.h 
new/kaccounts-integration-22.08.0/src/lib/changeaccountdisplaynamejob.h
--- old/kaccounts-integration-22.04.3/src/lib/changeaccountdisplaynamejob.h     
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/changeaccountdisplaynamejob.h     
2022-08-10 22:57:06.000000000 +0200
@@ -26,7 +26,7 @@
     Q_PROPERTY(QString displayName READ displayName WRITE setDisplayName 
NOTIFY displayNameChanged)
 public:
     explicit ChangeAccountDisplayNameJob(QObject *parent = nullptr);
-    virtual ~ChangeAccountDisplayNameJob();
+    ~ChangeAccountDisplayNameJob() override;
 
     void start() override;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/getcredentialsjob.h 
new/kaccounts-integration-22.08.0/src/lib/getcredentialsjob.h
--- old/kaccounts-integration-22.04.3/src/lib/getcredentialsjob.h       
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/getcredentialsjob.h       
2022-08-10 22:57:06.000000000 +0200
@@ -47,7 +47,7 @@
      */
     GetCredentialsJob(Accounts::AccountId id, const QString &authMethod = 
QString(), const QString &authMechanism = QString(), QObject *parent = nullptr);
 
-    ~GetCredentialsJob();
+    ~GetCredentialsJob() override;
     /**
      * Starts the credentials job
      */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/kaccountsdplugin.h 
new/kaccounts-integration-22.08.0/src/lib/kaccountsdplugin.h
--- old/kaccounts-integration-22.04.3/src/lib/kaccountsdplugin.h        
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/kaccountsdplugin.h        
2022-08-10 22:57:06.000000000 +0200
@@ -41,7 +41,7 @@
 
 public:
     KAccountsDPlugin(QObject *parent, const QVariantList &args);
-    virtual ~KAccountsDPlugin();
+    ~KAccountsDPlugin() override;
 
 public Q_SLOTS:
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/kaccountsuiplugin.h 
new/kaccounts-integration-22.08.0/src/lib/kaccountsuiplugin.h
--- old/kaccounts-integration-22.04.3/src/lib/kaccountsuiplugin.h       
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/kaccountsuiplugin.h       
2022-08-10 22:57:06.000000000 +0200
@@ -25,7 +25,7 @@
     };
 
     explicit KAccountsUiPlugin(QObject *parent = nullptr);
-    virtual ~KAccountsUiPlugin();
+    ~KAccountsUiPlugin() override;
 
     virtual void init(UiType type) = 0;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/providersmodel.h 
new/kaccounts-integration-22.08.0/src/lib/providersmodel.h
--- old/kaccounts-integration-22.04.3/src/lib/providersmodel.h  2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/providersmodel.h  2022-08-10 
22:57:06.000000000 +0200
@@ -38,7 +38,7 @@
         AccountsCountRole, ///< The number of accounts which already exist for 
this provider
     };
     explicit ProvidersModel(QObject *parent = nullptr);
-    virtual ~ProvidersModel();
+    ~ProvidersModel() override;
 
     QHash<int, QByteArray> roleNames() const override;
     int rowCount(const QModelIndex &parent = QModelIndex()) const override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/removeaccountjob.h 
new/kaccounts-integration-22.08.0/src/lib/removeaccountjob.h
--- old/kaccounts-integration-22.04.3/src/lib/removeaccountjob.h        
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/removeaccountjob.h        
2022-08-10 22:57:06.000000000 +0200
@@ -22,7 +22,7 @@
     Q_PROPERTY(QString accountId READ accountId WRITE setAccountId NOTIFY 
accountIdChanged)
 public:
     explicit RemoveAccountJob(QObject *parent = nullptr);
-    virtual ~RemoveAccountJob();
+    ~RemoveAccountJob() override;
 
     void start() override;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/servicesmodel.cpp 
new/kaccounts-integration-22.08.0/src/lib/servicesmodel.cpp
--- old/kaccounts-integration-22.04.3/src/lib/servicesmodel.cpp 2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/servicesmodel.cpp 2022-08-10 
22:57:06.000000000 +0200
@@ -123,7 +123,7 @@
             connect(d->account, &Accounts::Account::displayNameChanged, this, 
&ServicesModel::accountChanged);
             connect(d->account, &Accounts::Account::enabledChanged, this, 
[this](const QString &serviceName, bool /*enabled*/) {
                 int i{0};
-                for (const Accounts::Service &service : qAsConst(d->services)) 
{
+                for (const Accounts::Service &service : 
std::as_const(d->services)) {
                     if (service.name() == serviceName) {
                         break;
                     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/servicesmodel.h 
new/kaccounts-integration-22.08.0/src/lib/servicesmodel.h
--- old/kaccounts-integration-22.04.3/src/lib/servicesmodel.h   2022-07-01 
20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/servicesmodel.h   2022-08-10 
22:57:06.000000000 +0200
@@ -67,7 +67,7 @@
         EnabledRole,
     };
     explicit ServicesModel(QObject *parent = nullptr);
-    virtual ~ServicesModel();
+    ~ServicesModel() override;
 
     QHash<int, QByteArray> roleNames() const override;
     int rowCount(const QModelIndex &parent = QModelIndex()) const override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/lib/uipluginsmanager.cpp 
new/kaccounts-integration-22.08.0/src/lib/uipluginsmanager.cpp
--- old/kaccounts-integration-22.04.3/src/lib/uipluginsmanager.cpp      
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/lib/uipluginsmanager.cpp      
2022-08-10 22:57:06.000000000 +0200
@@ -8,6 +8,7 @@
 
 #include "kaccountsuiplugin.h"
 
+#include <KPluginMetaData>
 #include <QCoreApplication>
 #include <QDebug>
 #include <QDir>
@@ -46,57 +47,44 @@
 
 void UiPluginsManagerPrivate::loadPlugins()
 {
-    QString pluginPath;
-
-    const QStringList paths = QCoreApplication::libraryPaths();
-    for (const QString &libraryPath : paths) {
-        QString path(libraryPath + QStringLiteral("/kaccounts/ui"));
-        QDir dir(path);
-
-        if (!dir.exists()) {
+    const auto availablePlugins = 
KPluginMetaData::findPlugins(QStringLiteral("kaccounts/ui"), {}, 
KPluginMetaData::AllowEmptyMetaData);
+    for (const KPluginMetaData &plugin : availablePlugins) {
+        QPluginLoader loader(plugin.fileName());
+
+        if (!loader.load()) {
+            qWarning() << "Could not create KAccountsUiPlugin: " << 
plugin.fileName();
+            qWarning() << loader.errorString();
             continue;
         }
 
-        const QStringList entryList = dir.entryList(QDir::Files | 
QDir::NoDotAndDotDot);
-        for (const QString &fileName : entryList) {
-            QPluginLoader loader(dir.absoluteFilePath(fileName));
-
-            if (!loader.load()) {
-                qWarning() << "Could not create KAccountsUiPlugin: " << 
pluginPath;
-                qWarning() << loader.errorString();
+        if (QObject *obj = loader.instance()) {
+            KAccountsUiPlugin *ui = qobject_cast<KAccountsUiPlugin *>(obj);
+            if (!ui) {
+                qDebug() << "Plugin could not be converted to an 
KAccountsUiPlugin";
+                qDebug() << plugin.fileName();
                 continue;
             }
 
-            QObject *obj = loader.instance();
-            if (obj) {
-                KAccountsUiPlugin *ui = qobject_cast<KAccountsUiPlugin *>(obj);
-                if (!ui) {
-                    qDebug() << "Plugin could not be converted to an 
KAccountsUiPlugin";
-                    qDebug() << pluginPath;
-                    continue;
-                }
-
-                qDebug() << "Adding plugin" << ui << fileName;
-                const QWindowList topLevelWindows = 
QGuiApplication::topLevelWindows();
-                if (topLevelWindows.size() == 1) {
-                    QWindow *topLevelWindow = topLevelWindows.at(0);
-                    obj->setProperty("transientParent", 
QVariant::fromValue(topLevelWindow));
-                } else {
-                    qWarning() << "Unexpected topLevelWindows found:" << 
topLevelWindows.size() << "please report a bug";
-                }
-
-                // When the plugin has finished building the UI, show it right 
away
-                QObject::connect(ui, &KAccountsUiPlugin::uiReady, ui, 
&KAccountsUiPlugin::showNewAccountDialog, Qt::UniqueConnection);
-
-                pluginsForNames.insert(fileName, ui);
-                const auto services = ui->supportedServicesForConfig();
-                for (const QString &service : services) {
-                    qDebug() << " Adding service" << service;
-                    pluginsForServices.insert(service, ui);
-                }
+            qDebug() << "Adding plugin" << ui << plugin.fileName();
+            const QWindowList topLevelWindows = 
QGuiApplication::topLevelWindows();
+            if (topLevelWindows.size() == 1) {
+                QWindow *topLevelWindow = topLevelWindows.at(0);
+                obj->setProperty("transientParent", 
QVariant::fromValue(topLevelWindow));
             } else {
-                qDebug() << "Plugin could not create instance" << pluginPath;
+                qWarning() << "Unexpected topLevelWindows found:" << 
topLevelWindows.size() << "please report a bug";
+            }
+
+            // When the plugin has finished building the UI, show it right away
+            QObject::connect(ui, &KAccountsUiPlugin::uiReady, ui, 
&KAccountsUiPlugin::showNewAccountDialog, Qt::UniqueConnection);
+
+            pluginsForNames.insert(plugin.pluginId(), ui);
+            const auto services = ui->supportedServicesForConfig();
+            for (const QString &service : services) {
+                qDebug() << " Adding service" << service;
+                pluginsForServices.insert(service, ui);
             }
+        } else {
+            qDebug() << "Plugin could not create instance" << 
plugin.fileName();
         }
     }
 
@@ -118,7 +106,7 @@
         s_instance->loadPlugins();
     }
 
-    return s_instance->pluginsForNames.value(name + QStringLiteral(".so"));
+    return s_instance->pluginsForNames.value(name);
 }
 
 KAccountsUiPlugin *UiPluginsManager::pluginForService(const QString &service)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/CMakeLists.txt 
new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/CMakeLists.txt
--- old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/CMakeLists.txt     
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/CMakeLists.txt     
2022-08-10 22:57:06.000000000 +0200
@@ -3,7 +3,13 @@
     createnetattachjob.cpp
     removenetattachjob.cpp
     createkioservice.cpp
-    removekioservice.cpp)
+    removekioservice.cpp
+    kioservices.h
+    createnetattachjob.h
+    removenetattachjob.h
+    createkioservice.h
+    removekioservice.h
+)
 
 kcoreaddons_add_plugin(kaccounts_kio_webdav_plugin
     SOURCES ${kio-webdav_SRCS}
@@ -11,8 +17,8 @@
     )
 
 target_link_libraries(kaccounts_kio_webdav_plugin
-    Qt5::Core
-    Qt5::Widgets
+    Qt::Core
+    Qt::Widgets
     KF5::CoreAddons
     KF5::ConfigCore
     KF5::Wallet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/createkioservice.h 
new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/createkioservice.h
--- old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/createkioservice.h 
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/createkioservice.h 
2022-08-10 22:57:06.000000000 +0200
@@ -27,7 +27,7 @@
 
 public:
     explicit CreateKioService(QObject *parent = nullptr);
-    virtual ~CreateKioService();
+    ~CreateKioService() override;
 
     void start() override;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/createnetattachjob.h 
new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/createnetattachjob.h
--- 
old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/createnetattachjob.h   
    2022-07-01 20:35:30.000000000 +0200
+++ 
new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/createnetattachjob.h   
    2022-08-10 22:57:06.000000000 +0200
@@ -21,7 +21,7 @@
 
 public:
     explicit CreateNetAttachJob(QObject *parent = nullptr);
-    virtual ~CreateNetAttachJob();
+    ~CreateNetAttachJob() override;
 
     void start() override;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/kio-webdav.json 
new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/kio-webdav.json
--- old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/kio-webdav.json    
2022-07-01 20:35:30.000000000 +0200
+++ new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/kio-webdav.json    
2022-08-10 22:57:06.000000000 +0200
@@ -4,6 +4,7 @@
         "Description[ar]": "?????? ?????????? ?????? ?????? ???????????? KIO",
         "Description[ast]": "Monta comparticiones de WebDAV con KIO",
         "Description[az]": "K??O il?? WebDAV payla????mlar??n?? qo??un",
+        "Description[bg]": "?????????????????? ???? WebDAV 
???????????????????? ?? KIO",
         "Description[ca@valencia]": "Munta comparticions WebDAV amb KIO",
         "Description[ca]": "Munta comparticions WebDAV amb el KIO",
         "Description[cs]": "P??ipojov??n?? ??lo??i???? WebDAV pomoc?? KIO",
@@ -19,6 +20,7 @@
         "Description[hu]": "WebDAV megoszt??sok csatlakoztat??sa KIO-val",
         "Description[ia]": "Monta areas compartite de WebDAV con KIO",
         "Description[it]": "Monta condivisioni WebDAV con KIO",
+        "Description[ka]": "WebDAV-?????? ?????????????????? KIO-?????? 
?????????????????????????????? ???????????????",
         "Description[ko]": "KIO??? WebDAV ?????? ?????????",
         "Description[lt]": "Prijungti WebDAV vie??inius naudojant KIO",
         "Description[nl]": "WebDAV-shares met KIO aankoppelen",
@@ -31,6 +33,7 @@
         "Description[ru]": "?????????????????????? ???????????????? WebDAV ?? 
???????????????????????????? KIO",
         "Description[sl]": "Mount WebDAV sodeluje s KIO",
         "Description[sv]": "Montera delade WebDAV-resurser med KIO",
+        "Description[tr]": "KIO ile WebDAV payla????mlar??n??z?? ba??lay??n",
         "Description[uk]": "???????????????????? ???????????????? 
???????????????? WebDAV ???? ?????????????????? KIO",
         "Description[x-test]": "xxMount WebDAV shares with KIOxx",
         "Description[zh_CN]": "??? KIO ?????? WebDAV ??????",
@@ -43,6 +46,7 @@
         "Name[ar]": "?????? ?????? ??????",
         "Name[ast]": "WebDAV pa KIO",
         "Name[az]": "KIO WebDAV",
+        "Name[bg]": "KIO WebDAV",
         "Name[ca@valencia]": "KIO WebDAV",
         "Name[ca]": "KIO WebDAV",
         "Name[cs]": "KIO WebDAV",
@@ -58,6 +62,7 @@
         "Name[hu]": "KIO WebDAV",
         "Name[ia]": "KIO WebDAV",
         "Name[it]": "KIO WebDAV",
+        "Name[ka]": "KIO WebDAV",
         "Name[ko]": "KIO WebDAV",
         "Name[lt]": "KIO WebDAV",
         "Name[nl]": "KIO WebDAV",
@@ -70,6 +75,7 @@
         "Name[ru]": "KIO WebDAV",
         "Name[sl]": "KIO WebDAV",
         "Name[sv]": "KIO WebDAV",
+        "Name[tr]": "KIO WebDAV",
         "Name[uk]": "KIO WebDAV",
         "Name[x-test]": "xxKIO WebDAVxx",
         "Name[zh_CN]": "KIO WebDAV",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/removenetattachjob.h 
new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/removenetattachjob.h
--- 
old/kaccounts-integration-22.04.3/src/plugins/kio-webdav/removenetattachjob.h   
    2022-07-01 20:35:30.000000000 +0200
+++ 
new/kaccounts-integration-22.08.0/src/plugins/kio-webdav/removenetattachjob.h   
    2022-08-10 22:57:06.000000000 +0200
@@ -20,7 +20,7 @@
 
 public:
     explicit RemoveNetAttachJob(QObject *parent);
-    virtual ~RemoveNetAttachJob();
+    ~RemoveNetAttachJob() override;
 
     void start() override;
 

Reply via email to