Files
packages/anda/games/gamescope-session/update.rhai
T
Tulip Blossom 1a18091de8 gamescope-session: move sources to opengamingcollective instead of bazzite-org (#9588)
* 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

Signed-off-by: Tulip Blossom <tulilirockz@outlook.com>

* fix(gamescope-session): anda config and noarch + git format as well

https://github.com/terrapkg/packages/pull/9591#issuecomment-3837796158

Signed-off-by: Tulip Blossom <tulilirockz@outlook.com>

---------

Signed-off-by: Tulip Blossom <tulilirockz@outlook.com>
2026-02-02 19:48:20 -06:00

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());
}
}