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