%global framework frameworkintegration Name: kf6-%{framework} Version: 6.29.0 Release: 3%{?dist} Summary: Framework Integration is a set of plugins for better Qt/Plasma integration License: LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{version} BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: cmake(KF6NewStuff) BuildRequires: cmake(KF6Package) BuildRequires: kf6-rpm-macros BuildRequires: libXcursor-devel BuildRequires: qt6-qtbase-devel BuildRequires: cmake(KF6Config) BuildRequires: cmake(KF6ConfigWidgets) BuildRequires: cmake(KF6I18n) BuildRequires: cmake(KF6IconThemes) BuildRequires: cmake(KF6KIO) BuildRequires: cmake(KF6Notifications) BuildRequires: cmake(KF6WidgetsAddons) BuildRequires: cmake(AppStreamQt) >= 1.0 BuildRequires: cmake(KF6ColorScheme) BuildRequires: cmake(Qt6Qml) Requires: kde-filesystem %description Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. Applications do not need to link to this directly. Built without packagekitqt6 (genuinely absent on this distro -- no PackageKit at all, server-focused target); its find_package() call in frameworkintegration's own CMakeLists.txt is not REQUIRED, so the KPackage/NewStuff/I18n-based install handlers still build fine without it, just minus the PackageKit-specific handler binary. %package libs Summary: Runtime libraries for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description libs %{summary}. %package devel Summary: Development files for %{name} Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: cmake(KF6IconThemes) Requires: cmake(KF6ConfigWidgets) %description devel The %{name}-devel package contains files to develop for %{name}. %prep %autosetup -n %{framework}-%{version} -p1 %build %cmake_kf6 %cmake_build_kf6 %install %cmake_install_kf6 %files %doc README.md %license LICENSES/*.txt %{_kf6_datadir}/knotifications6/plasma_workspace.notifyrc %dir %{_kf6_libexecdir}/kpackagehandlers %{_kf6_libexecdir}/kpackagehandlers/knshandler %files libs %{_kf6_libdir}/libKF6Style.so.* %{_kf6_plugindir}/FrameworkIntegrationPlugin.so %files devel %{_kf6_includedir}/FrameworkIntegration/ %{_kf6_includedir}/KStyle/ %{_kf6_libdir}/libKF6Style.so %{_kf6_libdir}/cmake/KF6FrameworkIntegration/ %changelog * Sat Aug 29 2026 Smech - 6.29.0-3 - Dropped appstreamhandler from %%files: confirmed from real upstream src/kpackage-install-handlers/CMakeLists.txt that this binary is gated on "AppStreamQt_FOUND AND packagekitqt6_FOUND" (both, not either) and links PK::packagekitqt6 directly -- it genuinely cannot build without PackageKit, which doesn't exist on this distro at all * Sat Aug 29 2026 Smech - 6.29.0-2 - Added cmake(Qt6Qml) (transitively required via KF6Config's own CMake config) * Sat Aug 29 2026 Smech - 6.29.0-1 - Real upstream source, kde-filesystem, dropped packagekitqt6 (genuinely absent, non-REQUIRED find_package), dropped doc/html subpackages