Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma5-thunderbolt for openSUSE:Factory checked in at 2022-02-07 23:37:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-thunderbolt (Old) and /work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-thunderbolt" Mon Feb 7 23:37:24 2022 rev:45 rq:951905 version:5.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-thunderbolt/plasma5-thunderbolt.changes 2022-01-11 21:20:54.185027763 +0100 +++ /work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.1898/plasma5-thunderbolt.changes 2022-02-07 23:38:10.246411451 +0100 @@ -1,0 +2,23 @@ +Sat Feb 5 19:51:02 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.24.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.24.0 +- No code changes since 5.23.90 + +------------------------------------------------------------------- +Thu Jan 13 20:30:33 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.23.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.23.90 +- Changes since 5.23.5: + * Port KCM to new metadata approach + * Remove unneeded X-Plasma-API from KCM metadata + * Add FreeBSD CI + * Add Linux CI + * Add .kde-ci.yml + +------------------------------------------------------------------- Old: ---- plasma-thunderbolt-5.23.5.tar.xz plasma-thunderbolt-5.23.5.tar.xz.sig New: ---- plasma-thunderbolt-5.24.0.tar.xz plasma-thunderbolt-5.24.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-thunderbolt.spec ++++++ --- /var/tmp/diff_new_pack.hykByg/_old 2022-02-07 23:38:10.850407318 +0100 +++ /var/tmp/diff_new_pack.hykByg/_new 2022-02-07 23:38:10.854407290 +0100 @@ -21,17 +21,17 @@ %define kf5_version 5.40.0 %define qt5_version 5.10.0 -%bcond_without lang +%bcond_without released Name: plasma5-thunderbolt -Version: 5.23.5 +Version: 5.24.0 Release: 0 Summary: Plasma frontend for Thunderbolt 3 security levels License: GPL-2.0-or-later Group: Productivity/Security URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/plasma-thunderbolt-%{version}.tar.xz -%if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/plasma-thunderbolt-%{version}.tar.xz.sig +Source: plasma-thunderbolt-%{version}.tar.xz +%if %{with released} +Source1: plasma-thunderbolt-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= %{kf5_version} @@ -71,7 +71,7 @@ %install %make_install -C build -%if %{with lang} +%if %{with released} %find_lang kcm_bolt %{name}.lang %find_lang kded_bolt %{name}.lang %endif @@ -79,17 +79,19 @@ %files %license LICENSES/* %{_libdir}/libkbolt.so -%dir %{_kf5_plugindir}/kcms/ -%{_kf5_plugindir}/kcms/kcm_bolt.so +%dir %{_kf5_plugindir}/plasma +%dir %{_kf5_plugindir}/plasma/kcms +%dir %{_kf5_plugindir}/plasma/kcms/systemsettings +%{_kf5_plugindir}/plasma/kcms/systemsettings/kcm_bolt.so %dir %{_kf5_plugindir}/kf5/kded %{_kf5_plugindir}/kf5/kded/kded_bolt.so %{_kf5_notifydir}/kded_bolt.notifyrc %dir %{_kf5_sharedir}/kpackage %dir %{_kf5_sharedir}/kpackage/kcms %{_kf5_sharedir}/kpackage/kcms/kcm_bolt -%{_kf5_servicesdir}/kcm_bolt.desktop +%{_kf5_applicationsdir}/kcm_bolt.desktop -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++++++ plasma-thunderbolt-5.23.5.tar.xz -> plasma-thunderbolt-5.24.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/.gitignore new/plasma-thunderbolt-5.24.0/.gitignore --- old/plasma-thunderbolt-5.23.5/.gitignore 2022-01-04 10:08:11.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/.gitignore 2022-02-03 15:43:20.000000000 +0100 @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: none # SPDX-License-Identifier: CC0-1.0 -build +/build* *.kdev4 .kdev4 .*.swp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/.gitlab-ci.yml new/plasma-thunderbolt-5.24.0/.gitlab-ci.yml --- old/plasma-thunderbolt-5.23.5/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/.gitlab-ci.yml 2022-02-03 15:43:20.000000000 +0100 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - 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/plasma-thunderbolt-5.23.5/.kde-ci.yml new/plasma-thunderbolt-5.24.0/.kde-ci.yml --- old/plasma-thunderbolt-5.23.5/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/.kde-ci.yml 2022-02-03 15:43:20.000000000 +0100 @@ -0,0 +1,15 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@latest' + 'frameworks/kconfig': '@latest' + 'frameworks/kcoreaddons': '@latest' + 'frameworks/kdbusaddons': '@latest' + 'frameworks/kdeclarative': '@latest' + 'frameworks/ki18n': '@latest' + 'frameworks/knotifications': '@latest' + 'frameworks/kpackage': '@latest' + 'frameworks/kcmutils': '@latest' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/CMakeLists.txt new/plasma-thunderbolt-5.24.0/CMakeLists.txt --- old/plasma-thunderbolt-5.23.5/CMakeLists.txt 2022-01-04 10:08:30.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/CMakeLists.txt 2022-02-03 15:43:39.000000000 +0100 @@ -6,9 +6,9 @@ ################################################# # Dependencies - -set(QT5_VERSION "5.10") -set(KF5_VERSION "5.70") +set(QT_MIN_VERSION "5.15.0") +set(KF5_VERSION "5.86") +set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF5_VERSION} REQUIRED) @@ -23,9 +23,7 @@ include(CheckIncludeFiles) include(CheckSymbolExists) include(FeatureSummary) -if(ECM_VERSION VERSION_GREATER_EQUAL 5.79) - include(KDEGitCommitHooks) -endif() +include(KDEGitCommitHooks) kde_enable_exceptions() @@ -54,6 +52,7 @@ ################################################# add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050c00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800) if (BUILD_TESTING) add_subdirectory(autotests) @@ -65,9 +64,7 @@ # add clang-format target for all our real source files file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) -if(ECM_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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/ar/kcm_bolt.po new/plasma-thunderbolt-5.24.0/po/ar/kcm_bolt.po --- old/plasma-thunderbolt-5.23.5/po/ar/kcm_bolt.po 2022-01-04 10:08:12.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/ar/kcm_bolt.po 2022-02-03 15:43:22.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: plasma-thunderbolt\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-04 00:21+0000\n" -"PO-Revision-Date: 2021-07-05 23:03+0400\n" +"PO-Revision-Date: 2021-12-08 21:16+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" "Language: ar\n" @@ -31,12 +31,12 @@ #: kcm_bolt.cpp:70 #, kde-format msgid "Thunderbolt Device Management" -msgstr "" +msgstr "?????????? ???????? ???????? ????????" #: kcm_bolt.cpp:72 #, kde-format msgid "System Settings module for managing Thunderbolt devices." -msgstr "" +msgstr "???????? ?????????????? ???????????? ???????????? ???????? ???????? ????????." #: kcm_bolt.cpp:74 #, kde-format @@ -46,12 +46,12 @@ #: package/contents/ui/DeviceList.qml:27 #, kde-format msgid "Enable Thunderbolt devices" -msgstr "" +msgstr "?????? ?????????? ????????????????" #: package/contents/ui/DeviceList.qml:61 #, kde-format msgid "No Thunderbolt devices connected" -msgstr "" +msgstr "???? ???????? ?????????? ???????????????? ??????????" #: package/contents/ui/DeviceView.qml:64 #, kde-format @@ -71,17 +71,17 @@ #: package/contents/ui/DeviceView.qml:77 #, kde-format msgid "Authorized at:" -msgstr "" +msgstr "???????? ????:" #: package/contents/ui/DeviceView.qml:82 #, kde-format msgid "Connected at:" -msgstr "" +msgstr "???????? ????:" #: package/contents/ui/DeviceView.qml:87 #, kde-format msgid "Enrolled at:" -msgstr "" +msgstr "???????? ????:" #: package/contents/ui/DeviceView.qml:91 #, kde-format @@ -101,7 +101,7 @@ #: package/contents/ui/DeviceView.qml:101 #, kde-format msgid "Authorizing..." -msgstr "" +msgstr "????????..." #: package/contents/ui/DeviceView.qml:101 #, kde-format @@ -112,22 +112,22 @@ #: package/contents/ui/DeviceView.qml:132 #, kde-format msgid "Failed to enroll device <b>%1</b>: %2" -msgstr "" +msgstr "?????? ???? ?????????? ???????????? <b>%1</b>:??? %2" #: package/contents/ui/DeviceView.qml:119 #, kde-format msgid "Trust this Device" -msgstr "" +msgstr "???? ???? ?????? ????????????" #: package/contents/ui/DeviceView.qml:140 #, kde-format msgid "Revoke Trust" -msgstr "" +msgstr "???????? ??????????" #: package/contents/ui/DeviceView.qml:152 #, kde-format msgid "Error changing device trust: <b>%1</b>: %2" -msgstr "" +msgstr "?????? ???? ?????????? ?????? ???????????? <b>%1</b>:??? %2" #: package/contents/ui/DeviceView.qml:169 #, kde-format @@ -135,6 +135,7 @@ "Hint: trusted device will be automatically authorized the next time it is " "connected to the computer." msgstr "" +"??????????: ?????????? ???????????????? ???????????? ?????????????? ???? ???? ?????????? ?????????????? ?????? ???????? ????????????????." #: package/contents/ui/DeviceView.qml:170 #, kde-format @@ -142,23 +143,24 @@ "Hint: an untrusted device needs to be manually authorized each time it is " "connected to the computer." msgstr "" +"??????????: ?????? ?????????? ???????????? ?????? ?????????????? ???? ???????????? ???? ???? ?????? ?????? ???????????? ????????????????." #: package/contents/ui/main.qml:18 #, kde-format msgid "" "This module allows you to manage Thunderbolt devices connected to your " "computer." -msgstr "" +msgstr "?????? ???? ?????? ???????????? ???????????? ?????????? ???????????????? ?????????????? ??????????????." #: package/contents/ui/main.qml:40 #, kde-format msgid "Thunderbolt support has been disabled in BIOS" -msgstr "" +msgstr "?????? ?????? ???????????????? ???? ??????????????" #: package/contents/ui/main.qml:45 #, kde-format msgid "Thunderbolt subsystem is not available" -msgstr "" +msgstr "???????????? ???????????? ?????????????????? ?????? ??????????" #: package/contents/ui/utils.js:16 msgid "Disconnected" @@ -186,7 +188,7 @@ #: package/contents/ui/utils.js:31 msgid "Connected & Authorized" -msgstr "" +msgstr "?????????? ????????????" #: package/contents/ui/utils.js:38 msgid "Trusted" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/ar/kded_bolt.po new/plasma-thunderbolt-5.24.0/po/ar/kded_bolt.po --- old/plasma-thunderbolt-5.23.5/po/ar/kded_bolt.po 2022-01-04 10:08:12.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/ar/kded_bolt.po 2022-02-03 15:43:22.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: plasma-thunderbolt\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-04 00:21+0000\n" -"PO-Revision-Date: 2021-07-05 23:02+0400\n" +"PO-Revision-Date: 2021-12-08 21:21+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" "Language: ar\n" @@ -28,7 +28,7 @@ msgid "" "Unauthorized Thunderbolt device <b>%1</b> was detected. Do you want to " "authorize it?" -msgstr "" +msgstr "?????????? ???????? ???????????????? <b>%1</b> ?????? ????????. ???? ???????? ??????????????" #: kded_bolt.cpp:70 #, kde-format @@ -37,29 +37,29 @@ msgid_plural "" "%1 unauthorized Thunderbolt devices were detected. Do you want to authorize " "them?" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +msgstr[0] "?????????? ???????? ???????????????? ?????? ????????. ???? ???????? ??????????????" +msgstr[1] "?????????? ???????? ???????????????? ?????? ????????. ???? ???????? ??????????????" +msgstr[2] "?????????? ???????????? ???????????????? ?????? ????????????. ???? ???????? ??????????????" +msgstr[3] "?????????? %1 ?????????? ???????????????? ?????? ??????????. ???? ???????? ??????????????" +msgstr[4] "?????????? %1 ???????? ???????????????? ?????? ????????. ???? ???????? ??????????????" +msgstr[5] "?????????? %1 ???????? ???????????????? ?????? ????????. ???? ???????? ??????????????" #: kded_bolt.cpp:77 #, kde-format msgid "Authorize Now" -msgstr "" +msgstr "???????? ????????" #: kded_bolt.cpp:77 #, kde-format msgid "Authorize Permanently" -msgstr "" +msgstr "???????? ???????? ????????" #: kded_bolt.cpp:128 #, kde-format msgid "Thunderbolt Device Authorization Error" -msgstr "" +msgstr "?????? ???? ?????????? ???????? ????????????????" #: kded_bolt.cpp:129 #, kde-format msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2" -msgstr "" \ No newline at end of file +msgstr "?????? ???? ?????????? ???????? ???????????????? <b>%1</b>:??? %2" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/ia/kcm_bolt.po new/plasma-thunderbolt-5.24.0/po/ia/kcm_bolt.po --- old/plasma-thunderbolt-5.23.5/po/ia/kcm_bolt.po 2022-01-04 10:08:20.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/ia/kcm_bolt.po 2022-02-03 15:43:29.000000000 +0100 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the plasma-thunderbolt package. # -# Giovanni Sora <g.s...@tiscali.it>, 2019, 2020. +# giovanni <g.s...@tiscali.it>, 2021. msgid "" msgstr "" "Project-Id-Version: plasma-thunderbolt\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-04 00:21+0000\n" -"PO-Revision-Date: 2020-05-05 14:10+0200\n" -"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n" +"PO-Revision-Date: 2021-12-22 22:31+0100\n" +"Last-Translator: giovanni <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-...@kde.org>\n" "Language: ia\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 1.5\n" +"X-Generator: Lokalize 21.12.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/ia/kded_bolt.po new/plasma-thunderbolt-5.24.0/po/ia/kded_bolt.po --- old/plasma-thunderbolt-5.23.5/po/ia/kded_bolt.po 2022-01-04 10:08:20.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/ia/kded_bolt.po 2022-02-03 15:43:29.000000000 +0100 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the plasma-thunderbolt package. # -# Giovanni Sora <g.s...@tiscali.it>, 2019, 2020. +# giovanni <g.s...@tiscali.it>, 2021. msgid "" msgstr "" "Project-Id-Version: plasma-thunderbolt\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-04 00:21+0000\n" -"PO-Revision-Date: 2020-11-04 21:17+0100\n" -"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n" +"PO-Revision-Date: 2021-12-22 22:31+0100\n" +"Last-Translator: giovanni <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-...@kde.org>\n" "Language: ia\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.0\n" #: kded_bolt.cpp:67 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/pa/kcm_bolt.po new/plasma-thunderbolt-5.24.0/po/pa/kcm_bolt.po --- old/plasma-thunderbolt-5.23.5/po/pa/kcm_bolt.po 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/pa/kcm_bolt.po 2022-02-03 15:43:34.000000000 +0100 @@ -0,0 +1,192 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the plasma-thunderbolt package. +# +# A S Alam <aa...@satluj.org>, 2022. +msgid "" +msgstr "" +"Project-Id-Version: plasma-thunderbolt\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2021-05-04 00:21+0000\n" +"PO-Revision-Date: 2022-01-03 11:16-0800\n" +"Last-Translator: A S Alam <aa...@satluj.org>\n" +"Language-Team: Punjabi <punjabi-us...@lists.sf.net>\n" +"Language: pa\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 21.04.3\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "????????????????????? ???????????? ????????? ????????????" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "alam yellow @gmail.com" + +#: kcm_bolt.cpp:70 +#, kde-format +msgid "Thunderbolt Device Management" +msgstr "???????????????????????? ?????????????????? ??????????????????" + +#: kcm_bolt.cpp:72 +#, kde-format +msgid "System Settings module for managing Thunderbolt devices." +msgstr "???????????????????????? ???????????????????????? ?????? ?????????????????? ??????????????? ??????????????? ?????????????????? ??????????????????" + +#: kcm_bolt.cpp:74 +#, kde-format +msgid "Daniel Vr??til" +msgstr "" + +#: package/contents/ui/DeviceList.qml:27 +#, kde-format +msgid "Enable Thunderbolt devices" +msgstr "???????????????????????? ?????????????????? ??????????????? ?????????" + +#: package/contents/ui/DeviceList.qml:61 +#, kde-format +msgid "No Thunderbolt devices connected" +msgstr "????????? ???????????????????????? ?????????????????? ??????????????? ???????????? ??????" + +#: package/contents/ui/DeviceView.qml:64 +#, kde-format +msgid "Vendor:" +msgstr "???????????????:" + +#: package/contents/ui/DeviceView.qml:68 +#, kde-format +msgid "UID:" +msgstr "UID:" + +#: package/contents/ui/DeviceView.qml:72 +#, kde-format +msgid "Status:" +msgstr "????????????:" + +#: package/contents/ui/DeviceView.qml:77 +#, kde-format +msgid "Authorized at:" +msgstr "?????? ???????????? ???????????????????????? ??????:" + +#: package/contents/ui/DeviceView.qml:82 +#, kde-format +msgid "Connected at:" +msgstr "?????? ?????? ??????????????? ??????:" + +#: package/contents/ui/DeviceView.qml:87 +#, kde-format +msgid "Enrolled at:" +msgstr "?????? ?????? ??????????????? ????????????:" + +#: package/contents/ui/DeviceView.qml:91 +#, kde-format +msgid "Yes" +msgstr "?????????" + +#: package/contents/ui/DeviceView.qml:91 +#, kde-format +msgid "No" +msgstr "????????????" + +#: package/contents/ui/DeviceView.qml:92 +#, kde-format +msgid "Trusted:" +msgstr "????????????????????????:" + +#: package/contents/ui/DeviceView.qml:101 +#, kde-format +msgid "Authorizing..." +msgstr "...????????????????????? ???????????? ?????? ???????????? ??????" + +#: package/contents/ui/DeviceView.qml:101 +#, kde-format +msgid "Authorize" +msgstr "?????????????????????" + +#: package/contents/ui/DeviceView.qml:112 +#: package/contents/ui/DeviceView.qml:132 +#, kde-format +msgid "Failed to enroll device <b>%1</b>: %2" +msgstr "<b>%1</b> ?????????????????? ??????????????? ??????????????? ?????? ??????????????? ??????: %2" + +#: package/contents/ui/DeviceView.qml:119 +#, kde-format +msgid "Trust this Device" +msgstr "?????? ?????????????????? ???????????????????????? ??????" + +#: package/contents/ui/DeviceView.qml:140 +#, kde-format +msgid "Revoke Trust" +msgstr "??????????????? ???????????? ?????????" + +#: package/contents/ui/DeviceView.qml:152 +#, kde-format +msgid "Error changing device trust: <b>%1</b>: %2" +msgstr "" + +#: package/contents/ui/DeviceView.qml:169 +#, kde-format +msgid "" +"Hint: trusted device will be automatically authorized the next time it is " +"connected to the computer." +msgstr "" + +#: package/contents/ui/DeviceView.qml:170 +#, kde-format +msgid "" +"Hint: an untrusted device needs to be manually authorized each time it is " +"connected to the computer." +msgstr "" + +#: package/contents/ui/main.qml:18 +#, kde-format +msgid "" +"This module allows you to manage Thunderbolt devices connected to your " +"computer." +msgstr "" + +#: package/contents/ui/main.qml:40 +#, kde-format +msgid "Thunderbolt support has been disabled in BIOS" +msgstr "" + +#: package/contents/ui/main.qml:45 +#, kde-format +msgid "Thunderbolt subsystem is not available" +msgstr "" + +#: package/contents/ui/utils.js:16 +msgid "Disconnected" +msgstr "?????????-??????????????? ??????" + +#: package/contents/ui/utils.js:18 +msgid "Connecting" +msgstr "??????????????? ???????????? ?????? ???????????? ??????" + +#: package/contents/ui/utils.js:20 +msgid "Connected" +msgstr "??????????????? ??????" + +#: package/contents/ui/utils.js:23 +msgid "Authorization Error" +msgstr "??????????????????????????? ????????????" + +#: package/contents/ui/utils.js:25 +msgid "Authorizing" +msgstr "????????????????????? ???????????? ?????? ???????????? ??????" + +#: package/contents/ui/utils.js:29 +msgid "Reduced Functionality" +msgstr "" + +#: package/contents/ui/utils.js:31 +msgid "Connected & Authorized" +msgstr "??????????????? ?????? ????????????????????? ??????" + +#: package/contents/ui/utils.js:38 +msgid "Trusted" +msgstr "????????????????????????" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/pa/kded_bolt.po new/plasma-thunderbolt-5.24.0/po/pa/kded_bolt.po --- old/plasma-thunderbolt-5.23.5/po/pa/kded_bolt.po 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/pa/kded_bolt.po 2022-02-03 15:43:34.000000000 +0100 @@ -0,0 +1,60 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the plasma-thunderbolt package. +# +# A S Alam <aa...@satluj.org>, 2022. +msgid "" +msgstr "" +"Project-Id-Version: plasma-thunderbolt\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2021-05-04 00:21+0000\n" +"PO-Revision-Date: 2022-01-03 11:17-0800\n" +"Last-Translator: A S Alam <aa...@satluj.org>\n" +"Language-Team: Punjabi <punjabi-us...@lists.sf.net>\n" +"Language: pa\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 21.04.3\n" + +#: kded_bolt.cpp:67 +#, kde-format +msgid "New Thunderbolt Device Detected" +msgstr "???????????? ???????????????????????? ?????????????????? ??????????????? ??????" + +#: kded_bolt.cpp:68 +#, kde-format +msgid "" +"Unauthorized Thunderbolt device <b>%1</b> was detected. Do you want to " +"authorize it?" +msgstr "" + +#: kded_bolt.cpp:70 +#, kde-format +msgid "" +"%1 unauthorized Thunderbolt device was detected. Do you want to authorize it?" +msgid_plural "" +"%1 unauthorized Thunderbolt devices were detected. Do you want to authorize " +"them?" +msgstr[0] "" +msgstr[1] "" + +#: kded_bolt.cpp:77 +#, kde-format +msgid "Authorize Now" +msgstr "???????????? ????????????????????? ?????????" + +#: kded_bolt.cpp:77 +#, kde-format +msgid "Authorize Permanently" +msgstr "???????????? ????????? ???????????? ????????????????????? ?????????" + +#: kded_bolt.cpp:128 +#, kde-format +msgid "Thunderbolt Device Authorization Error" +msgstr "???????????????????????? ?????????????????? ??????????????????????????? ????????????" + +#: kded_bolt.cpp:129 +#, kde-format +msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2" +msgstr "" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/sl/kded_bolt.po new/plasma-thunderbolt-5.24.0/po/sl/kded_bolt.po --- old/plasma-thunderbolt-5.23.5/po/sl/kded_bolt.po 2022-01-04 10:08:26.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/sl/kded_bolt.po 2022-02-03 15:43:36.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: plasma-thunderbolt\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-04 00:21+0000\n" -"PO-Revision-Date: 2021-09-14 10:43+0200\n" +"PO-Revision-Date: 2021-12-29 09:21+0100\n" "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" "Language: sl\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 3.0.1\n" #: kded_bolt.cpp:67 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/zh_CN/kcm_bolt.po new/plasma-thunderbolt-5.24.0/po/zh_CN/kcm_bolt.po --- old/plasma-thunderbolt-5.23.5/po/zh_CN/kcm_bolt.po 2022-01-04 10:08:30.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/zh_CN/kcm_bolt.po 2022-02-03 15:43:39.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-04 00:21+0000\n" -"PO-Revision-Date: 2021-12-22 14:10\n" +"PO-Revision-Date: 2022-01-08 15:23\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -14,8 +14,8 @@ "X-Crowdin-Project: kdeorg\n" "X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-stable/messages/plasma-thunderbolt/kcm_bolt.pot\n" -"X-Crowdin-File-ID: 10978\n" +"X-Crowdin-File: /kf5-trunk/messages/plasma-thunderbolt/kcm_bolt.pot\n" +"X-Crowdin-File-ID: 10622\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/po/zh_CN/kded_bolt.po new/plasma-thunderbolt-5.24.0/po/zh_CN/kded_bolt.po --- old/plasma-thunderbolt-5.23.5/po/zh_CN/kded_bolt.po 2022-01-04 10:08:30.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/po/zh_CN/kded_bolt.po 2022-02-03 15:43:39.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-04 00:21+0000\n" -"PO-Revision-Date: 2021-12-22 14:10\n" +"PO-Revision-Date: 2022-01-08 15:23\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -14,8 +14,8 @@ "X-Crowdin-Project: kdeorg\n" "X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-stable/messages/plasma-thunderbolt/kded_bolt.pot\n" -"X-Crowdin-File-ID: 10980\n" +"X-Crowdin-File: /kf5-trunk/messages/plasma-thunderbolt/kded_bolt.pot\n" +"X-Crowdin-File-ID: 10624\n" #: kded_bolt.cpp:67 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/src/kcm/CMakeLists.txt new/plasma-thunderbolt-5.24.0/src/kcm/CMakeLists.txt --- old/plasma-thunderbolt-5.23.5/src/kcm/CMakeLists.txt 2022-01-04 10:08:11.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/src/kcm/CMakeLists.txt 2022-02-03 15:43:20.000000000 +0100 @@ -1,11 +1,12 @@ add_definitions(-DTRANSLATION_DOMAIN=\"kcm_bolt\") include_directories(${CMAKE_CURRENT_BINARY_DIR}) -set(KCM_BOLT_SRCS + +add_library(kcm_bolt MODULE) +target_sources(kcm_bolt PRIVATE kcm_bolt.cpp + kcm_bolt.h ) - -add_library(kcm_bolt MODULE ${KCM_BOLT_SRCS}) set_target_properties(kcm_bolt PROPERTIES CXX_STANDARD 14) target_link_libraries(kcm_bolt KF5::QuickAddons @@ -14,10 +15,8 @@ kbolt ) -kcoreaddons_desktop_to_json(kcm_bolt "kcm_bolt.desktop" SERVICE_TYPES kcmodule.desktop) - -install(FILES kcm_bolt.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}) -install(TARGETS kcm_bolt DESTINATION ${KDE_INSTALL_PLUGINDIR}/kcms) +install(TARGETS kcm_bolt DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/kcms/systemsettings) +install(FILES kcm_bolt.desktop DESTINATION ${KDE_INSTALL_APPDIR}) kpackage_install_package(package kcm_bolt kcms) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/src/kcm/kcm_bolt.desktop new/plasma-thunderbolt-5.24.0/src/kcm/kcm_bolt.desktop --- old/plasma-thunderbolt-5.23.5/src/kcm/kcm_bolt.desktop 2022-01-04 10:08:11.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/src/kcm/kcm_bolt.desktop 2022-02-03 15:43:20.000000000 +0100 @@ -1,12 +1,8 @@ [Desktop Entry] Icon=preferences-desktop-thunderbolt -Type=Service -X-KDE-ServiceTypes=KCModule -X-KDE-Library=kcm_bolt -X-KDE-ParentApp=kcontrol - -X-KDE-System-Settings-Parent-Category=hardware -X-KDE-Weight=120 +Type=Application +Exec=systemsettings kcm_bolt +NoDisplay=true Name=Thunderbolt Name[ar]=???????? ???????? @@ -31,6 +27,7 @@ Name[lt]=Thunderbolt Name[nl]=Thunderbolt Name[nn]=Thunderbolt +Name[pa]=???????????????????????? Name[pl]=Thunderbolt Name[pt]=Thunderbolt Name[pt_BR]=Thunderbolt @@ -43,60 +40,3 @@ Name[x-test]=xxThunderboltxx Name[zh_CN]=???????????? Name[zh_TW]=Thunderbolt -Comment=Thunderbolt Device Management -Comment[ar]=?????????? ???????? ???????? ???????? -Comment[az]=Thunderbolt cihaz?? meneceri -Comment[ca]=Gesti?? de dispositius Thunderbolt -Comment[ca@valencia]=Gesti?? del dispositiu Thunderbolt -Comment[cs]=Spr??va za????zen?? Thunderbolt -Comment[da]=H??ndtering af Thunderbolt-enheder -Comment[de]=Thunderbolt-Ger??teverwaltung -Comment[en_GB]=Thunderbolt Device Management -Comment[es]=Gesti??n de dispositivos Thunderbolt -Comment[et]=Thunderbolti seadme haldamine -Comment[eu]=Thunderbolt gailu kudeaketa -Comment[fi]=Thunderbolt-laitehallinta -Comment[fr]=Gestionnaire de p??riph??riques ????Thunderbolt???? -Comment[gl]=Xesti??n de dispositivos de Thunderbolt -Comment[hu]=Thunderbolt eszk??z??k kezel??se -Comment[ia]=Gestion de dispositivo de Thunderbolt -Comment[id]=Pengelolaan Perangkat Thunderbolt -Comment[it]=Gestione dei dispositivi Thunderbolt -Comment[ko]=Thunderbolt ?????? ?????? -Comment[lt]=Thunderbolt ??rengini?? tvarkymas -Comment[nl]=Thunderbolt apparaatbeheer -Comment[nn]=Handsaming av Thunderbolt-einingar -Comment[pl]=Zarz??dzanie urz??dzeniem Thunderbolt -Comment[pt]=Gest??o de Dispositivos Thunderbolt -Comment[pt_BR]=Gerenciamento de dispositivos Thunderbolt -Comment[ro]=Gestiune dispozitive Thunderbolt -Comment[ru]=???????????????????? ???????????????????????? Thunderbolt -Comment[sk]=Spr??va zariadenia Thunderbolt -Comment[sl]=Upravljanje naprav Thunderbolt -Comment[sv]=Thunderbolt enhetshantering -Comment[uk]=?????????????????? ???????????????????? Thunderbolt -Comment[x-test]=xxThunderbolt Device Managementxx -Comment[zh_CN]=???????????????????????? -Comment[zh_TW]=Thunderbolt ???????????? -X-KDE-Keywords=thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices -X-KDE-Keywords[ca]=thunderbolt,maquinari,dispositiu,protocol,protocol del thunderbolt,transfer??ncia,usb,usb-c,pci-e,dispositius externs -X-KDE-Keywords[en_GB]=thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices -X-KDE-Keywords[es]=thunderbolt,hardware,dispositivo,protocolo,protocolo thunderbolt,transferir,usb,usb-c,pci-e,dispositivos externos -X-KDE-Keywords[eu]=thunderbolt,hardware,gailua,protokoloa,thunderbolt protokoloa, transferentzia,usb,usb-c,pci-e,kanpoko gailuak -X-KDE-Keywords[fi]=thunderbolt,laitteisto,laitteet,laite,yhteysk??yt??nt??,protokolla,thunderbolt-yhteysk??yt??nt??,thunderbolt-protokolla,siirto,usb,usb-c,pci-e,ulkoiset laitteet,ulkoinen laite -X-KDE-Keywords[fr]=thunderbolt, mat??riel, p??riph??rique, protocole, protocole thunderbolt, transfert, usb, usb-c, pci-e, p??riph??riques externes -X-KDE-Keywords[hu]=thunderbolt,hardver,eszk??z,protokoll,thunderbolt protokoll,??tvitel,usb,usb-c, pci-e,k??ls?? eszk??z??k -X-KDE-Keywords[ia]=thunderbolt,hardware,dispositivo,protocollo,protocollo de thunderbolt,transferer,usb,usb-c,pci-e,dispositivos externe -X-KDE-Keywords[ko]=thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,????????????,????????????,????????????,??????,????????????,??????,?????? ?????? -X-KDE-Keywords[nl]=thunderbolt,hardware,apparaat,protocol,thunderbolt-protocol,overdracht,usb,usb-c,pci-e,externe apparaten -X-KDE-Keywords[nn]=thunderbolt,maskinvare,eining,protokoll,thunderbolt-protokoll,overf??ring,usb,usb-c,pci-e,eksterne einingar -X-KDE-Keywords[pl]=thunderbolt,sprz??t,urz??dzenie,protok????,protok???? thunderbolt,przesy??,usb,usb-c,pci-e,urz??dzenia zewn??trzne -X-KDE-Keywords[pt_BR]=thunderbolt,hardware,dispositivo,protocolo,thunderbolt protocolo,transfer??ncia,usb,usb-c,pci-e,dispositivos externos -X-KDE-Keywords[ru]=thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,????????????????????????,????????????????????,????????????????,????????????????,?????????????? ???????????????????? -X-KDE-Keywords[sk]=thunderbolt,hardv??r,zariadenie,protokol,thunderbolt protokol,prenos,usb,usb-c,pci-e,extern?? zariadenia -X-KDE-Keywords[sl]=thunderbolt,strojna oprema,naprava,protokol,protokol thunderbolt,prenos,usb,usb-c,pci-e,zunanje naprave -X-KDE-Keywords[sv]=thunderbolt,maskinvara,enhet,protokoll,thunderbolt-protokoll,??verf??ring,usb,usb-c,pci-e,externa enheter -X-KDE-Keywords[uk]=thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,????????????????????,????????????????????,????????????????,????????????????????,????????????????,???????????????? ????????????????????,??????????????????????,??????????,???????????????? ???????????????? -X-KDE-Keywords[x-test]=xxthunderboltxx,xxhardwarexx,xxdevicexx,xxprotocolxx,xxthunderbolt protocolxx,xxtransferxx,xxusbxx,xxusb-cxx,xxpci-exx,xxexternal devicesxx -X-KDE-Keywords[zh_CN]=thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,??????,??????,??????,??????,????????????,??????,???????????? -Categories=Qt;KDE;X-KDE-settings-system diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/src/kcm/kcm_bolt.json new/plasma-thunderbolt-5.24.0/src/kcm/kcm_bolt.json --- old/plasma-thunderbolt-5.23.5/src/kcm/kcm_bolt.json 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/src/kcm/kcm_bolt.json 2022-02-03 15:43:20.000000000 +0100 @@ -0,0 +1,95 @@ +{ + "Categories": "Qt;KDE;X-KDE-settings-system", + "KPlugin": { + "Description": "Thunderbolt Device Management", + "Description[ar]": "?????????? ???????? ???????? ????????", + "Description[az]": "Thunderbolt Cihaz Idar??etm??si", + "Description[ca@valencia]": "Gesti?? dels dispositius Thunderbolt", + "Description[ca]": "Gesti?? dels dispositius Thunderbolt", + "Description[cs]": "Spr??va za????zen?? Thunderbolt", + "Description[en_GB]": "Thunderbolt Device Management", + "Description[es]": "Gesti??n de dispositivos Thunderbolt", + "Description[fr]": "Gestion des p??riph??riques ????Thunderbolt????", + "Description[hu]": "Thunderbolt eszk??z??k kezel??se", + "Description[ia]": "Gestion de dispositivo de Thunderbolt", + "Description[it]": "Gestione dei dispositivi Thunderbolt", + "Description[nl]": "Thunderbolt apparaatbeheer", + "Description[nn]": "Handsaming av Thunderbolt-einingar", + "Description[pa]": "???????????????????????? ?????????????????? ??????????????????", + "Description[pl]": "Zarz??dzanie urz??dzeniem Thunderbolt", + "Description[pt_BR]": "Gerenciamento de dispositivos Thunderbolt", + "Description[ru]": "???????????????????? ???????????????????????? Thunderbolt", + "Description[sl]": "Upravljanje naprav Thunderbolt", + "Description[sv]": "Thunderbolt enhetshantering", + "Description[uk]": "?????????????????? ???????????????????? Thunderbolt", + "Description[x-test]": "xxThunderbolt Device Managementxx", + "Description[zh_CN]": "????????????????????????", + "Icon": "preferences-desktop-thunderbolt", + "Name": "Thunderbolt", + "Name[ar]": "???????? ????????", + "Name[az]": "Thunderbolt", + "Name[ca@valencia]": "Thunderbolt", + "Name[ca]": "Thunderbolt", + "Name[cs]": "Thunderbolt", + "Name[da]": "Thunderbolt", + "Name[de]": "Thunderbolt", + "Name[en_GB]": "Thunderbolt", + "Name[es]": "Thunderbolt", + "Name[et]": "Thunderbolt", + "Name[eu]": "Thunderbolt", + "Name[fi]": "Thunderbolt", + "Name[fr]": "Thunderbolt", + "Name[gl]": "Thunderbolt", + "Name[hu]": "Thunderbolt", + "Name[ia]": "Thunderbolt", + "Name[id]": "Thunderbolt", + "Name[it]": "Thunderbolt", + "Name[ko]": "Thunderbolt", + "Name[lt]": "Thunderbolt", + "Name[nl]": "Thunderbolt", + "Name[nn]": "Thunderbolt", + "Name[pa]": "????????????????????????", + "Name[pl]": "Thunderbolt", + "Name[pt]": "Thunderbolt", + "Name[pt_BR]": "Thunderbolt", + "Name[ro]": "Thunderbolt", + "Name[ru]": "Thunderbolt", + "Name[sk]": "Thunderbolt", + "Name[sl]": "Thunderbolt", + "Name[sv]": "Thunderbolt", + "Name[uk]": "Thunderbolt", + "Name[x-test]": "xxThunderboltxx", + "Name[zh_CN]": "????????????", + "Name[zh_TW]": "Thunderbolt", + "ServiceTypes": [ + "KCModule" + ] + }, + "X-KDE-Keywords": "thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices", + "X-KDE-Keywords[ar]": "????????????????", + "X-KDE-Keywords[az]": "thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,avadanl??q,cihaz,protokol,k??????rm??,xarici cihazlar", + "X-KDE-Keywords[ca]": "thunderbolt,maquinari,dispositiu,protocol,protocol del thunderbolt,transfer??ncia,usb,usb-c,pci-e,dispositius externs", + "X-KDE-Keywords[en_GB]": "thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices", + "X-KDE-Keywords[es]": "thunderbolt,hardware,dispositivo,protocolo,protocolo thunderbolt,transferir,usb,usb-c,pci-e,dispositivos externos", + "X-KDE-Keywords[eu]": "thunderbolt,hardware,gailua,protokoloa,thunderbolt protokoloa, transferentzia,usb,usb-c,pci-e,kanpoko gailuak", + "X-KDE-Keywords[fi]": "thunderbolt,laitteisto,laitteet,laite,yhteysk??yt??nt??,protokolla,thunderbolt-yhteysk??yt??nt??,thunderbolt-protokolla,siirto,usb,usb-c,pci-e,ulkoiset laitteet,ulkoinen laite", + "X-KDE-Keywords[fr]": "thunderbolt, mat??riel, p??riph??rique, protocole, protocole thunderbolt, transfert, usb, usb-c, pci-e, p??riph??riques externes", + "X-KDE-Keywords[hu]": "thunderbolt,hardver,eszk??z,protokoll,thunderbolt protokoll,??tvitel,usb,usb-c, pci-e,k??ls?? eszk??z??k", + "X-KDE-Keywords[ia]": "thunderbolt,hardware,dispositivo,protocollo,protocollo de thunderbolt,transferer,usb,usb-c,pci-e,dispositivos externe", + "X-KDE-Keywords[ko]": "thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,????????????,????????????,????????????,??????,????????????,??????,?????? ??????", + "X-KDE-Keywords[nl]": "thunderbolt,hardware,apparaat,protocol,thunderbolt-protocol,overdracht,usb,usb-c,pci-e,externe apparaten", + "X-KDE-Keywords[nn]": "thunderbolt,maskinvare,eining,protokoll,thunderbolt-protokoll,overf??ring,usb,usb-c,pci-e,eksterne einingar", + "X-KDE-Keywords[pl]": "thunderbolt,sprz??t,urz??dzenie,protok????,protok???? thunderbolt,przesy??,usb,usb-c,pci-e,urz??dzenia zewn??trzne", + "X-KDE-Keywords[pt]": "thunderbolt,hardware,dispositivo,protocolo,protocolo thunderbolt,transfer??ncia,usb,usb-c,pci-e,dispositivos externos", + "X-KDE-Keywords[pt_BR]": "thunderbolt,hardware,dispositivo,protocolo,thunderbolt protocolo,transfer??ncia,usb,usb-c,pci-e,dispositivos externos", + "X-KDE-Keywords[ru]": "thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,????????????????????????,????????????????????,????????????????,????????????????,?????????????? ????????????????????", + "X-KDE-Keywords[sk]": "thunderbolt,hardv??r,zariadenie,protokol,thunderbolt protokol,prenos,usb,usb-c,pci-e,extern?? zariadenia", + "X-KDE-Keywords[sl]": "thunderbolt,strojna oprema,naprava,protokol,protokol thunderbolt,prenos,usb,usb-c,pci-e,zunanje naprave", + "X-KDE-Keywords[sv]": "thunderbolt,maskinvara,enhet,protokoll,thunderbolt-protokoll,??verf??ring,usb,usb-c,pci-e,externa enheter", + "X-KDE-Keywords[uk]": "thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,????????????????????,????????????????????,????????????????,????????????????????,????????????????,???????????????? ????????????????????,??????????????????????,??????????,???????????????? ????????????????", + "X-KDE-Keywords[x-test]": "xxthunderboltxx,xxhardwarexx,xxdevicexx,xxprotocolxx,xxthunderbolt protocolxx,xxtransferxx,xxusbxx,xxusb-cxx,xxpci-exx,xxexternal devicesxx", + "X-KDE-Keywords[zh_CN]": "thunderbolt,hardware,device,protocol,thunderbolt protocol,transfer,usb,usb-c,pci-e,external devices,??????,??????,??????,??????,????????????,??????,????????????", + "X-KDE-ParentApp": "kcontrol", + "X-KDE-System-Settings-Parent-Category": "hardware", + "X-KDE-Weight": 120 +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/src/kcm/package/metadata.desktop new/plasma-thunderbolt-5.24.0/src/kcm/package/metadata.desktop --- old/plasma-thunderbolt-5.23.5/src/kcm/package/metadata.desktop 2022-01-04 10:08:11.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/src/kcm/package/metadata.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,84 +0,0 @@ -[Desktop Entry] -Name=Thunderbolt -Name[ar]=???????? ???????? -Name[az]=Thunderbolt -Name[ca]=Thunderbolt -Name[ca@valencia]=Thunderbolt -Name[cs]=Thunderbolt -Name[da]=Thunderbolt -Name[de]=Thunderbolt -Name[en_GB]=Thunderbolt -Name[es]=Thunderbolt -Name[et]=Thunderbolt -Name[eu]=Thunderbolt -Name[fi]=Thunderbolt -Name[fr]=Thunderbolt -Name[gl]=Thunderbolt -Name[hu]=Thunderbolt -Name[ia]=Thunderbolt -Name[id]=Thunderbolt -Name[it]=Thunderbolt -Name[ko]=Thunderbolt -Name[lt]=Thunderbolt -Name[nl]=Thunderbolt -Name[nn]=Thunderbolt -Name[pl]=Thunderbolt -Name[pt]=Thunderbolt -Name[pt_BR]=Thunderbolt -Name[ro]=Thunderbolt -Name[ru]=Thunderbolt -Name[sk]=Thunderbolt -Name[sl]=Thunderbolt -Name[sv]=Thunderbolt -Name[uk]=Thunderbolt -Name[x-test]=xxThunderboltxx -Name[zh_CN]=???????????? -Name[zh_TW]=Thunderbolt -Comment=Thunderbolt Device Management -Comment[ar]=?????????? ???????? ???????? ???????? -Comment[az]=Thunderbolt cihaz?? meneceri -Comment[ca]=Gesti?? de dispositius Thunderbolt -Comment[ca@valencia]=Gesti?? del dispositiu Thunderbolt -Comment[cs]=Spr??va za????zen?? Thunderbolt -Comment[da]=H??ndtering af Thunderbolt-enheder -Comment[de]=Thunderbolt-Ger??teverwaltung -Comment[en_GB]=Thunderbolt Device Management -Comment[es]=Gesti??n de dispositivos Thunderbolt -Comment[et]=Thunderbolti seadme haldamine -Comment[eu]=Thunderbolt gailu kudeaketa -Comment[fi]=Thunderbolt-laitehallinta -Comment[fr]=Gestionnaire de p??riph??riques ????Thunderbolt???? -Comment[gl]=Xesti??n de dispositivos de Thunderbolt -Comment[hu]=Thunderbolt eszk??z??k kezel??se -Comment[ia]=Gestion de dispositivo de Thunderbolt -Comment[id]=Pengelolaan Perangkat Thunderbolt -Comment[it]=Gestione dei dispositivi Thunderbolt -Comment[ko]=Thunderbolt ?????? ?????? -Comment[lt]=Thunderbolt ??rengini?? tvarkymas -Comment[nl]=Thunderbolt apparaatbeheer -Comment[nn]=Handsaming av Thunderbolt-einingar -Comment[pl]=Zarz??dzanie urz??dzeniem Thunderbolt -Comment[pt]=Gest??o de Dispositivos Thunderbolt -Comment[pt_BR]=Gerenciamento de dispositivos Thunderbolt -Comment[ro]=Gestiune dispozitive Thunderbolt -Comment[ru]=???????????????????? ???????????????????????? Thunderbolt -Comment[sk]=Spr??va zariadenia Thunderbolt -Comment[sl]=Upravljanje naprav Thunderbolt -Comment[sv]=Thunderbolt enhetshantering -Comment[uk]=?????????????????? ???????????????????? Thunderbolt -Comment[x-test]=xxThunderbolt Device Managementxx -Comment[zh_CN]=???????????????????????? -Comment[zh_TW]=Thunderbolt ???????????? -Icon=preferences-desktop-thunderbolt -Keywords= -Type=Service -X-KDE-ParentApp= -X-KDE-PluginInfo-Author=Daniel Vr??til -X-KDE-PluginInfo-Email=dvra...@kde.org -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-Name=kcm_bolt -X-KDE-PluginInfo-Version= -X-KDE-PluginInfo-Website= -X-KDE-ServiceTypes=Plasma/Generic -X-Plasma-API=declarativeappletscript -X-Plasma-MainScript=ui/main.qml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/src/kded/CMakeLists.txt new/plasma-thunderbolt-5.24.0/src/kded/CMakeLists.txt --- old/plasma-thunderbolt-5.23.5/src/kded/CMakeLists.txt 2022-01-04 10:08:11.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/src/kded/CMakeLists.txt 2022-02-03 15:43:20.000000000 +0100 @@ -4,18 +4,19 @@ ${CMAKE_CURRENT_BINARY_DIR} ) -set(KDED_BOLT_SRCS + + +add_library(kded_bolt MODULE) +target_sources(kded_bolt PRIVATE main.cpp kded_bolt.cpp + kded_bolt.h ) - -ecm_qt_declare_logging_category(KDED_BOLT_SRCS +ecm_qt_declare_logging_category(kded_bolt HEADER kded_bolt_debug.h IDENTIFIER log_kded_bolt CATEGORY_NAME org.kde.bolt.kded ) - -add_library(kded_bolt MODULE ${KDED_BOLT_SRCS}) set_target_properties(kded_bolt PROPERTIES CXX_STANDARD 14) kcoreaddons_desktop_to_json(kded_bolt kded_bolt.desktop) target_link_libraries(kded_bolt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/src/kded/kded_bolt.desktop new/plasma-thunderbolt-5.24.0/src/kded/kded_bolt.desktop --- old/plasma-thunderbolt-5.23.5/src/kded/kded_bolt.desktop 2022-01-04 10:08:11.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/src/kded/kded_bolt.desktop 2022-02-03 15:43:20.000000000 +0100 @@ -22,6 +22,7 @@ Name[lt]=Thunderbolt ??rengini?? pri??i??rykl?? Name[nl]=Thunderbolt apparaatmonitor Name[nn]=Overvaking av Thunderbolt-eining +Name[pa]=???????????????????????? ?????????????????? ????????????????????? Name[pl]=Monitor urz??dzenia Thunderbolt Name[pt]=Monitor de Dispositivos Thunderbolt Name[pt_BR]=Monitor de dispositivos Thunderbolt @@ -57,6 +58,7 @@ Comment[lt]=Thunderbolt ??rengini?? pri??i??rykl?? Comment[nl]=Thunderbolt apparaatmonitor Comment[nn]=Overvaking av Thunderbolt-eining +Comment[pa]=???????????????????????? ?????????????????? ????????????????????? Comment[pl]=Monitor urz??dzenia Thunderbolt Comment[pt]=Monitor de Dispositivos Thunderbolt Comment[pt_BR]=Monitor de dispositivos Thunderbolt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.23.5/src/kded/kded_bolt.notifyrc new/plasma-thunderbolt-5.24.0/src/kded/kded_bolt.notifyrc --- old/plasma-thunderbolt-5.23.5/src/kded/kded_bolt.notifyrc 2022-01-04 10:08:11.000000000 +0100 +++ new/plasma-thunderbolt-5.24.0/src/kded/kded_bolt.notifyrc 2022-02-03 15:43:20.000000000 +0100 @@ -23,6 +23,7 @@ Name[lt]=Thunderbolt ??rengini?? pri??i??rykl?? Name[nl]=Thunderbolt apparaatmonitor Name[nn]=Overvaking av Thunderbolt-eining +Name[pa]=???????????????????????? ?????????????????? ????????????????????? Name[pl]=Monitor urz??dzenia Thunderbolt Name[pt]=Monitor de Dispositivos Thunderbolt Name[pt_BR]=Monitor de dispositivos Thunderbolt @@ -58,6 +59,7 @@ Comment[lt]=Thunderbolt ??rengini?? pri??i??rykl?? Comment[nl]=Thunderbolt apparaatmonitor Comment[nn]=Overvaking av Thunderbolt-eining +Comment[pa]=???????????????????????? ?????????????????? ????????????????????? Comment[pl]=Monitor urz??dzenia Thunderbolt Comment[pt]=Monitor de Dispositivos Thunderbolt Comment[pt_BR]=Monitor de dispositivos Thunderbolt @@ -95,6 +97,7 @@ Name[lt]=??sp??jimas Name[nl]=Waarschuwing Name[nn]=??tvaring +Name[pa]=????????????????????? Name[pl]=Uwaga Name[pt]=Aviso Name[pt_BR]=Aviso @@ -130,6 +133,7 @@ Comment[lt]=Naudojama ??sp??jimo prane??imams Comment[nl]=Wordt gebruikt voor waarschuwingsmeldingen Comment[nn]=Brukt til ??tvaringsvarslingar +Comment[pa]=?????????????????? ???????????????????????????????????? ?????? ??????????????? Comment[pl]=U??ywane do pokazywania ostrze??e?? Comment[pt]=Usado para as notifica????es de aviso Comment[pt_BR]=Usado para as notifica????es de aviso @@ -167,6 +171,7 @@ Name[lt]=Klaida Name[nl]=Fout Name[nn]=Feil +Name[pa]=???????????? Name[pl]=B????d Name[pt]=Erro Name[pt_BR]=Erro @@ -202,6 +207,7 @@ Comment[lt]=Naudojama klaidos prane??imams Comment[nl]=Gebruikt voor foutmeldingen Comment[nn]=Brukt til feilvarslingar +Comment[pa]=???????????? ?????????????????????????????? ?????? ??????????????? Comment[pl]=U??ywane do pokazywania b????d??w Comment[pt]=Usado para as notifica????es de erro Comment[pt_BR]=Usado para as notifica????es de erro @@ -221,7 +227,7 @@ Name[ar]=???????? ???????? ?????? ???????? Name[az]=??caz??siz cihaz qo??ulub Name[ca]=S'ha endollat un dispositiu no autoritzat -Name[ca@valencia]=S'ha connectat un dispositiu no autoritzat +Name[ca@valencia]=S'ha endollat un dispositiu no autoritzat Name[cs]=Zapojeno neopr??vn??n?? za????zen?? Name[da]=Ikke godkendt enhed tilsluttet Name[de]=Es ist ein nicht autorisiertes Ger??t angeschlossen @@ -240,6 +246,7 @@ Name[lt]=Yra ??ki??tas ne??galiotas ??renginys Name[nl]=Niet geautoriseerd apparaat is ingeplugd Name[nn]=Ikkje-autorisert eining kopla til +Name[pa]=??????-????????????????????? ?????????????????? ?????? ???????????? ???????????? Name[pl]=Pod????czone nieuwierzytelnione urz??dzenie Name[pt]=Est?? ligado um dispositivo n??o autorizado Name[pt_BR]=Um dispositivo n??o autorizado est?? conectado @@ -256,7 +263,7 @@ Comment[ar]=???????? ???????? ???????? ???????? ?????? ???????? ???????????????? Comment[az]=??caz??siz Thunderbolt cihaz?? komputer?? qo??ulub. Comment[ca]=S'ha endollat un dispositiu Thunderbolt no autoritzat a l'ordinador -Comment[ca@valencia]=S'ha connectat un dispositiu Thunderbolt no autoritzat a l'ordinador +Comment[ca@valencia]=S'ha endollat un dispositiu Thunderbolt no autoritzat a l'ordinador Comment[cs]=Do po????ta??e bylo zapojeno neopr??vn??n?? za????zen?? Thunderbolt Comment[da]=En ikke godkendt Thunderbolt-enhed er blevet tilsluttet computeren Comment[de]=Es ist ein nicht autorisiertes Thunderbolt-Ger??t wurde an den Rechner angeschlossen @@ -330,7 +337,7 @@ Comment[ar]=?????? ?????? ?????????? ?????????? ???? ?????? ???????? ???????? ???????? Comment[az]=Thunderbolt cihaz??na icaz?? veril??rk??n v?? ya bloklanark??n x??ta ba?? verdi Comment[ca]=Hi ha hagut un error en autoritzar o blocar un dispositiu Thunderbolt -Comment[ca@valencia]=Hi ha hagut un error en autoritzar o bloquejar un dispositiu Thunderbolt +Comment[ca@valencia]=Hi ha hagut un error en autoritzar o blocar un dispositiu Thunderbolt Comment[cs]=B??hem ud??len?? opr??vn??n?? nebo blokov??n?? za????zen?? Thunderbolt nastala chyba Comment[da]=Der opstod en fejl under godkendelse eller blokering af en Thunderbolt-enhed Comment[de]=Bei der Autorisierung oder beim Blockieren eines Thunderbolt-Ger??ts ist ein Fehler aufgetreten