%global git_ver 504e6c2 %global applet_name window-title %global date 20240310 Summary: Plasmoid which shows active window title and icon Name: plasma-applet-%{applet_name} Version: 0.8.0 Release: %{?git_ver:0.1.git.%{git_ver}}%{?dist} License: GPLv2.0 LGPLv2.0 #URL: https://github.com/psifidotos/applet-%{applet_name} URL: https://github.com/moodyhunter/applet-window-title6 Source0: plasma6-%{applet_name}-%{date}.git%{git_ver}.tar.xz BuildArch: noarch BuildRequires: coreutils Requires: plasma-workspace >= 6.0 Requires: kf6-kdeclarative >= 6.0 Requires: kf6-kirigami2 >= 6.0 %description This is a Plasma 5 applet that shows the current window appmenu in your panels. This plasmoid is coming from Latte land but it can also support Plasma panels. %prep %autosetup -n plasma6-%{applet_name}-%{date}.git%{git_ver} %build mkdir -p %{buildroot}%{_datadir}/plasma/plasmoids/org.kde.windowtitle cp -dpRf contents metadata.json %{buildroot}%{_datadir}/plasma/plasmoids/org.kde.windowtitle %files %license LICENSE %doc README.md CHANGELOG.md %{_datadir}/plasma/plasmoids/org.kde.windowtitle %changelog * Tue Apr 30 2024 Tomas Chang - 0.8.0-git504e6c2 - Update to latest port to support Plasma6 * Sat Sep 24 2022 Tomas Chang - 0.7.1-gitefa9e78 - Initial build