]> git.pld-linux.org Git - packages/awesome-plugin-rodentbane.git/blob - awesome-plugin-rodentbane.spec
- builder script needs %prep
[packages/awesome-plugin-rodentbane.git] / awesome-plugin-rodentbane.spec
1 %define         rel 20090623
2 Summary:        An awesome plugin that allow to manipulate mouse cursor using keyboard
3 Summary(pl.UTF-8):      Wtyczka awesome pozwalająca używać kursora myszy przy uzyciu klawiatury
4 Name:           awesome-plugin-rodentbane
5 Version:        0
6 Release:        0.%{rel}.1
7 License:        WTFPL
8 Group:          X11/Window Managers
9 # git clone git://git.glacicle.com/awesome/rodentbane.git
10 Source0:        rodentbane.lua
11 Requires:       awesome-plugin-awful
12 Requires:       awesome-plugin-beautiful
13 Requires:       xdotool
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Rodentbane is an implementation of keynav in a lua module for awesome.
18 It allows for rapid control of the mouse cursor using just the
19 keyboard, and can speed up your workflow significantly. It is mean to
20 be used in situations where regular window manager and application
21 bindings will not suffice, and you absolutely have to use a click
22 event. (Think flash objects inside webpages) It is not meant as a
23 full-blown replacement for using the mouse, for that, you will need to
24 set keybindings and use programs that support full keyboard control
25 (such as awesome, of course).
26
27 %description -l pl.UTF-8
28 Rodenbane jest implementacją idei "keynav" w module jeżyka lua dla
29 zarządcy okien awesome. Wtyczka ta pozwala szybko i efektywnie
30 posługiwać się kursorem myszy korzystając tylko z klawiatury, co może
31 znacząco usprawnić pracę z komputerem. Rodenbane pozwala obejść się
32 bez myszy nawet w aplikacjach w których pewne akcje nie są normalnie
33 dostępne z poziomu klawiatury. Przykładem mogą tu być objekty flash na
34 stronach www. Rodenbane nie zastępuje jednak w pełni myszy. Czasem
35 wygodniej jest używać aplikacji, która może być w całości kontrolowana
36 z poziomu klawiatury (takiej jak na przykład zarządca okien awesome).
37
38 %prep
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib
43 install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/awesome/lib
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %{_datadir}/awesome/lib/rodentbane.lua
This page took 0.042675 seconds and 3 git commands to generate.