]> git.pld-linux.org Git - packages/awesome-plugin-vicious.git/blame - awesome-plugin-vicious.spec
- 2.0.1
[packages/awesome-plugin-vicious.git] / awesome-plugin-vicious.spec
CommitLineData
e0a62582
ZU
1%define shortname vicious
2Summary: Vicious is a modular widget library for the "awesome" window manager
3Summary(hu.UTF-8): Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz
4Name: awesome-plugin-%{shortname}
25cf302f 5Version: 2.0.1
1994b26f 6Release: 1
e0a62582
ZU
7License: GPL v2
8Group: X11/Window Managers/Tools
9Source0: http://git.sysphere.org/vicious/snapshot/vicious-%{version}.tar.gz
25cf302f 10# Source0-md5: 5675d5afabc4c06df3614647befea374
780deb9f 11Patch0: %{name}-graph.patch
e0a62582 12URL: http://awesome.naquadah.org/wiki/Vicious
5e63ffbf 13Requires: awesome >= 3.4
27de5997
ZU
14Suggests: alsa-utils
15Suggests: curl
16Suggests: hddtemp
17Suggests: wireless-tools
5e63ffbf 18Obsoletes: awesome-plugin-wicked
e0a62582
ZU
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Vicious is a modular widget library for the "awesome" window manager,
24derived from the "Wicked" widget library. Vicious widget types are a
25framework for creating your own widgets.
26
27de5997
ZU
27Volume widget needs alsa-utils.
28Gmail widget needs curl.
29HDD Temperature widget needs hddtemp.
30Wireless widget needs wireless-tools.
31
e0a62582 32%description -l hu.UTF-8
5e63ffbf 33Vicious egy moduláris widget könyvtár az "awesome" ablakkezelőhöz, a
e0a62582
ZU
34Wicked widget könyvtár alapjain. Vicious egy keretrendszert is
35biztosít saját widgetek létrehozásához.
36
27de5997
ZU
37Volume widgetnek kell alsa-utils.
38Gmail widgetnek kell curl.
39HDD Temperature widgetnek kell hddtemp.
40Wireless widgetnek kell wireless-tools.
41
e0a62582
ZU
42%prep
43%setup -q -n %{shortname}-%{version}
5e63ffbf 44%patch0 -p1
e0a62582
ZU
45
46%install
47rm -rf $RPM_BUILD_ROOT
bafd2777 48install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}/widgets
e0a62582 49install *.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}
bafd2777 50install widgets/*.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib/%{shortname}/widgets
e0a62582
ZU
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc CHANGES README
58%{_datadir}/awesome/lib/%{shortname}
This page took 0.062367 seconds and 4 git commands to generate.