- Update to version 0.6.0
+ Fixes
- The shell-completions subcommand is now run before anything
is set up
- Fix nix flake
- Fix jq
- Labels now use gtk's truncation system
+ Features
- Add libdbusmenu-gtk3-devel BuildRequires: add systray widget
- Add :checked property to checkbox
- Disable cargo update: could not find `ObjectExt` in `glib`
(gh#elkowar/eww#1062 gh#elkowar/eww#1063)
- Add cargo test script
- Add CHANGELOG.md to doc
OBS-URL: https://build.opensuse.org/request/show/1178023
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/eww?expand=0&rev=4
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">eww-*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">false</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual"/>
|
|
</services>
|