commit c21bb87de85f952b4cdd34748ca7bc8e3faf2eab7750f6a44aaa76ecaa8ea20d Author: Togan Muftuoglu Date: Wed Oct 31 18:58:39 2012 +0000 Accepting request 139882 from home:toganm:wmanager Enhancement package for awesome windowmanager OBS-URL: https://build.opensuse.org/request/show/139882 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-vicious?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..d43d351 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,20 @@ +Authors +------- +Wicked written by: + - Lucas de Vries + +Vicious written by: + - Adrian C. (anrxc) + +Vicious contributors: + - Michael Unterkalmsteiner + - Martin Striz + - Benedikt Sauer + - Greg D. + - Henning Glawe + - Rémy C. + - Hiltjo Posthuma + - Hagen Schink + - Jörg Thalheim + + diff --git a/awesome-vicious.changes b/awesome-vicious.changes new file mode 100644 index 0000000..fa79398 --- /dev/null +++ b/awesome-vicious.changes @@ -0,0 +1,30 @@ +------------------------------------------------------------------- +Wed Oct 31 18:48:20 UTC 2012 - toganm@opensuse.org + +- Update to official version 2.1.0 + Cleanup spec to meet guidelines + + +------------------------------------------------------------------- +Sat Feb 11 15:21:51 UTC 2012 - toganm@opensuse.org + +- Update to git201202051838 + * hddtemp: fix curl hang in version 7.24.0 + +------------------------------------------------------------------- +Wed Jan 25 14:40:03 UTC 2012 - toganm@opensuse.org + +- Update to git201201201335 + * Created AUTHORS and removed the names from spec + +------------------------------------------------------------------- +Wed Dec 21 19:12:43 UTC 2011 - toganm@opensuse.org + +- fixed spec +- removed service file + +------------------------------------------------------------------- +Tue Dec 20 14:42:47 UTC 2011 - toganm@opensuse.org + +- Switch to git version via service files + diff --git a/awesome-vicious.spec b/awesome-vicious.spec new file mode 100644 index 0000000..0ba0eed --- /dev/null +++ b/awesome-vicious.spec @@ -0,0 +1,79 @@ +# +# spec file for package awesome-vicious +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +%define packname vicious + +Name: awesome-vicious +Version: 2.1.0 +Release: 0 +Summary: Vicious plugins for awesome +License: GPL-2.0 +Group: System/GUI/Other +Source0: %packname-%{version}.tar.xz +Source1: AUTHORS +Url: http://git.sysphere.org/vicious/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: awesome >= 3.4.4 +Recommends: awesome-freedesktop +Recommends: awesome-shifty +BuildArch: noarch + +%description +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/ + +Vicious widget types are a framework for creating your own awesome +widgets. Vicious contains modules that gather data about your system, +and a few helper functions that make it easier to register timers, +suspend widgets and so on. + +For now Vicious doesn't depend on any third party Lua libraries, to +make it easier to install and use. That means some system utilities +are used instead, where available: + + - hddtemp for the HDD Temperature widget type + - alsa-utils for the Volume widget type + - wireless_tools for the Wireless widget type + - curl for widget types accessing network resources + + +%prep +%setup -q -n %packname-%version +cp %{S:1} . + +%build + +%install +%{__install} -d %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib +%{__install} -d %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets +%{__install} -m 644 -D contrib/* %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib +%{__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 helpers.lua %{buildroot}/%{_datadir}/awesome/lib/vicious + +%files +%defattr(-,root,root,-) +%doc LICENSE README CHANGES AUTHORS TODO +%{_datadir}/awesome/lib/vicious +%dir %{_datadir}/awesome +%dir %{_datadir}/awesome/lib + +%changelog diff --git a/vicious-2.1.0.tar.xz b/vicious-2.1.0.tar.xz new file mode 100644 index 0000000..cdef723 --- /dev/null +++ b/vicious-2.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6b6a07db1f22893133fb557964fd93eacc34921012c9731c99aa82891c3a4e +size 35376