bfabe25d25
* Keyboard: fix keyboard-layout mapping crash * deps: update to latest zig-wayland/zig-wlroots * deps: update to latest zig-wayland/zig-wlroots * Seat: guard setFocusRaw() usage while locked * docs: remove repology badge from readme * docs: fix typos in riverctl man page * wlr-output-management: fix bug due to zig miscompilation * session-lock: fix assertion failure on hot-plug while locked * wlr-output-management: leverage new wlroots APIs * wlr-output-management: apply adaptive sync state * idle-inhibit: fix use-after-free * session-lock: properly handle disabled outputs * View: fix pointer comparison in notifyTitle() * Cursor: fix incorrect lock manager state assertion * command/layout: fix a memory leak * Seat: rework Xwayland Override Redirect focus * Seat: keep parent Xwayland view of a focused OR surface activated * deps: update zig-wayland to fix build on aarch64 * flags: further cleanup after Zig 0.10 * deps: update to Zig 0.10 * render: fix rounding for fractional scaling * session-lock: fix assertion failure on abnormal client behavior * session-lock: fix assertion failure due to race * session-lock: wait for present before locking * rivertile: fix code to disallow 0 main count * render: premultiply alpha for user-provided colors * completions: add keyboard-layout * ci: Use meson setup command * river: fix bug in snap down / right OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=10
19 lines
777 B
Plaintext
19 lines
777 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/riverwm/river.git</param>
|
|
<param name="revision">06cb76f937e15c1830e606c892dbf64601345201</param>
|
|
<param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
|
</service>
|
|
<service name="tar" mode="disabled"/>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">zstd</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|