From e390d9b88f4ebbfb2934b724ef2043ba5fa63245 Mon Sep 17 00:00:00 2001 From: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> Date: Sun, 14 Apr 2024 08:39:46 +0600 Subject: [PATCH] Fix auto update and installation of kwin-system76-scheduler-integration (#1092) * Update update.rhai Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> * Update kwin-system76-scheduler-integration.spec Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> --------- Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> --- .../kwin-system76-scheduler-integration.spec | 8 ++++---- anda/misc/kwin-system76-scheduler-integration/update.rhai | 2 +- 2 files changed, 5 insertions(+), 5 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 71dac0e73d..d88efb16ab 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 @@ -3,18 +3,18 @@ Name: kwin-system76-scheduler-integration %global forgeurl https://github.com/maxiberta/%{name} -%global commit 0.1 -%global date 20240413 +%global commit 093a269670275feaa240d02c712f1ec8b812fd80 +%global date 20240320 %forgemeta Version: 0.1 -Release: 1%?dist +Release: 6%?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-core +Requires: bash dbus-tools system76-scheduler kde-cli-tools systemd kf6-kconfig BuildRequires: systemd-rpm-macros %description diff --git a/anda/misc/kwin-system76-scheduler-integration/update.rhai b/anda/misc/kwin-system76-scheduler-integration/update.rhai index 8ea5068d9d..1737f94453 100644 --- a/anda/misc/kwin-system76-scheduler-integration/update.rhai +++ b/anda/misc/kwin-system76-scheduler-integration/update.rhai @@ -1,4 +1,4 @@ -rpm.global("commit", gh("maxiberta/kwin-system76-scheduler-integration")); +rpm.global("commit", gh_commit("maxiberta/kwin-system76-scheduler-integration")); if rpm.changed() { rpm.global("date", date()); // remove if we don't need the `date` macro rpm.release();