374a99ab05
* Fixed "Illegal format character q" error seen on non GNU (including macOS and BSD) systems * Fixed a UI issue causing lower priority styles being fully ignored * Press f1 to see the global help menu from any mode, without leaving the mode. * Current mode help menu will be displayed on top of the global help menu. * Added hook: on_selection_change. * Documentation improvements. OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=29
14 lines
433 B
Plaintext
14 lines
433 B
Plaintext
<services>
|
|
<service name="download_files" mode="disabled" />
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srctar">xplr-0.21.3.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">false</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">xplr-0.21.3</param>
|
|
</service>
|
|
<service name="source_validator" mode="disabled" />
|
|
</services>
|
|
|