-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update kwin-system76-scheduler-integration.spec Signed-off-by: Dipta Biswas <[email protected]> * Delete anda/misc/kwin-system76-scheduler-integration/system76-scheduler-dbus-proxy.sh Signed-off-by: Dipta Biswas <[email protected]> * Update kwin-system76-scheduler-integration.spec Signed-off-by: Dipta Biswas <[email protected]> * Update update.rhai Signed-off-by: Dipta Biswas <[email protected]> * Update kwin-system76-scheduler-integration.spec Signed-off-by: Dipta Biswas <[email protected]> --------- Signed-off-by: Dipta Biswas <[email protected]> (cherry picked from commit 0bf2e96) Co-authored-by: Dipta Biswas <[email protected]>
- Loading branch information
1 parent
1d3afce
commit cab5aac
Showing
3 changed files
with
33 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
anda/misc/kwin-system76-scheduler-integration/system76-scheduler-dbus-proxy.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
rpm.version(gh("maxiberta/kwin-system76-scheduler-integration")); | ||
rpm.global("commit", gh("maxiberta/kwin-system76-scheduler-integration")); | ||
if rpm.changed() { | ||
rpm.global("date", date()); // remove if we don't need the `date` macro | ||
rpm.release(); | ||
} |