- Update to version 1.2: + Store the initial governor state on mode enter + Config now supports defaultgov and desiredgov + Add support for renice-ing games to a higher priority (renice config option) + Make libraries properly versioned. - Gamemoded is now run as a Systemd service in the user session but still activated via D-Bus. OBS-URL: https://build.opensuse.org/request/show/625131 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=3
16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/FeralInteractive/gamemode.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">1.2</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="disabled" />
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|