Name: filelight Version: 26.08.0 Release: 1%{?dist} Summary: Disk usage visualizer License: BSD-2-Clause AND CC0-1.0 AND GFDL-1.2-only AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-or-later AND MIT URL: https://apps.kde.org/filelight Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: extra-cmake-modules BuildRequires: kf6-rpm-macros BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: cmake(KF6KIO) BuildRequires: cmake(KF6I18n) BuildRequires: cmake(KF6ColorScheme) BuildRequires: cmake(KF6Config) BuildRequires: cmake(KF6Crash) BuildRequires: cmake(KF6Kirigami) BuildRequires: cmake(KF6CoreAddons) BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Widgets) BuildRequires: cmake(Qt6Quick) BuildRequires: cmake(Qt6QuickControls2) %description Filelight is KDE's disk usage visualizer, a QML/Kirigami-based application. Full CMakeLists.txt read recursively (top-level, src/, misc/) -- clean, minimal dependency tree. Its three ecm_find_qmlmodule() calls (org.kde.coreaddons, org.kde.kirigami, Qt.labs.platform) are all soft/non-fatal at configure time (no REQUIRED keyword passed to any of them), and all three are genuinely satisfiable here regardless: kf6-kirigami and kf6-kcoreaddons (which ships the org.kde.coreaddons QML module) are both already built earlier in this same COPR repo, and Qt.labs.platform ships with Qt6Quick itself. KF6DocTools and KF6QQC2DesktopStyle are both explicitly non-fatal (DocTools optional, QQC2DesktopStyle marked TYPE RUNTIME, not a build-time requirement) so no flags needed for either. %prep %autosetup -p1 %build %cmake_kf6 %cmake_build_kf6 %install %cmake_install_kf6 %find_lang %{name} --with-html %files -f %{name}.lang %license LICENSES/* %doc README.md %{_kf6_bindir}/filelight %{_datadir}/applications/org.kde.filelight.desktop %{_kf6_metainfodir}/org.kde.filelight.appdata.xml %{_datadir}/icons/hicolor/*/apps/filelight.png %{_datadir}/kio/servicemenus/filelight.desktop %{_kf6_qmldir}/org/kde/filelight/ %changelog * Sun Aug 30 2026 Smech - 26.08.0-1 - Real upstream source. First QML/Kirigami-only (no QWidgets UI) KDE Applications-suite package built this phase -- confirmed Kirigami and KCoreAddons's own QML module are both already built earlier in this repo before committing to it. %%files QML module install path (%{_kf6_qmldir}/org/kde/filelight/) is a best-effort guess based on ecm_add_qml_module's standard KDE_INSTALL_QMLDIR convention -- not yet verified against a real build log from this specific package, expect a real-error correction round if the exact macro or subpath is wrong, consistent with every other package this session.