]> git.pld-linux.org Git - packages/wmctrl.git/blob - wmctrl.spec
- unified pl
[packages/wmctrl.git] / wmctrl.spec
1 Summary:        wmctrl - a command line tool to interact with an EWMH/NetWM compatible X Window Managers
2 Summary(pl):    wmtrl - tekstowe narzêdzie do interakcji z zarz±dcami okien kompatybilnymi z EWMH/NetWM
3 Name:           wmctrl
4 Version:        1.07
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Vendor:         Tomas Styblo <tripie@cpan.org>
9 Source0:        http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
10 # Source0-md5:  1fe3c7a2caa6071e071ba34f587e1555
11 URL:            http://sweb.cz/tripie/utils/wmctrl/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libtool
16 BuildRequires:  glib2-devel
17 BuildRequires:  pkgconfig
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 It provides command line access to almost all the features defined in
22 the EWMH specification. Using it, it's possible to, for example,
23 obtain information about the window manager, get a detailed list of
24 desktops and managed windows, switch and resize desktops, change
25 number of desktops, make windows full-screen, always-above or sticky,
26 and activate, close, move, resize, maximize and minimize them.
27
28 The command line access makes it easy to automate these tasks and
29 execute them from any application that is able to run a command in
30 response to some event.
31
32 Please note that wmctrl only works with window managers which
33 implement this specification.
34
35 %description -l pl
36 wmctrl dostarcza narzêdzie umo¿liwiaj±ce dostêp do wiêkszo¶ci
37 w³a¶ciwo¶ci zdefiniowanych w specyfikacji EWMH. U¿ywaj±c go jest
38 mo¿liwe (na przyk³ad) uzyskanie informacji o zarz±dcy okien,
39 pobranie szczegó³owej listy pulpitów i okien, prze³±czanie siê i
40 zmienianie rozmiarów pulpitów, zmienianie nazw pulpitów, powiêkszanie
41 okien, ich aktywacja, zamykanie, przesuwanie i minimalizowanie.
42
43 Dostêp z poziomu wiersza poleceñ pozwala na ³atw± automatyzacjê tych
44 zadañ i wykonywanie ich z poziomu dowolnej aplikacji, która potrafi
45 uruchamiaæ polecenia w wyniku jakich¶ zdarzeñ.
46
47 Nale¿y zauwa¿yæ, ¿e wmctrl dzia³a tylko w tych zarz±dcach okien, które
48 stosuj± siê do specyfikacji.
49
50 %prep
51 %setup -q
52
53 %build
54 rm -f missing aclocal.m4
55 %{__libtoolize}
56 %{__aclocal}
57 %{__autoconf}
58 %{__automake}
59 %configure
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc AUTHORS README
74 %attr(755,root,root) %{_bindir}/wmctrl
This page took 0.065071 seconds and 3 git commands to generate.