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