]> git.pld-linux.org Git - packages/failsafewm.git/blob - failsafewm.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/failsafewm.git] / failsafewm.spec
1 Summary:        Window manager for REAL minimalists
2 Summary(pl):    Zarz±dca okien dla prawdziwych minimalistów
3 Name:           failsafewm
4 Version:        0.0.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers
8 Source0:        http://www.small-window-manager.de/%{name}-%{version}.tgz
9 URL:            http://www.small-window-manager.de/
10 BuildRequires:  XFree86-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _sysconfdir     /etc/X11/%{name}
14
15 %description
16 failsafewm is at a very early development stage... It is just
17 something for REAL minimalists.
18
19 Usage:
20
21 Alt-Tab: cycles windows
22 Alt-F2 : window under mouse can be moved until a mouse button is pressed.
23 Alt-F3 : window under mouse can be resized until a mouse button is pressed.
24 Alt-F4 : does currently nothing.
25 Alt-F5 : raise window under mouse cursor
26
27 failsafewm may be still instable.
28
29 %description -l pl
30 failsafewm jest na pocz±tkowym etapie rozwoju. Co¶ dla prawdziwych
31 minimalistów.
32
33 U¿ycie:
34
35 Alt-Tab: zmienia cyklicznie okna.
36 Alt-F2 : przesuwa okno znajduj±ce siê pod kursorem myszy do momentu
37          naci¶niêcia przycisku myszy.
38 Alt-F3 : zmienia rozmiary okna do momentu naci¶niêcia przycisku myszy.
39 Alt-F4 : na razie nie robi nic.
40 Alt-F5 : uaktywnia okno pod kursorem.
41
42 failsafewm mo¿e nie dzia³aæ najlepiej.
43
44 %prep
45 %setup -q -n failsafewm
46
47 %build
48 %{__make} CFLAGS="%{rpmcflags} %{rpmldflags}"
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT%{_bindir}
53
54 install failsafewm $RPM_BUILD_ROOT%{_bindir}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS
62 %attr(755,root,root) %{_bindir}/*
This page took 0.099517 seconds and 3 git commands to generate.