Accepting request 624721 from home:okurz:branches:X11:windowmanagers
Update to 2.3.1 OBS-URL: https://build.opensuse.org/request/show/624721 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-vicious?expand=0&rev=6
This commit is contained in:
parent
fa1415a316
commit
1f92544ce7
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 18:47:56 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 2.3.1:
|
||||
* Allow widget to be a function again
|
||||
* btc: also usuable with cjson
|
||||
* btc: remove synchronous variant and dead code
|
||||
* Bitcoin price widget.
|
||||
* Do not hide loading errors when widgets failed to load
|
||||
* cmus: use correct shell escape function
|
||||
* Add widget for cmus (follow mpd conventions) (#46)
|
||||
- Switch to https://github.com/Mic92/vicious
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 13:38:51 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package awesome-vicious
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,17 +15,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define packname vicious
|
||||
|
||||
Name: awesome-vicious
|
||||
Version: 2.1.3
|
||||
Version: 2.3.1
|
||||
Release: 0
|
||||
Summary: Vicious plugins for awesome
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/Other
|
||||
Source0: http://git.sysphere.org/vicious/snapshot/%packname-%{version}.tar.xz
|
||||
Source1: AUTHORS
|
||||
Url: http://git.sysphere.org/vicious/
|
||||
Source: https://github.com/Mic92/vicious/archive/v%{version}.tar.gz#/%packname-%{version}.tar.gz
|
||||
Url: https://github.com/Mic92/%{packname}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: awesome >= 3.4.4
|
||||
Recommends: awesome-freedesktop
|
||||
@ -36,9 +36,7 @@ BuildArch: noarch
|
||||
Vicious is a modular widget library for the "awesome" window manager,
|
||||
derived from the "Wicked" widget library. It has some of the old
|
||||
Wicked widget types, a few of them rewritten, and a good number of new
|
||||
ones:
|
||||
|
||||
http://git.sysphere.org/vicious/about/
|
||||
ones.
|
||||
|
||||
Vicious widget types are a framework for creating your own awesome
|
||||
widgets. Vicious contains modules that gather data about your system,
|
||||
@ -56,8 +54,7 @@ are used instead, where available:
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %packname-%version
|
||||
cp %{S:1} .
|
||||
%setup -q -n %packname-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -71,7 +68,8 @@ cp %{S:1} .
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README CHANGES AUTHORS TODO
|
||||
%doc README.md Changes.md TODO
|
||||
%license LICENSE
|
||||
%dir %{_datadir}/awesome
|
||||
%dir %{_datadir}/awesome/lib
|
||||
%{_datadir}/awesome/lib/vicious
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97ffb824af89f2d205b0f0909601a32d761c0c02353b59b4314fd2cc47b2a387
|
||||
size 39336
|
3
vicious-2.3.1.tar.gz
Normal file
3
vicious-2.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:101e8ec6a71f7c8da7c653f4fa0f276db20227e2ad98b2d31702ce6735607d95
|
||||
size 47484
|
Loading…
Reference in New Issue
Block a user