mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 04:42:22 +00:00
62 lines
1.7 KiB
RPMSpec
62 lines
1.7 KiB
RPMSpec
%global debug_package %nil
|
|
|
|
Name: kwin-system76-scheduler-integration
|
|
|
|
%global forgeurl https://github.com/maxiberta/%{name}
|
|
%global commit 8375d843afbd2fe20780a79a473cabddbaff3602
|
|
%global date 20250728
|
|
%forgemeta
|
|
|
|
Version: 0.1
|
|
Release: 1%?dist
|
|
Summary: Notify the System76 Scheduler which app has focus so it can be prioritized
|
|
License: MIT
|
|
URL: %forgeurl
|
|
Source0: %forgesource
|
|
Source1: com.system76.Scheduler.dbusproxy.service
|
|
Requires: bash dbus-tools system76-scheduler kde-cli-tools systemd kf6-kconfig
|
|
BuildRequires: systemd-rpm-macros
|
|
# We require the Qt 4 package to provide the `qdbus` command
|
|
Requires: qt
|
|
%description
|
|
System76 Scheduler is a service which optimizes Linux's CPU scheduler and
|
|
automatically assigns process priorities for improved desktop responsiveness.
|
|
|
|
This KWin Script interactively notifies System76 Scheduler which app has focus
|
|
via D-Bus, so it is prioritized.
|
|
|
|
%prep
|
|
%forgeautosetup
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %buildroot%_datadir/kwin/scripts/%{name}/
|
|
mkdir -p %buildroot%_libexecdir/
|
|
mkdir -p %buildroot%_userunitdir/
|
|
|
|
cp -r contents %buildroot%_datadir/kwin/scripts/%{name}/
|
|
cp -r metadata.json %buildroot%_datadir/kwin/scripts/%{name}/
|
|
cp -r system76-scheduler-dbus-proxy.sh %buildroot%_libexecdir/
|
|
|
|
install -Dm644 %SOURCE1 %buildroot%_userunitdir/com.system76.Scheduler.dbusproxy.service
|
|
|
|
%post
|
|
%systemd_user_post com.system76.Scheduler.dbusproxy.service
|
|
|
|
%preun
|
|
%systemd_user_preun com.system76.Scheduler.dbusproxy.service
|
|
|
|
%postun
|
|
%systemd_user_postun_with_restart com.system76.Scheduler.dbusproxy.service
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md
|
|
%config %_userunitdir/com.system76.Scheduler.dbusproxy.service
|
|
%_libexecdir/system76-scheduler-dbus-proxy.sh
|
|
%_datadir/kwin/scripts/%{name}/
|
|
|
|
%changelog
|
|
%autochangelog
|