]> git.pld-linux.org Git - SPECS.git/blob - gtkpbbuttons.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / gtkpbbuttons.spec
1 Summary:        This client for pbbuttonsd displays small GTK+ popup windows
2 Summary(pl.UTF-8):      Klient dla pbbuttonsd wyświetlający małe okienka z użyciem GTK+
3 Name:           gtkpbbuttons
4 Version:        0.6.8
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/pbbuttons/%{name}-%{version}.tgz
9 # Source0-md5:  59ae81ec9eefe905e24cabde123ac496
10 URL:            http://pbbuttons.sourceforge.net/projects/gtkpbbuttons/
11 BuildRequires:  autoconf
12 BuildRequires:  gettext-tools
13 BuildRequires:  gtk+2-devel
14 BuildRequires:  pbbuttonsd-lib
15 BuildRequires:  pkgconfig
16 Requires:       pbbuttonsd
17 ExclusiveArch:  %{ix86} ppc
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This client for pbbuttonsd displays small GTK+ popup windows each time
22 a message from the daemon pbbuttonsd appeares. The following windows
23 could pop up:
24 - brightness level
25   The current display brightness level would be displayed.
26 - volume level
27   The current volume level would be displayed
28 - mute
29   The window shows if the speakers were muted.
30 - battery warning
31   This window shows that battery is running low and how long it would
32   last until shutdown.
33 - trackpad mode
34   This window shows the current trackpad mode.
35 - sleep warning
36   This window shows that the machine is going to enter sleep mode.
37   Usually at that time you could press any key or move the mouse to
38   prevent sleep mode.
39
40 %description -l pl.UTF-8
41 Ten klient pbbuttonsd wyświetla z użyciem GTK+ małe okienka po każdym
42 komunikacie od demona pbbuttonsd. Okienka te mogą zawierać:
43 - aktualny poziom jasności
44 - aktualną głośność
45 - informację, czy dźwięk jest aktualnie wyciszony
46 - ostrzeżenie o zbliżającym się wyczerpaniu baterii
47 - informację o aktualnym trybie trackpada
48 - ostrzeżenie o wchodzeniu komputera w stan uśpienia - pozwalające
49   zapobiec uśpieniu przez naciśnięcie klawisza lub poruszenie myszy.
50
51 %prep
52 %setup -q
53
54 %build
55 %{__autoconf}
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %find_lang %{name}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS BUGS ChangeLog NEWS README TODO
73 %attr(755,root,root) %{_bindir}/*
74 %{_mandir}/man1/*
75 %{_mandir}/man5/*
76 %{_datadir}/%{name}
This page took 0.169316 seconds and 3 git commands to generate.