Name: kcharselect Version: 26.08.0 Release: 1%{?dist} Summary: Character selector utility 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 LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT URL: https://apps.kde.org/kcharselect 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(KF6Bookmarks) BuildRequires: cmake(KF6CoreAddons) BuildRequires: cmake(KF6Crash) BuildRequires: cmake(KF6I18n) BuildRequires: cmake(KF6WidgetsAddons) BuildRequires: cmake(KF6XmlGui) BuildRequires: cmake(KF6ConfigWidgets) BuildRequires: cmake(KF6IconThemes) BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Widgets) %description KCharSelect is KDE's Unicode character selector utility. Full CMakeLists.txt read (single flat file, no subdirectories with their own CMakeLists.txt) -- the cleanest, most minimal dependency tree of any package this phase, every KF6 component already built earlier in this repo. No ecm_install_icons() call and no qlogging-categories install exist anywhere in the real source: the app icon is baked directly into the binary via ecm_add_app_icon() only (a Windows/ macOS-style resource embed, same mechanism KCalc uses by default), with no INSTALL_ICONS-style option to also install real hicolor icon files like KCalc has -- confirmed by a full source grep finding no such option anywhere in this tarball, so nothing was added to work around it. %prep %autosetup -p1 %build %cmake_kf6 %cmake_build_kf6 %install %cmake_install_kf6 %find_lang %{name} --with-html %files -f %{name}.lang %license LICENSES/* %{_kf6_bindir}/kcharselect %{_datadir}/applications/org.kde.kcharselect.desktop %{_kf6_metainfodir}/org.kde.kcharselect.appdata.xml %changelog * Sun Aug 30 2026 Smech - 26.08.0-1 - Real upstream source. Simplest package this phase: single flat CMakeLists.txt, no icons install, no qlogging-categories, no plugins, no libs/devel split. %%files built entirely from the three real install() calls in the source, nothing more, nothing guessed.