forked from pool/wayshot
- Update to version 1.3.1:
* New features
- CLI fuzzy selector (--chooseoutput) for screenshots
* Improvements
- Switch log crate with tracing and parallelize image alterations
- Moved multi-monitor logic from wayshot to libwayshot
- Remove uneeded resizes and rotations of image buffers
- Deprecate xdpw fork in favor of the luminous portal
- Update wayland crates
- Note that libwayshot contains breaking changes and improvements
as well but will not be mentioned here since this is wayshot, the cli.
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayshot?expand=0&rev=43
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">wayshot-*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|
|
|