forked from pool/awesome-vicious
Accepting request 895785 from X11:windowmanagers
OBS-URL: https://build.opensuse.org/request/show/895785 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/awesome-vicious?expand=0&rev=8
This commit is contained in:
commit
f327954c00
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 27 08:22:00 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update old RPM macros/constructs.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
@ -52,22 +52,22 @@ are used instead, where available:
|
|||||||
- wireless_tools for the Wireless widget type
|
- wireless_tools for the Wireless widget type
|
||||||
- curl for widget types accessing network resources
|
- curl for widget types accessing network resources
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{packname}-%{version}
|
%autosetup -n %{packname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__install} -d %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
|
install -d %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
|
||||||
%{__install} -d %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
|
install -d %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
|
||||||
%{__install} -m 644 -D contrib/* %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
|
install -Dm 644 contrib/* %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
|
||||||
%{__install} -m 644 -D widgets/* %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
|
install -Dm 644 widgets/* %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
|
||||||
%{__install} -m 644 -D init.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
install -Dm 644 init.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
||||||
%{__install} -m 644 -D helpers.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
install -Dm 644 helpers.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
||||||
|
install -Dm 644 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