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-04-24 00:19:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
 and      /work/SRC/openSUSE:Factory/.kaccounts-integration.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaccounts-integration"

Sun Apr 24 00:19:09 2022 rev:88 rq:971414 version:22.04.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes  
    2022-03-04 20:14:56.528807145 +0100
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new.1538/kaccounts-integration.changes
    2022-04-24 00:19:17.872248431 +0200
@@ -1,0 +2,27 @@
+Mon Apr 18 07:51:11 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+-------------------------------------------------------------------
+Fri Apr  8 18:17:38 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:13:43 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Port to ecm_add_qml_module
+  * Use the executable for intltool once it is found.
+  * Add form factors to embedded json metadata
+  * Add compile_commands.json to gitignore
+  * Fix BUG 407048 add a specific preferences icon which
+    contain KCM icons (kde#407048)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kaccounts-integration.spec ++++++
--- /var/tmp/diff_new_pack.KSVIM8/_old  2022-04-24 00:19:18.388248821 +0200
+++ /var/tmp/diff_new_pack.KSVIM8/_new  2022-04-24 00:19:18.396248827 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kaccounts-integration
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        KDE Accounts Providers
 License:        GPL-2.0-or-later


++++++ kaccounts-integration-21.12.3.tar.xz -> 
kaccounts-integration-22.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-21.12.3/.gitignore 
new/kaccounts-integration-22.04.0/.gitignore
--- old/kaccounts-integration-21.12.3/.gitignore        2022-02-27 
18:52:54.000000000 +0100
+++ new/kaccounts-integration-22.04.0/.gitignore        2022-04-12 
23:11:22.000000000 +0200
@@ -20,4 +20,9 @@
 CMakeLists.txt.user*
 *.unc-backup*
 .cmake/
-.clang-format
+/.clang-format
+/compile_commands.json
+.clangd
+.cache
+.idea
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-21.12.3/CMakeLists.txt 
new/kaccounts-integration-22.04.0/CMakeLists.txt
--- old/kaccounts-integration-21.12.3/CMakeLists.txt    2022-03-01 
01:15:33.000000000 +0100
+++ new/kaccounts-integration-22.04.0/CMakeLists.txt    2022-04-15 
02:20:08.000000000 +0200
@@ -1,22 +1,32 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(RELEASE_SERVICE_VERSION_MAJOR "21")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "22")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+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})
 
 set(QT_REQUIRED_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.78.0")
-
-set(CMAKE_CXX_STANDARD 17)
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
+set(KF5_MIN_VERSION "5.91.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
-
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
+
+include(ECMInstallIcons)
+include(ECMSetupVersion)
+include(ECMGenerateHeaders)
+include(KDEClangFormat)
+include(KDEGitCommitHooks)
+include(CMakePackageConfigHelpers)
+include(GenerateExportHeader)
+include(FeatureSummary)
+include(ECMQmlModule)
+
 set(KACCOUNTS_SOVERSION "2")
 set(ACCOUNTSQT_DEP_VERSION "1.13")
 set(SIGNONQT_DEP_VERSION "8.55")
@@ -37,31 +47,14 @@
    TYPE REQUIRED
    PURPOSE "Required for building this module")
 
-add_definitions (-DTRANSLATION_DOMAIN=\"kaccounts-integration\" 
-DQT_NO_KEYWORDS -DQT_NO_FOREACH)
-
-include(CMakePackageConfigHelpers)
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
-include(ECMInstallIcons)
-include(FeatureSummary)
-include(ECMSetupVersion)
-include(ECMGenerateHeaders)
-include(GenerateExportHeader)
-include(KDEClangFormat)
-
-if(KF5_VERSION VERSION_GREATER_EQUAL 5.79)
-    include(KDEGitCommitHooks)
-endif()
+add_definitions (-DTRANSLATION_DOMAIN=\"kaccounts-integration\")
 
 add_subdirectory(src)
 
 file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
 kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
 
-if(KF5_VERSION VERSION_GREATER_EQUAL 5.79)
-    kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
-endif()
+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-21.12.3/po/ca@valencia/kaccounts-integration.po 
new/kaccounts-integration-22.04.0/po/ca@valencia/kaccounts-integration.po
--- old/kaccounts-integration-21.12.3/po/ca@valencia/kaccounts-integration.po   
2022-03-01 01:15:33.000000000 +0100
+++ new/kaccounts-integration-22.04.0/po/ca@valencia/kaccounts-integration.po   
2022-04-15 02:20:08.000000000 +0200
@@ -75,12 +75,12 @@
 #, kde-format
 msgctxt "Heading for a list of services available with this account"
 msgid "Use This Account For"
-msgstr "Usa aquest compte per a"
+msgstr "Utilitza este compte per a"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:88
 #, kde-format
 msgid "Remove This Account"
-msgstr "Elimina aquest compte"
+msgstr "Elimina este compte"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:110
 #, kde-format
@@ -89,8 +89,8 @@
 "There are no configurable services available for this account. You can still "
 "change its display name by clicking the edit icon above."
 msgstr ""
-"No hi ha cap servei configurable per a aquest compte. Encara podreu canviar "
-"el seu nom a mostrar fent clic a la icona d'edici?? de dalt."
+"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."
 
 #: src/kcm/package/contents/ui/Accounts.qml:58
 #, kde-format
@@ -112,8 +112,8 @@
 msgid ""
 "Click the <interface>Add New Account...</interface> button below to add one"
 msgstr ""
-"Feu clic al bot?? <interface>Afig un compte nou...</interface> que hi ha a "
-"sota per a afegir-ne un"
+"Feu clic al bot?? <interface>Afig un compte nou...</interface> que hi ha "
+"davall per a afegir-ne un"
 
 #: src/kcm/package/contents/ui/Accounts.qml:89
 #, kde-format
@@ -137,7 +137,7 @@
 "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 "Esteu segur que voleu eliminar el compte ??%2?? de ??%1???"
+msgstr "Segur que voleu eliminar el compte ??%2?? de ??%1???"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:25
 #, kde-format
@@ -145,15 +145,15 @@
 "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 "Esteu segur que voleu eliminar el compte ??%1???"
+msgstr "Segur que voleu eliminar el compte ??%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"
+"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 "Esteu segur que voleu eliminar aquest compte de ??%1???"
+msgstr "Segur que voleu eliminar este compte de ??%1???"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:32
 #, kde-format
@@ -168,7 +168,7 @@
 "The title for a dialog which lets you set the human-readable name of an "
 "account"
 msgid "Rename Account"
-msgstr "Reanomena el compte"
+msgstr "Canvia el nom el compte"
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:31
 #, kde-format
@@ -181,8 +181,8 @@
 #: 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"
+"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 "Indiqueu el nom del compte"
 
@@ -194,7 +194,7 @@
 #: src/lib/changeaccountdisplaynamejob.cpp:76
 #, kde-format
 msgid "No accounts manager, this is not awesome."
-msgstr "No hi ha cap gestor de comptes, aix?? no ??s impressionant."
+msgstr "No hi ha cap gestor de comptes, a???? no ??s impressionant."
 
 #: src/lib/changeaccountdisplaynamejob.cpp:81
 #, kde-format
@@ -205,8 +205,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 ""
-"No s'ha pogut carregar el connector %1. Per favor, comproveu la 
instal??laci??"
+msgstr "No s'ha pogut carregar el connector %1. Comproveu la instal??laci??"
 
 #: src/lib/createaccountjob.cpp:147
 #, kde-format
@@ -236,4 +235,4 @@
 #: src/plugins/kio-webdav/removenetattachjob.cpp:51
 #, kde-format
 msgid "Can't open wallet"
-msgstr "No s'ha pogut obrir la cartera"
+msgstr "No s'ha pogut obri la cartera"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-21.12.3/po/sk/kaccounts-integration.po 
new/kaccounts-integration-22.04.0/po/sk/kaccounts-integration.po
--- old/kaccounts-integration-21.12.3/po/sk/kaccounts-integration.po    
2022-03-01 01:15:33.000000000 +0100
+++ new/kaccounts-integration-22.04.0/po/sk/kaccounts-integration.po    
2022-04-15 02:20:08.000000000 +0200
@@ -1,19 +1,19 @@
 # translation of kaccounts-integration.po to Slovak
-# Roman Pahol??k <[email protected]>, 2014, 2015, 2016, 2017, 2021.
+# Roman Pahol??k <[email protected]>, 2014, 2015, 2016, 2017.
 # Matej Mrenica <[email protected]>, 2019.
 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: 2021-11-14 12:17+0100\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
-"Language-Team: Slovak <[email protected]>\n"
+"PO-Revision-Date: 2019-11-05 20:12+0100\n"
+"Last-Translator: Matej Mrenica <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.08.3\n"
+"X-Generator: Lokalize 19.08.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -39,24 +39,26 @@
 #: src/kcm/accounts.cpp:20
 #, kde-format
 msgid "Dan Leinir Turthra Jensen"
-msgstr "Dan Leinir Turthra Jensen"
+msgstr ""
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:20
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Account Removal"
 msgid "Account Details"
-msgstr "Detaily ????tu"
+msgstr "Odstr??nenie ????tu"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:59
 #: src/kcm/package/contents/ui/Accounts.qml:47
 #, kde-format
 msgid "%1 (%2)"
-msgstr "%1 (%2)"
+msgstr ""
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:63
 #: src/kcm/package/contents/ui/Accounts.qml:51
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Accounts"
 msgid "%1 account"
-msgstr "????et %1"
+msgstr "????ty"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:73
 #, kde-format
@@ -64,18 +66,18 @@
 "Button which spawns a dialog allowing the user to change the displayed "
 "account's human-readable name"
 msgid "Change Account Display Name"
-msgstr "Zmeni?? zobrazen?? n??zov ????tu"
+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 "Pou??i?? tento ????et pre"
+msgstr ""
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:88
 #, kde-format
 msgid "Remove This Account"
-msgstr "Odstr??ni?? tento ????et"
+msgstr ""
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:110
 #, kde-format
@@ -84,8 +86,6 @@
 "There are no configurable services available for this account. You can still "
 "change its display name by clicking the edit icon above."
 msgstr ""
-"Nie s?? ??iadne nastavide??n?? slu??by dostupn?? pre tento ????et. St??le 
m????ete "
-"zmeni?? jeho zobrazen?? n??zov kliknut??m na ikonu ni????ie."
 
 #: src/kcm/package/contents/ui/Accounts.qml:58
 #, kde-format
@@ -93,13 +93,13 @@
 "Tooltip for an action which will offer the user to remove the mentioned "
 "account"
 msgid "Remove %1"
-msgstr "Odstr??ni?? %1"
+msgstr ""
 
 #: 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 "??iadne pridan?? ????ty"
+msgstr ""
 
 #: src/kcm/package/contents/ui/Accounts.qml:76
 #, kde-kuit-format
@@ -107,62 +107,75 @@
 msgid ""
 "Click the <interface>Add New Account...</interface> button below to add one"
 msgstr ""
-"Kliknite na <interface>Prida?? nov?? ????et...</interface> na pridanie ????tu"
 
 #: src/kcm/package/contents/ui/Accounts.qml:89
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "ownCloud account Wizard"
 msgid "Add New Account..."
-msgstr "Prida?? nov?? ????et..."
+msgstr "Sprievodca ????tom ownCloud"
 
 #: src/kcm/package/contents/ui/AvailableAccounts.qml:19
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "ownCloud account Wizard"
 msgid "Add New Account"
-msgstr "Prida?? nov?? ????et"
+msgstr "Sprievodca ????tom ownCloud"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:20
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Accounts"
 msgctxt "The title for a dialog which lets you remove an account"
 msgid "Remove Account?"
-msgstr "Odstr??ni?? ????et?"
+msgstr "????ty"
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:23
-#, kde-format
+#, fuzzy, kde-format
+#| msgid ""
+#| "Are you sure that you want to remove the account '%1'? This cannot be "
+#| "undone."
 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 "Ur??ite chcete odstr??ni?? ????et '%1' '%2'?"
+msgstr "Ur??ite chcete odstr??ni?? ????et '%1'? Toto sa ned?? vr??ti?? sp????."
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:25
-#, kde-format
+#, fuzzy, kde-format
+#| msgid ""
+#| "Are you sure that you want to remove the account '%1'? This cannot be "
+#| "undone."
 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 "Ur??ite chcete odstr??ni?? ????et '%1'? "
+msgstr "Ur??ite chcete odstr??ni?? ????et '%1'? Toto sa ned?? vr??ti?? sp????."
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:27
-#, kde-format
+#, fuzzy, kde-format
+#| msgid ""
+#| "Are you sure that you want to remove the account '%1'? This cannot be "
+#| "undone."
 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 "Ur??ite chcete odstr??ni?? ????et '%1'?"
+msgstr "Ur??ite chcete odstr??ni?? ????et '%1'? Toto sa ned?? vr??ti?? sp????."
 
 #: src/kcm/package/contents/ui/RemoveAccountDialog.qml:32
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Accounts"
 msgctxt ""
 "The label for a button which will cause the removal of a specified account"
 msgid "Remove Account"
-msgstr "Odstr??ni?? ????et"
+msgstr "????ty"
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:17
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Accounts"
 msgctxt ""
 "The title for a dialog which lets you set the human-readable name of an "
 "account"
 msgid "Rename Account"
-msgstr "Premenova?? ????et"
+msgstr "????ty"
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:31
 #, kde-format
@@ -170,7 +183,7 @@
 "Label for the text field used to enter a new human-readable name for an "
 "account"
 msgid "Enter new name:"
-msgstr "Zadajte nov?? meno:"
+msgstr ""
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:37
 #, kde-format
@@ -178,22 +191,22 @@
 "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 "Nastavi?? n??zov ????tu"
+msgstr ""
 
 #: src/lib/changeaccountdisplaynamejob.cpp:71
 #, kde-format
 msgid "No account found with the ID %1"
-msgstr "Nena??iel sa ????et s ID %1"
+msgstr ""
 
 #: src/lib/changeaccountdisplaynamejob.cpp:76
 #, kde-format
 msgid "No accounts manager, this is not awesome."
-msgstr "??iadny spr??vca ????tov, toto nie je dobr??."
+msgstr ""
 
 #: src/lib/changeaccountdisplaynamejob.cpp:81
 #, kde-format
 msgid "The display name cannot be empty"
-msgstr "Zobrazen?? n??zov nem????e by?? pr??zdny"
+msgstr ""
 
 #: src/lib/createaccountjob.cpp:89
 #, kde-format
@@ -204,7 +217,7 @@
 #: src/lib/createaccountjob.cpp:147
 #, kde-format
 msgid "Cancelled by user"
-msgstr "Zru??en?? pou????vate??om"
+msgstr ""
 
 #: src/lib/createaccountjob.cpp:224
 #, kde-format
@@ -214,22 +227,22 @@
 #: src/lib/getcredentialsjob.cpp:53
 #, kde-format
 msgid "Could not find account"
-msgstr "Nem????em n??js?? ????et"
+msgstr ""
 
 #: src/lib/getcredentialsjob.cpp:68
 #, kde-format
 msgid "Could not find credentials"
-msgstr "Nem????em n??js?? prihlasovacie ??daje"
+msgstr ""
 
 #: src/lib/getcredentialsjob.cpp:78
 #, kde-format
 msgid "Could not create auth session"
-msgstr "Nem????em vytvori?? overenie sedenia"
+msgstr ""
 
 #: src/plugins/kio-webdav/removenetattachjob.cpp:51
 #, kde-format
 msgid "Can't open wallet"
-msgstr "Nem????em otvori?? pe??a??enku"
+msgstr ""
 
 #~ msgid "Configure..."
 #~ msgstr "Nastavi??..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-21.12.3/po/tr/kaccounts-integration.po 
new/kaccounts-integration-22.04.0/po/tr/kaccounts-integration.po
--- old/kaccounts-integration-21.12.3/po/tr/kaccounts-integration.po    
2022-03-01 01:15:33.000000000 +0100
+++ new/kaccounts-integration-22.04.0/po/tr/kaccounts-integration.po    
2022-04-15 02:20:08.000000000 +0200
@@ -2,65 +2,63 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Volkan Gezer <[email protected]>, 2017.
+# Emir SARI <[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: 2017-10-23 08:38+0000\n"
-"Last-Translator: ????baran <[email protected]>\n"
+"PO-Revision-Date: 2022-03-26 13:37+0300\n"
+"Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\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: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr ""
+msgstr "Emir SARI"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr ""
+msgstr "[email protected]"
 
 #: src/kcm/accounts.cpp:18
-#, fuzzy, kde-format
-#| msgid "Accounts"
+#, kde-format
 msgid "Accounts"
 msgstr "Hesaplar"
 
 #: src/kcm/accounts.cpp:19
 #, kde-format
 msgid "Sebastian K??gler"
-msgstr ""
+msgstr "Sebastian K??gler"
 
 #: src/kcm/accounts.cpp:20
 #, kde-format
 msgid "Dan Leinir Turthra Jensen"
-msgstr ""
+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 "Hesap Kald??rma"
+msgstr "Hesap Ayr??nt??lar??"
 
 #: 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 "Hesaplar"
+msgstr "%1 hesab??"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:73
 #, kde-format
@@ -68,18 +66,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 "Hesap G??r??nt??leme Ad??n?? De??i??tir"
 
 #: 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 "Bu Hesab?? ??unun i??in Kullan"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:88
 #, kde-format
 msgid "Remove This Account"
-msgstr ""
+msgstr "Bu Hesab?? Kald??r"
 
 #: src/kcm/package/contents/ui/AccountDetails.qml:110
 #, kde-format
@@ -88,6 +86,8 @@
 "There are no configurable services available for this account. You can still "
 "change its display name by clicking the edit icon above."
 msgstr ""
+"Bu hesap i??in yap??land??r??labilir hizmetler yok. G??r??nt??leme ad??n?? 
yukar??daki "
+"d??zenle simgesine t??klayarak de??i??tirebilirsiniz."
 
 #: src/kcm/package/contents/ui/Accounts.qml:58
 #, kde-format
@@ -95,13 +95,13 @@
 "Tooltip for an action which will offer the user to remove the mentioned "
 "account"
 msgid "Remove %1"
-msgstr ""
+msgstr "%1 Kald??r"
 
 #: 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 "Hen??z bir hesap eklenmedi"
 
 #: src/kcm/package/contents/ui/Accounts.qml:76
 #, kde-kuit-format
@@ -109,74 +109,63 @@
 msgid ""
 "Click the <interface>Add New Account...</interface> button below to add one"
 msgstr ""
+"Eklemek i??in a??a????daki <interface>Yeni Hesap Ekle...</interface> 
d????mesine "
+"t??klay??n"
 
 #: src/kcm/package/contents/ui/Accounts.qml:89
 #, kde-format
 msgid "Add New Account..."
-msgstr ""
+msgstr "Yeni Hesap Ekle..."
 
 #: src/kcm/package/contents/ui/AvailableAccounts.qml:19
-#, fuzzy, kde-format
-#| msgid "Accounts"
+#, kde-format
 msgid "Add New Account"
-msgstr "Hesaplar"
+msgstr "Yeni Hesap Ekle"
 
 #: 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 "Hesaplar"
+msgstr "Hesab?? Kald??r?"
 
 #: 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' hesab??n?? kald??rmak istedi??inizden emin misiniz? Bu geri 
al??namaz."
+msgstr "\"%1\" \"%2\" hesab??n?? kald??rmak istedi??inizden emin misiniz?"
 
 #: 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' hesab??n?? kald??rmak istedi??inizden emin misiniz? Bu geri 
al??namaz."
+msgstr "\"%1\" hesab??n?? kald??rmak istedi??inizden emin misiniz?"
 
 #: 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' hesab??n?? kald??rmak istedi??inizden emin misiniz? Bu geri 
al??namaz."
+msgstr "Bu \"%1\" hesab??n?? kald??rmak istedi??inizden emin misiniz?"
 
 #: 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 "Hesaplar"
+msgstr "Hesab?? Kald??r"
 
 #: 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 "Hesaplar"
+msgstr "Hesab?? Yeniden Adland??r"
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:31
 #, kde-format
@@ -184,7 +173,7 @@
 "Label for the text field used to enter a new human-readable name for an "
 "account"
 msgid "Enter new name:"
-msgstr ""
+msgstr "Yeni ad girin:"
 
 #: src/kcm/package/contents/ui/RenameAccountDialog.qml:37
 #, kde-format
@@ -192,33 +181,33 @@
 "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 "Hesap Ad?? Ayarlay??n"
 
 #: src/lib/changeaccountdisplaynamejob.cpp:71
 #, kde-format
 msgid "No account found with the ID %1"
-msgstr ""
+msgstr "%1 kimli??i ile bir hesap bulunamad??"
 
 #: src/lib/changeaccountdisplaynamejob.cpp:76
 #, kde-format
 msgid "No accounts manager, this is not awesome."
-msgstr ""
+msgstr "Hesap y??neticisi yok, bu iyi de??il."
 
 #: src/lib/changeaccountdisplaynamejob.cpp:81
 #, kde-format
 msgid "The display name cannot be empty"
-msgstr ""
+msgstr "G??r??nt??leme ad?? bo?? olamaz"
 
 #: 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 eklentisi y??klenemedi, l??tfen y??kleme i??leminizi kontrol edin."
+msgstr "%1 eklentisi y??klenemedi, l??tfen kurulumunuzu denetleyin"
 
 #: src/lib/createaccountjob.cpp:147
 #, kde-format
 msgid "Cancelled by user"
-msgstr ""
+msgstr "Kullan??c?? taraf??ndan iptal edildi"
 
 #: src/lib/createaccountjob.cpp:224
 #, kde-format
@@ -228,22 +217,22 @@
 #: src/lib/getcredentialsjob.cpp:53
 #, kde-format
 msgid "Could not find account"
-msgstr ""
+msgstr "Hesap bulunamad??"
 
 #: src/lib/getcredentialsjob.cpp:68
 #, kde-format
 msgid "Could not find credentials"
-msgstr ""
+msgstr "Oturum a??ma bilgileri bulunamad??"
 
 #: src/lib/getcredentialsjob.cpp:78
 #, kde-format
 msgid "Could not create auth session"
-msgstr ""
+msgstr "Kimlik do??rulama oturumu olu??turulamad??"
 
 #: src/plugins/kio-webdav/removenetattachjob.cpp:51
 #, kde-format
 msgid "Can't open wallet"
-msgstr ""
+msgstr "C??zdan a????lam??yor"
 
 #~ msgid "Configure..."
 #~ msgstr "Yap??land??r..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-21.12.3/po/zh_CN/kaccounts-integration.po 
new/kaccounts-integration-22.04.0/po/zh_CN/kaccounts-integration.po
--- old/kaccounts-integration-21.12.3/po/zh_CN/kaccounts-integration.po 
2022-03-01 01:15:33.000000000 +0100
+++ new/kaccounts-integration-22.04.0/po/zh_CN/kaccounts-integration.po 
2022-04-15 02:20:08.000000000 +0200
@@ -9,7 +9,7 @@
 "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-02-26 05:19\n"
+"PO-Revision-Date: 2022-04-14 15:36\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-21.12.3/src/declarative/CMakeLists.txt 
new/kaccounts-integration-22.04.0/src/declarative/CMakeLists.txt
--- old/kaccounts-integration-21.12.3/src/declarative/CMakeLists.txt    
2022-02-27 18:52:54.000000000 +0100
+++ new/kaccounts-integration-22.04.0/src/declarative/CMakeLists.txt    
2022-04-12 23:11:22.000000000 +0200
@@ -1,9 +1,10 @@
-add_library(kaccountsdeclarativeplugin SHARED kaccountsdeclarativeplugin.cpp)
+ecm_add_qml_module(kaccountsdeclarativeplugin URI "org.kde.kaccounts" VERSION 
1.2)
+
+target_sources(kaccountsdeclarativeplugin PRIVATE 
kaccountsdeclarativeplugin.cpp)
 
 target_link_libraries(kaccountsdeclarativeplugin Qt5::Qml
                                                  KF5::I18n
                                                  kaccounts
                                                  )
 
-install(TARGETS kaccountsdeclarativeplugin DESTINATION 
${KDE_INSTALL_QMLDIR}/org/kde/kaccounts)
-install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/kaccounts)
+ecm_finalize_qml_module(kaccountsdeclarativeplugin DESTINATION 
${KDE_INSTALL_QMLDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-21.12.3/src/declarative/qmldir 
new/kaccounts-integration-22.04.0/src/declarative/qmldir
--- old/kaccounts-integration-21.12.3/src/declarative/qmldir    2022-02-27 
18:52:54.000000000 +0100
+++ new/kaccounts-integration-22.04.0/src/declarative/qmldir    1970-01-01 
01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-module org.kde.kaccounts
-
-plugin kaccountsdeclarativeplugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-21.12.3/src/kcm/kcm_kaccounts.desktop 
new/kaccounts-integration-22.04.0/src/kcm/kcm_kaccounts.desktop
--- old/kaccounts-integration-21.12.3/src/kcm/kcm_kaccounts.desktop     
2022-02-27 18:52:54.000000000 +0100
+++ new/kaccounts-integration-22.04.0/src/kcm/kcm_kaccounts.desktop     
2022-04-12 23:11:22.000000000 +0200
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Exec=systemsettings5 kcm_kaccounts
-Icon=applications-internet
+Icon=preferences-online-accounts
 Type=Service
 
 X-KDE-ServiceTypes=KCModule
@@ -98,10 +98,12 @@
 Comment[zh_TW]=???????????????????????????????????? Google, Live, Owncloud ???
 
 
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[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
+X-KDE-Keywords[de]=Netzwerk,Abgleich,Konten,Zug??nge
 
X-KDE-Keywords[el]=????????????,google,live,owncloud,sync,????????????????????????,??????????????????????,????????????????????????,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar
 
X-KDE-Keywords[en_GB]=network,google,live,owncloud,sync,online,accounts,synchronisation,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar
 X-KDE-Keywords[es]=red,google,live,owncloud,sincronizar,en 
l??nea,cuentas,sincronizaci??n,opendesktop,nextcloud,youtube,drive,hangouts,gmail,calendario
 de google
@@ -116,11 +118,13 @@
 
X-KDE-Keywords[nl]=netwerk,google,live,owncloud,sync,online,accounts,synchronisatie,opendesktop,nextcloud,youtube,station,hangouts,gmail,google-agenda
 
X-KDE-Keywords[nn]=nettverk,google,live,owncloud,synk,nett,kontoar,synkronisering,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar, google kalender
 X-KDE-Keywords[pl]=sie??,google,na ??ywo,owncloud,synchronizacja,w 
sieci,konta,synchronizacja,opendesktop,nextcloud,youtube,dysk,hangouts,gmail,kalendarz
 google
+X-KDE-Keywords[pt]=rede,google,live,owncloud,sincronizar,online,contas,sincroniza????o,opendesktop,nextcloud,youtube,drive,hangouts,gmail,calend??rio
 da google
 
X-KDE-Keywords[pt_BR]=rede,google,live,owncloud,sincronizar,online,contas,sincroniza????o,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar
 
X-KDE-Keywords[ro]=re??ea,google,live,owncloud,sincronizare,online,conturi,sincronizeaz??,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar,calendar google
-X-KDE-Keywords[sk]=sie??,google,live,owncloud,sync,online,????ty,synchroniz??cia,opendesktop,nextcloud,youtube,disk,hangouts,gmail,google
 calendar
+X-KDE-Keywords[ru]=network,google,live,owncloud,sync,online,accounts,synchronization,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar,????????,??????????????????????????,?????????????? 
????????????,????????,?????????????????? google
 
X-KDE-Keywords[sl]=omre??je,google,live,owncloud,sync,online,ra??uni,sinhronizacija,opendesktop,nextcloud,youtube,pogon,hangouts,gmail,google
 calendar
 
X-KDE-Keywords[sv]=n??tverk,google,direkt,owncloud,synkronisera,uppkopplad,konton,synkronisering,opendesktop,nextcloud,youtube,enhet,hangouts,gmail,google
 kalender
+X-KDE-Keywords[tr]=a??,google,live,oncloud,e??zamanla,sync,??evrimi??i,online,hesaplar,e??zamanlama,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 takvim
 
X-KDE-Keywords[uk]=network,google,live,owncloud,sync,online,accounts,synchronization,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 
calendar,????????????,????????,????????,????????????????,??????????????????????????,????????????????????????????,????????????????,??????????????????
 
??????????,????????????,????????????????????????,????????????????????,????????,????????,????????????????,??????????,????????????????
 ????????
 
X-KDE-Keywords[x-test]=xxnetworkxx,xxgooglexx,xxlivexx,xxowncloudxx,xxsyncxx,xxonlinexx,xxaccountsxx,xxsynchronizationxx,xxopendesktopxx,xxnextcloudxx,xxyoutubexx,xxdrivexx,xxhangoutsxx,xxgmailxx,xxgoogle
 calendarxx
 
X-KDE-Keywords[zh_CN]=network,google,live,owncloud,sync,online,accounts,synchronization,opendesktop,nextcloud,youtube,drive,hangouts,gmail,google
 calendar,??????,??????,????????????,??????,???????????????,??????,??????,??????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-21.12.3/src/kcm/package/metadata.desktop 
new/kaccounts-integration-22.04.0/src/kcm/package/metadata.desktop
--- old/kaccounts-integration-21.12.3/src/kcm/package/metadata.desktop  
2022-02-27 18:52:54.000000000 +0100
+++ new/kaccounts-integration-22.04.0/src/kcm/package/metadata.desktop  
2022-04-12 23:11:22.000000000 +0200
@@ -74,6 +74,7 @@
 Comment[sk]=Pridajte svoje online ????ty
 Comment[sl]=Dodaj va?? spletni ra??uni
 Comment[sv]=L??gg till dina n??tkonton
+Comment[tr]=??evrimi??i Hesaplar??n??z?? Ekleyin
 Comment[uk]=?????????????????? ?????????? ?????????????????? ??????????????
 Comment[x-test]=xxAdd Your Online Accountsxx
 Comment[zh_CN]=??????????????????
@@ -81,7 +82,7 @@
 
 Encoding=UTF-8
 Type=Service
-Icon=applications-internet
+Icon=preferences-online-accounts
 X-KDE-ServiceTypes=KCModule
 X-KDE-PluginInfo-Author=Martin Klapetek
 [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-21.12.3/src/kded/kded_accounts.json 
new/kaccounts-integration-22.04.0/src/kded/kded_accounts.json
--- old/kaccounts-integration-21.12.3/src/kded/kded_accounts.json       
2022-02-27 18:52:54.000000000 +0100
+++ new/kaccounts-integration-22.04.0/src/kded/kded_accounts.json       
2022-04-12 23:11:22.000000000 +0200
@@ -1,6 +1,7 @@
 {
     "KPlugin": {
         "Description": "Accounts management",
+        "Description[ar]": "?????????? ????????????????",
         "Description[ast]": "Xesti??n de cuentes",
         "Description[az]": "??stiifad????i Hesablar?? Meneceri",
         "Description[ca@valencia]": "Gestor de comptes",
@@ -37,6 +38,7 @@
         "Description[zh_CN]": "????????????",
         "Description[zh_TW]": "????????????",
         "Name": "Accounts",
+        "Name[ar]": "????????????????",
         "Name[ast]": "Cuentes",
         "Name[az]": "??stifad????i Hesablar??",
         "Name[ca@valencia]": "Comptes",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-21.12.3/src/lib/KAccountsMacros.cmake 
new/kaccounts-integration-22.04.0/src/lib/KAccountsMacros.cmake
--- old/kaccounts-integration-21.12.3/src/lib/KAccountsMacros.cmake     
2022-02-27 18:52:54.000000000 +0100
+++ new/kaccounts-integration-22.04.0/src/lib/KAccountsMacros.cmake     
2022-04-12 23:11:22.000000000 +0200
@@ -9,9 +9,9 @@
     if(NOT INTLTOOL_MERGE)
         message(FATAL_ERROR "Could not find required intltool-merge 
executable.")
     endif()
-    execute_process(COMMAND intltool-merge -x -u --no-translations 
${provider_in_file} ${provider_file} RESULT_VARIABLE intltool_output 
ERROR_VARIABLE intltool_error)
+    execute_process(COMMAND ${INTLTOOL_MERGE} -x -u --no-translations 
${provider_in_file} ${provider_file} RESULT_VARIABLE intltool_output 
ERROR_VARIABLE intltool_error)
     if(NOT intltool_output EQUAL 0)
-        message(FATAL_ERROR "error processing ${provider_in_file}: 
${intltool_output} ${intltool_error}")
+        message(FATAL_ERROR "error processing ${provider_in_file} with 
${INTLTOOL_MERGE}: ${intltool_output} ${intltool_error}")
     endif()
     # The suffix must match whatever we set for $XDG_CURRENT_DESKTOP
     install(FILES ${provider_file} DESTINATION 
${CMAKE_INSTALL_DATADIR}/accounts/providers/kde/)
@@ -28,9 +28,9 @@
     if(NOT INTLTOOL_MERGE)
         message(FATAL_ERROR "Could not find required intltool-merge 
executable.")
     endif()
-    execute_process(COMMAND intltool-merge -x -u --no-translations 
${service_file_in} ${service_file} RESULT_VARIABLE intltool_output 
ERROR_VARIABLE intltool_error)
+    execute_process(COMMAND ${INTLTOOL_MERGE} -x -u --no-translations 
${service_file_in} ${service_file} RESULT_VARIABLE intltool_output 
ERROR_VARIABLE intltool_error)
     if(NOT intltool_output EQUAL 0)
-        message(FATAL_ERROR "error processing  ${service_file_in}: 
${intltool_output} ${intltool_error}")
+        message(FATAL_ERROR "error processing ${service_file_in} with 
${INTLTOOL_MERGE}: ${intltool_output} ${intltool_error}")
     endif()
     # The suffix must match whatever we set for $XDG_CURRENT_DESKTOP
     install(FILES ${service_file} DESTINATION 
${CMAKE_INSTALL_DATADIR}/accounts/services/kde/)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-21.12.3/src/plugins/kio-webdav/kio-webdav.json 
new/kaccounts-integration-22.04.0/src/plugins/kio-webdav/kio-webdav.json
--- old/kaccounts-integration-21.12.3/src/plugins/kio-webdav/kio-webdav.json    
2022-02-27 18:52:54.000000000 +0100
+++ new/kaccounts-integration-22.04.0/src/plugins/kio-webdav/kio-webdav.json    
2022-04-12 23:11:22.000000000 +0200
@@ -1,9 +1,10 @@
 {
     "KPlugin": {
         "Description": "Mount WebDAV shares with KIO",
+        "Description[ar]": "?????? ?????????? ?????? ?????? ???????????? KIO",
         "Description[ast]": "Monta comparticiones de WebDAV con KIO",
         "Description[az]": "K??O il?? WebDAV payla????mlar??n?? qo??un",
-        "Description[ca@valencia]": "Munta comparticions WebDAV amb el 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",
         "Description[da]": "Mont??r WebDAV-ressourcer med KIO",
@@ -28,7 +29,6 @@
         "Description[pt_BR]": "Montar compartilhamentos WebDAV com KIO",
         "Description[ro]": "Monteaz?? partaj??ri WebDAV cu KIO",
         "Description[ru]": "?????????????????????? ???????????????? WebDAV ?? 
???????????????????????????? KIO",
-        "Description[sk]": "Pripoji?? WebDAV zdie??ania s KIO",
         "Description[sl]": "Mount WebDAV sodeluje s KIO",
         "Description[sv]": "Montera delade WebDAV-resurser med KIO",
         "Description[uk]": "???????????????????? ???????????????? 
???????????????? WebDAV ???? ?????????????????? KIO",
@@ -40,6 +40,7 @@
         "Id": "kaccounts_kio_webdav",
         "License": "GPL",
         "Name": "KIO WebDAV",
+        "Name[ar]": "?????? ?????? ??????",
         "Name[ast]": "WebDAV pa KIO",
         "Name[az]": "KIO WebDAV",
         "Name[ca@valencia]": "KIO WebDAV",
@@ -67,7 +68,6 @@
         "Name[pt_BR]": "KIO WebDAV",
         "Name[ro]": "KIO WebDAV",
         "Name[ru]": "KIO WebDAV",
-        "Name[sk]": "KIO WebDAV",
         "Name[sl]": "KIO WebDAV",
         "Name[sv]": "KIO WebDAV",
         "Name[uk]": "KIO WebDAV",

Reply via email to