]> git.pld-linux.org Git - packages/awesome-plugin-rodentbane.git/blob - awesome-plugin-rodentbane.spec
e4286ae34af25735c130e6440bafb914aaa34678
[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 Rodentable 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. Rodentable 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. Rodentable 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 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib
41 install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/awesome/lib
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %{_datadir}/awesome/lib/rodentbane.lua
This page took 0.058399 seconds and 2 git commands to generate.