CMake Warning at /usr/lib/cmake/KF6Package/KF6PackageMacros.cmake:52 (message):
  couldn't generate metainfo for org.kde.plasma.pass: Error: Can't find
  plugin metadata:
  /var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/package

Call Stack (most recent call first):
  /usr/lib/cmake/Plasma/PlasmaMacros.cmake:29 (kpackage_install_package)
  CMakeLists.txt:76 (plasma_install_package)


CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


In file included from /usr/include/qt6/QtCore/QtCore:155,
                 from /usr/include/qt6/QtDBus/QtDBusDepends:3,
                 from /usr/include/qt6/QtDBus/QtDBus:3,
                 from /var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/build/plugin/klipperinterface.h:21,
                 from /var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/providerbase.cpp:6:
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/providerbase.cpp: In lambda function:
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/providerbase.cpp:89:96: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
   89 |             qCWarning(PLASMAPASS_LOG, "Failed to decrypt password: %s", result.error().asString());
      |                                                                         ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qgpgme-qt6/qgpgme/job.h:45,
                 from /usr/include/qgpgme-qt6/qgpgme/decryptjob.h:38,
                 from /usr/include/qgpgme-qt6/QGpgME/DecryptJob:1,
                 from /var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/providerbase.cpp:37:
/usr/include/gpgme++/error.h:53:36: note: declared here
   53 |     GPGMEPP_DEPRECATED const char *asString() const;
      |                                    ^~~~~~~~
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/providerbase.cpp:90:102: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
   90 |             setError(i18n("Failed to decrypt password: %1", QString::fromUtf8(result.error().asString())));
      |                                                                               ~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/gpgme++/error.h:53:36: note: declared here
   53 |     GPGMEPP_DEPRECATED const char *asString() const;
      |                                    ^~~~~~~~
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/providerbase.cpp: In member function ‘void PlasmaPass::ProviderBase::start()’:
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/providerbase.cpp:115:83: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
  115 |         qCWarning(PLASMAPASS_LOG, "Failed to decrypt password: %s", error.asString());
      |                                                                     ~~~~~~~~~~~~~~^~
/usr/include/gpgme++/error.h:53:36: note: declared here
   53 |     GPGMEPP_DEPRECATED const char *asString() const;
      |                                    ^~~~~~~~
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/providerbase.cpp:116:89: warning: ‘const char* GpgME::Error::asString() const’ is deprecated [-Wdeprecated-declarations]
  116 |         setError(i18n("Failed to decrypt password: %1", QString::fromUtf8(error.asString())));
      |                                                                           ~~~~~~~~~~~~~~^~
/usr/include/gpgme++/error.h:53:36: note: declared here
   53 |     GPGMEPP_DEPRECATED const char *asString() const;
      |                                    ^~~~~~~~
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/passwordsmodel.cpp: In member function ‘void PlasmaPass::PasswordsModel::populateDir(const QDir&, Node*)’:
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/passwordsmodel.cpp:210:38: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  210 |     for (const auto &entry : qAsConst(entries)) {
      |                              ~~~~~~~~^~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:55,
                 from /usr/include/qt6/QtCore/qcompare.h:12,
                 from /usr/include/qt6/QtCore/qabstractitemmodel.h:8,
                 from /usr/include/qt6/QtCore/QAbstractItemModel:1,
                 from /var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/passwordsmodel.h:8,
                 from /var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/passwordsmodel.cpp:5:
/usr/include/qt6/QtCore/qttypetraits.h:40:45: note: declared here
   40 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/plasma-pass-1.2.2-4/work/plasma-pass-1.2.2/plugin/passwordsmodel.cpp:214:38: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  214 |     for (const auto &entry : qAsConst(entries)) {
      |                              ~~~~~~~~^~~~~~~~~
/usr/include/qt6/QtCore/qttypetraits.h:40:45: note: declared here
   40 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~