1
0

Accepting request 624727 from X11:windowmanagers

- 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

OBS-URL: https://build.opensuse.org/request/show/624727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/awesome-vicious?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2018-07-23 16:03:11 +00:00 committed by Git OBS Bridge
commit c9f0723279
5 changed files with 26 additions and 35 deletions

20
AUTHORS
View File

@ -1,20 +0,0 @@
Authors
-------
Wicked written by:
- Lucas de Vries <lucas glacicle.com>
Vicious written by:
- Adrian C. (anrxc) <anrxc sysphere.org>
Vicious contributors:
- Michael Unterkalmsteiner <miciu gmx.de>
- Martin Striz <striz raynet.cz>
- Benedikt Sauer <filmor gmail.com>
- Greg D. <jabbas jabbas.pl>
- Henning Glawe <glaweh debian.org>
- Rémy C. <shikamaru mandriva.org>
- Hiltjo Posthuma <hiltjo codemadness.org>
- Hagen Schink <troja84 googlemail.com>
- Jörg Thalheim <jthalheim gmail.com>

View File

@ -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

View File

@ -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

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:101e8ec6a71f7c8da7c653f4fa0f276db20227e2ad98b2d31702ce6735607d95
size 47484