Name: packagekit-qt Version: 1.1.4 Release: 1%{?dist} Summary: Qt bindings for PackageKit License: LGPL-2.1-or-later URL: https://github.com/PackageKit/PackageKit-Qt Source0: https://github.com/PackageKit/PackageKit-Qt/archive/refs/tags/v%{version}/PackageKit-Qt-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6DBus) BuildRequires: PackageKit %description Qt bindings for PackageKit -- a thin wrapper around PackageKit's D-Bus API (talks over Qt6::DBus directly, no C library link dependency at all). Discover's PackageKit backend requires this to build (soft find_package in Discover's own CMakeLists.txt, but its PackageKit backend subdirectory is only added if this is found -- skipping it would silently drop Discover's native-package UI, defeating the point of building the real dnf5-backed PackageKit earlier in this repo). Needs this repo's own PackageKit package at build time for its real D-Bus interface XML files (org.freedesktop.PackageKit{,.Transaction}.xml). %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel %{summary}. %prep %autosetup -n PackageKit-Qt-%{version} %build %cmake %cmake_build %install %cmake_install %files %license COPYING %{_libdir}/libpackagekitqt6.so.2* %files devel %{_includedir}/PackageKitQt/ %{_libdir}/libpackagekitqt6.so %{_libdir}/pkgconfig/packagekitqt6.pc %{_libdir}/cmake/packagekitqt6/ %changelog * Sun Aug 30 2026 Smech - 1.1.4-1 - Real upstream source (GitHub, the real freedesktop/PackageKit organization's PackageKit-Qt project, distinct from the main PackageKit repo). Full CMakeLists.txt read (top-level + src/ + src/modules/) -- genuinely minimal, just Qt6::DBus, no other link deps. Discovered while scoping plasma-discover: its PackageKit backend subdirectory is only add_subdirectory()'d if packagekitqt6 is found, so this was a real, non-obvious blocker for keeping Discover's native-package browsing functional.