16
0
Files
gamescope-session-steam/_service
Jan Engelhardt 6e42edf6be Accepting request 1286194 from devel:microos:yuga
This package provides the Steam Big Picture Mode session based on gamescope.
This opens Steam in the "SteamOS" mode.

There are linting errors, e.g. the polkit rules that steam needs to execute these actions without asking for a password or the helper scripts in the /usr/bin directory. As far as I'm aware, these paths are hardcoded. How should I handle them?

OBS-URL: https://build.opensuse.org/request/show/1286194
OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope-session-steam?expand=0&rev=1
2025-06-17 07:22:34 +00:00

16 lines
533 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/TobiPeterG/gamescope-session-steam.git</param>
<param name="scm">git</param>
<param name="versionformat">1+git%cd.%h</param>
<param name="revision">main</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual">
</service>
</services>