105f571a8d
* seat: don't abort on wl_keyboard.keymap_format.no_keymap * Use bright black rather than black for LOG_DEBUG * Add short example of config file to man page * Always set wl_buffer scale * pam: only send the password once per conversation OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/swaylock?expand=0&rev=35
17 lines
605 B
Plaintext
17 lines
605 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/swaywm/swaylock.git</param>
|
|
<param name="revision">v1.8.5</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|