forked from pool/hypridle
c60b374126
- Update to version 0.1.2: * Add a -c|--config flag to set a config path * Fix typo and check correct grandchild PID in spawn() * Added systemd service * fix systemd service install path * fix systemd service exec path OBS-URL: https://build.opensuse.org/request/show/1169770 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hypridle?expand=0&rev=4
17 lines
584 B
Plaintext
17 lines
584 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/hyprwm/hypridle.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">@PARENT_TAG@</param>
|
|
<param name="submodule">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|