Files
niri/_service
Muhammad Akbar Yanuar Mantari 273cda62fe Accepting request 1306146 from home:mantarimay:branches:X11:Wayland
- Update to version 25.08+41:
  * Update libdisplay-info and Smithay (popup destruction protocol
    check, constraints check)
  * Move workspace options check to workspace tests
  * layout/workspace: Rearrange checks
  * Fix DnD icon offset from surface cursor
  * Revert "revert nushell completion for flake.nix"
  * nix: Bump flake.lock
  * Fix layer-shell initial commit logic
  * Update Smithay (last_acked refactor, Qt layer-shell popup grab
    fix, popup ordering fix)
  * Add unmap-from-floating test
  * tests/client: Check and panic on protocol error
  * Add sending initial configure trace log
  * Downgrade lack of our initial configure from error! to debug!
  * Improve commit handler trace logging
  * layout/scrolling: Remove more redundant animate args
  * layout/scrolling: Remove now-redundant animate arg
  * layout/tile: Animate un/fullscreen resize
  * layout/tile: Remove unused function
  * layout/tile: Extract two variables
  * layout/scrolling: Animate tiles_origin changing on 
    un/fullscreen
  * layout/scrolling: Track pending vs. current fullscreen for
    Columns
  * layout/scrolling: Store view_offset_before_fullscreen when
    column actually goes fullscreen
  * tests/fullscreen: Add broken slow client unfullscreen view
    offset restoration test
  * tests: Move complete_animations() to Fixture
  * layout/tests/fullscreen: Add broken removing tile view pos
    restore test
  * Add unfullscreen view offset restoration tests
  * layout/tests: Extract fullscreen tests to submodule
  * Make hot corners configurable, including per-output (#2108)
  * Include play/stop/prev/next media keys in the default config.
  * layout: End DnD gesture when toggling interactive move to
    floating
  * layout: Fix crash when a window opens next-to an only
    interactively moved window with no outputs
  * layout/tests: Mark operations_dont_panic as slow
  * niri.spec.rpkg: Add xwayland-satellite dependency
  * Update cargo-rpm version
  * Don't clear DISPLAY/WAYLAND_DISPLAY/WAYLAND_SOCKET on WSL with
    --session
  * wiki: Remove rofi-wayland mention
  * wiki: Add Name and Logo page
  * wiki: Set vertical-align: middle for tables
  * wiki/Accessibility: Mention more current limitations
  * wiki/Xwayland: Added a mention of Native Wayland for gaming
    compat
  * wiki/Accessibility: Clarify workspace announcement
  * wiki/Accessibility: Mention xfce4-appfinder

OBS-URL: https://build.opensuse.org/request/show/1306146
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/niri?expand=0&rev=38
2025-09-20 15:33:29 +00:00

24 lines
820 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="localonly">
<param name="url">https://github.com/YaLTeR/niri.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">niri</param>
<param name="update">false</param>
</service>
</services>