feat: Update terra-gamescope to the latest OGC release (#10711) (#10718)

* feat: Update terra-gamescope to the latest OGC release



* chore: Add update.rhai script



* Update anda/games/terra-gamescope/update.rhai




* chore: Set nightly



---------



(cherry picked from commit 1e6d933419)

Signed-off-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2026-03-19 00:13:31 -07:00
committed by GitHub
parent dd77ba41d8
commit 01ede718e3
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ project pkg {
}
labels {
mock = 1
nightly = 1
subrepo = "extras"
}
}
@@ -2,7 +2,7 @@
%global _default_patch_fuzz 2
%global build_timestamp %(date +"%Y%m%d")
%global gamescope_commit b6a368af614ee93bf7b1d05a8d203f0c84a87c74
%global gamescope_commit 402bfb81bc25943cac9061eb022fe229c5414f5e
%define short_commit %(echo %{gamescope_commit} | cut -c1-8)
Name: terra-gamescope
+6
View File
@@ -0,0 +1,6 @@
if rpm.changed() {
rpm.release();
let v = gh_commit("OpenGamingCollective/gamescope"));
v.crop(1);
rpm.global("gamescope_commit", v);
}