mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
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>
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user