CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
/var/pisi/kauth-6.20.0-80/work/kauth-6.20.0/src/backends/polkit-1/Polkit1Backend.cpp: In member function ‘void KAuth::Polkit1Backend::sendActivationToken(const QString&, QWindow*)’:
/var/pisi/kauth-6.20.0-80/work/kauth-6.20.0/src/backends/polkit-1/Polkit1Backend.cpp:130:26: warning: ‘void KWaylandExtras::xdgActivationTokenArrived(int, const QString&)’ is deprecated: Since 6.19. Use xdgActivationToken() [-Wdeprecated-declarations]
130 | &KWaylandExtras::xdgActivationTokenArrived,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KF6/KWindowSystem/KWaylandExtras:1,
from /var/pisi/kauth-6.20.0-80/work/kauth-6.20.0/src/backends/polkit-1/Polkit1Backend.cpp:14:
/usr/include/KF6/KWindowSystem/kwaylandextras.h:99:78: note: declared here
99 | KWINDOWSYSTEM_DEPRECATED_VERSION(6, 19, "Use xdgActivationToken()") void xdgActivationTokenArrived(int serial, const QString &token);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kauth-6.20.0-80/work/kauth-6.20.0/src/backends/polkit-1/Polkit1Backend.cpp:153:46: warning: ‘static void KWaylandExtras::requestXdgActivationToken(QWindow*, uint32_t, const QString&)’ is deprecated: Since 6.19. Use xdgActivationToken() [-Wdeprecated-declarations]
153 | KWaylandExtras::requestXdgActivationToken(window, requestedSerial, {});
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KWindowSystem/kwaylandextras.h:44:29: note: declared here
44 | Q_INVOKABLE static void requestXdgActivationToken(QWindow *win, uint32_t serial, const QString &app_id);
| ^~~~~~~~~~~~~~~~~~~~~~~~~