lf/_service
OBS User smolsheep 8582e52e2d - Update to version 34:
Breaking:
  * The autoquit option is now enabled by default.
  New:
  * A new option locale is added to sort files based on the
    collation rules of the provided locale. This feature is
    currently experimental.
  * A new on-init hook command is added to allow triggering custom
    actions when lf has finished initializing and connecting to the
    server.
  Fix:
  * The background color now renders properly when displaying
    filenames.
  * A bug where the on-quit hook command causes an infinite loop
    has been fixed.
  * File sizes now display correctly after being copied when watch
    is enabled.
  * Files are now automatically unselected when removed by an
    external process, when watch is enabled.

OBS-URL: https://build.opensuse.org/package/show/utilities/lf?expand=0&rev=13
2025-02-15 14:40:38 +00:00

16 lines
549 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/gokcehan/lf.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">r(.*)</param>
</service>
<service name="set_version" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual"/>
</services>