X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=awesome-plugin-vicious.spec;h=2556f4e266ae837ab3466bb6bd4a296aed33f08e;hb=b09ba9e3cca5fb986cfc6a10f4a0c0d8c652ecce;hp=7e173054e40b07ffcb05eddb3edaa4c1456423eb;hpb=bc30e887ef42ec72f76a4ab1aa3551fd0e4c05bb;p=packages%2Fawesome-plugin-vicious.git diff --git a/awesome-plugin-vicious.spec b/awesome-plugin-vicious.spec index 7e17305..2556f4e 100644 --- a/awesome-plugin-vicious.spec +++ b/awesome-plugin-vicious.spec @@ -2,17 +2,19 @@ Summary: Vicious is a modular widget library for the "awesome" window manager Summary(hu.UTF-8): Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz Name: awesome-plugin-%{shortname} -Version: 1.0.23 +Version: 2.0.2 Release: 1 License: GPL v2 Group: X11/Window Managers/Tools Source0: http://git.sysphere.org/vicious/snapshot/vicious-%{version}.tar.gz -# Source0-md5: 47db633f88a0bdcbf112042820a0009b -Source1: moc.lua -Patch0: %{name}-readme.patch -Patch1: %{name}-graph.patch +# Source0-md5: 72416b8339d229dd1d1bfa00921416aa +Patch0: %{name}-graph.patch URL: http://awesome.naquadah.org/wiki/Vicious Requires: awesome >= 3.4 +Suggests: alsa-utils +Suggests: curl +Suggests: hddtemp +Suggests: wireless-tools Obsoletes: awesome-plugin-wicked BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -22,21 +24,30 @@ Vicious is a modular widget library for the "awesome" window manager, derived from the "Wicked" widget library. Vicious widget types are a framework for creating your own widgets. +Volume widget needs alsa-utils. +Gmail widget needs curl. +HDD Temperature widget needs hddtemp. +Wireless widget needs wireless-tools. + %description -l hu.UTF-8 Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz, a Wicked widget könyvtár alapjain. Vicious egy keretrendszert is biztosít saját widgetek létrehozásához. +Volume widgetnek kell alsa-utils. +Gmail widgetnek kell curl. +HDD Temperature widgetnek kell hddtemp. +Wireless widgetnek kell wireless-tools. + %prep %setup -q -n %{shortname}-%{version} %patch0 -p1 -%patch1 -p1 %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname} +install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}/widgets install *.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname} -install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname} +install widgets/*.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}/widgets %clean rm -rf $RPM_BUILD_ROOT