mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 20:02:18 +00:00
7acd484da1
* gamescope-session: move sources to opengamingcollective instead of bazzite-org
This is should be the new canonical source for this session code, Kyle mentioned himself we should move and most patches included on the bazzite-org repository should be on the OGC one instead now
* fix(gamescope-session): anda config and noarch + git format as well
https://github.com/terrapkg/packages/pull/9591#issuecomment-3837796158
---------
(cherry picked from commit 1a18091de8)
Signed-off-by: Tulip Blossom <tulilirockz@outlook.com>
Co-authored-by: Tulip Blossom <tulilirockz@outlook.com>
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
if filters.contains("nightly") {
|
|
rpm.global("commit", gh_commit("OpenGamingCollective/gamescope-session"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|
|
}
|