From 6ce845180c9b7b8663dca31aa9e7d311aae94ce8 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Fri, 17 May 2024 19:30:16 +0700 Subject: [PATCH] add hard dependency on Qt 4 CLI tools (we should patch this to use Qt 6 CLI tho) (#1270) (cherry picked from commit 010aef5096feddaf861bda7156015422e51ee7ad) --- .../kwin-system76-scheduler-integration.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec b/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec index 2bfe5479fa..8c27a54be3 100644 --- a/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec +++ b/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec @@ -8,7 +8,7 @@ Name: kwin-system76-scheduler-integration %forgemeta Version: 0.1 -Release: 1%?dist +Release: 2%?dist Summary: Notify the System76 Scheduler which app has focus so it can be prioritized License: MIT URL: %forgeurl @@ -16,7 +16,8 @@ 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.