mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* 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:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
let v = gh_commit("OpenGamingCollective/gamescope"));
|
||||
v.crop(1);
|
||||
rpm.global("gamescope_commit", v);
|
||||
}
|
||||
Reference in New Issue
Block a user