%global framework kwindowsystem Name: kf6-%{framework} Version: 6.29.0 Release: 5%{?dist} Summary: KDE access to window management License: LGPL-2.1-or-later URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf6-rpm-macros BuildRequires: qt6-qtbase-devel BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6LinguistTools) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-icccm) BuildRequires: pkgconfig(xcb-keysyms) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(Qt6Core) BuildRequires: pkgconfig(Qt6Gui) BuildRequires: qt6-qtbase-private-devel BuildRequires: cmake(PlasmaWaylandProtocols) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: cmake(Qt6WaylandClient) BuildRequires: pkgconfig(wayland-client) %description KWindowSystem provides information about and allows interaction with the windowing system, both X11/EWMH-based and native Wayland window management. Built with KWINDOWSYSTEM_WAYLAND=ON: earlier builds in this repo disabled this on a mistaken assumption that Qt6WaylandClient wasn't packaged (it's provided directly by qt6-qtbase-devel -- Qt merged the Wayland QPA client integration into qtbase; only the WaylandCompositor side lives in the separate qtwayland module). The remaining wall (CMakeLists.txt requires WaylandProtocols >=1.46) is cleared too: 1.46 was empirically verified to parse cleanly against Azure Linux's wayland-scanner 1.24.0, and this repo's wayland-protocols package was bumped from 1.45 to 1.46 accordingly. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} %description devel Development files for %{name}. %prep %autosetup -n %{framework}-%{version} -p1 %build %cmake_kf6 -DKWINDOWSYSTEM_WAYLAND=ON %cmake_build_kf6 %install %cmake_install_kf6 %files %exclude %{_datadir}/locale/*/LC_MESSAGES/*.qm %doc README.md %license LICENSES/*.txt %{_kf6_datadir}/qlogging-categories6/%{framework}.* %{_kf6_libdir}/libKF6WindowSystem.so.* %dir %{_kf6_plugindir}/kwindowsystem/ %{_kf6_plugindir}/kwindowsystem/KF6WindowSystemX11Plugin.so %{_kf6_plugindir}/kwindowsystem/KF6WindowSystemKWaylandPlugin.so %{_kf6_qmldir}/org/kde/kwindowsystem %files devel %{_kf6_includedir}/KWindowSystem/ %{_kf6_libdir}/libKF6WindowSystem.so %{_kf6_libdir}/cmake/KF6WindowSystem/ %{_kf6_libdir}/pkgconfig/KF6WindowSystem.pc %changelog * Sat Aug 29 2026 Smech - 6.29.0-5 - KWINDOWSYSTEM_WAYLAND=ON: Qt6WaylandClient/WaylandProtocols>=1.46 walls both cleared, native Wayland backend now builds * Sat Aug 29 2026 Smech - 6.29.0-4 - Force-enable KWaylandExtras (pure Qt, no real Wayland lib dependency) despite WAYLAND=OFF; kauth's polkit-1 backend needs it unconditionally * Sat Aug 29 2026 Smech - 6.29.0-1 - Real upstream source, Wayland backend disabled (qt6-qtwayland gap), X11/EWMH intact