%global debug_package %{nil} Name: kara Version: 0.7.3 %global dev dhruv8sh %global applet_id org.%{dev}.%{name} %global forgeurl https://github.com/%{dev}/%{name} %forgemeta Release: 2%{?dist} Summary: KDE Plasma pager applet License: GPL-3.0 URL: %{forgeurl} Source: %{forgesource} BuildArch: noarch Requires: kf6-kirigami Requires: libplasma %description A KDE Plasma Applet for use as a desktop/workspace pager. This project is an evolution of GINTI and Desktop Indicator, and further development will be handled here. Built with extendability in mind. Currently difficult to manage anchoring and positioning. Could be eliminated by a common component, but requires a lot of testing. %files %license LICENSE %doc README.md %{_datadir}/plasma/plasmoids/%{applet_id}/ %prep %forgeautosetup %build #nothing %install mkdir -p %{buildroot}%{_datadir}/plasma/plasmoids/%{applet_id}/ cp -r contents %{buildroot}%{_datadir}/plasma/plasmoids/%{applet_id}/ cp -r metadata.json %{buildroot}%{_datadir}/plasma/plasmoids/%{applet_id}/ %changelog * Sun Apr 20 2025 Hazel Bunny - 0.7.3-2 - Rebuild for Qt 6.9 * Thu Oct 31 2024 Hazel Bunny - 0.7.3-1 - initial package