Accepting request 895432 from home:susnux:branches:X11:windowmanagers
Update to version 2.5.0 OBS-URL: https://build.opensuse.org/request/show/895432 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-vicious?expand=0&rev=11
This commit is contained in:
parent
0d2bfcfb17
commit
12af36b1a3
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 26 00:17:57 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 2.5.0
|
||||||
|
* Added vicious.call_async asynchronous analogous to vicious.call
|
||||||
|
* Feature: [hwmontemp] Bring back sysfs path cache
|
||||||
|
* Fixed fallback the number of lines before packages listing to 0
|
||||||
|
* Remove trailing semicolon at the end of command.
|
||||||
|
* volume now uses other emojis to show mute state.
|
||||||
|
This BREAKS backward compatibility if users substitute custom
|
||||||
|
symbols from these default.
|
||||||
|
* Added notmuch_all, cpu_freebsd widget types
|
||||||
|
* [cmus_all] Promote to widgets/.
|
||||||
|
* [wifiiw_linux] Expose BSSID.
|
||||||
|
* [wifi_linux] Expose frequency and transmission power.
|
||||||
|
* spawn as a fallback for awful.spawn in case Vicious is used as a
|
||||||
|
stand-alone library.
|
||||||
|
* Added helpers.setasyncall to avoid writing redundant workers for
|
||||||
|
asynchronous widget types.
|
||||||
|
* Added helpers.setcall for registering functions as widget types.
|
||||||
|
* Deprecate the use of io.popen
|
||||||
|
* [pkg,weather,contrib/btc] Allow function call without Awesome
|
||||||
|
* Removed: helpers.sysctl and helpers.sysctl_table were removed
|
||||||
|
in favour of helpers.sysctl_async.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 28 15:07:50 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Wed Apr 28 15:07:50 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define packname vicious
|
%define packname vicious
|
||||||
|
|
||||||
Name: awesome-vicious
|
Name: awesome-vicious
|
||||||
Version: 2.3.3
|
Version: 2.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vicious plugins for awesome
|
Summary: Vicious plugins for awesome
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
URL: https://github.com/vicious-widgets/vicious
|
URL: https://github.com/vicious-widgets/vicious
|
||||||
Source: %{URL}/archive/v%{version}.tar.gz#/%{packname}-%{version}.tar.gz
|
Source: %{url}/archive/v%{version}.tar.gz#/%{packname}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: awesome >= 3.4.4
|
Requires: awesome >= 3.4.4
|
||||||
Recommends: awesome-freedesktop
|
Recommends: awesome-freedesktop
|
||||||
@ -65,9 +65,10 @@ are used instead, where available:
|
|||||||
%{__install} -m 644 -D widgets/* %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
|
%{__install} -m 644 -D widgets/* %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
|
||||||
%{__install} -m 644 -D init.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
%{__install} -m 644 -D init.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
||||||
%{__install} -m 644 -D helpers.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
%{__install} -m 644 -D helpers.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
||||||
|
%{__install} -m 644 -D spawn.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md Changes.md TODO
|
%doc README.md CHANGELOG.rst TODO
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{_datadir}/awesome
|
%dir %{_datadir}/awesome
|
||||||
%dir %{_datadir}/awesome/lib
|
%dir %{_datadir}/awesome/lib
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:062f0e8c802a07b58d094fcc66aba7a7de242726733d31ee607a483c20c4957c
|
|
||||||
size 50564
|
|
3
vicious-2.5.0.tar.gz
Normal file
3
vicious-2.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c25ce6e7e7539a5b62ff63ff2cc783b4f723cc1e3bcab1871804abc098d8fd96
|
||||||
|
size 67557
|
Loading…
Reference in New Issue
Block a user