]> git.pld-linux.org Git - packages/gnome-applets.git/blame - gnome-applets.spec
- updated dependencies
[packages/gnome-applets.git] / gnome-applets.spec
CommitLineData
d54e2cae 1%define glib2_ver 1:2.44.0
ed271583 2%define gtk3_ver 3.20.0
98d9a9f8 3Summary: Small applications which embed themselves in the GNOME panel
c5f85e76
ER
4Summary(pl.UTF-8): Aplety GNOME - małe aplikacje osadzające się w panelu
5Summary(ru.UTF-8): Маленькие программы, встраивающиеся в панель GNOME
6Summary(uk.UTF-8): Маленькі програми, що вбудовуються в панель GNOME
6a5d9e40 7Name: gnome-applets
8085831e 8Version: 3.34.0
8d10c120 9Release: 1
917d2293 10Epoch: 1
ed271583 11License: GPL v2+, FDL
45551746 12Group: X11/Applications
8085831e
JR
13Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/3.34/%{name}-%{version}.tar.xz
14# Source0-md5: d9720f6a272243f42a84b06495f2a223
2fea7358 15URL: https://wiki.gnome.org/Projects/GnomeApplets
d54e2cae 16BuildRequires: adwaita-icon-theme >= 3.14.0
cc89d257 17%ifarch %{ix86} %{arm} mips ppc sh
d54e2cae
JB
18BuildRequires: apmd-devel
19%endif
09327ab9 20BuildRequires: autoconf >= 2.59
c2f3c0e4 21BuildRequires: automake >= 1:1.13
d54e2cae 22BuildRequires: dbus-devel >= 1.1.2
8c7fc452 23BuildRequires: dbus-glib-devel >= 0.74
76b82b4d 24BuildRequires: docbook-dtd412-xml
25BuildRequires: docbook-dtd43-xml
ed271583
JB
26BuildRequires: docbook-utils
27BuildRequires: gdk-pixbuf2-devel >= 2
847192cb 28BuildRequires: gettext-tools
d54e2cae 29BuildRequires: glib2-devel >= %{glib2_ver}
cc89d257 30BuildRequires: gnome-panel-devel >= 3.24.1
996f8772 31BuildRequires: gnome-settings-daemon-devel >= 3.0.0
d54e2cae 32BuildRequires: gtk+3-devel >= %{gtk3_ver}
a62fa08b 33BuildRequires: gucharmap-devel >= 3.2.1
b3da2f5b 34BuildRequires: intltool >= 0.40.0
277937eb 35BuildRequires: kernel-tools-cpupower-libs-devel
dfabdc7c 36BuildRequires: libgtop-devel >= 1:2.22.0
7aa5feeb 37BuildRequires: libgweather-devel >= 3.28.0
d54e2cae 38BuildRequires: libiw-devel >= 28
996f8772 39BuildRequires: libnotify-devel >= 0.7
c2f3c0e4 40BuildRequires: libtool >= 2:2
ed271583 41BuildRequires: libwnck-devel >= 3.14.1
d1f76fcc 42BuildRequires: libxml2-devel >= 1:2.6.30
09327ab9
MB
43BuildRequires: libxslt-progs >= 1.1.20
44BuildRequires: pkgconfig >= 1:0.19
3fb1e308 45BuildRequires: polkit-devel >= 0.97
298109c1 46BuildRequires: rpmbuild(find_lang) >= 1.23
ec9c457b 47BuildRequires: rpmbuild(macros) >= 1.311
996f8772 48BuildRequires: tar >= 1:1.22
7aa5feeb 49BuildRequires: tracker-devel >= 2.0
d54e2cae
JB
50BuildRequires: upower-devel >= 0.9.4
51BuildRequires: xorg-lib-libX11-devel
996f8772 52BuildRequires: xz
d54e2cae
JB
53BuildRequires: yelp-tools
54Requires: adwaita-icon-theme >= 3.14.0
cc89d257 55Requires: gnome-panel >= 3.24.1
10a4fb6a 56Obsoletes: gnome-applets-invest
deb3bb07 57Obsoletes: gnome-applets-keyboard
d54e2cae 58Obsoletes: gnome-applets-mixer
8085831e 59Obsoletes: gnome-applets-modemlights
eee291e8 60# sr@Latn vs. sr@latin
61Conflicts: glibc-misc < 6:2.7
29c6cc79 62BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6a5d9e40 63
6a5d9e40 64%description
93cffcb9 65The gnome-applets package provides Panel applets which enhance your
66GNOME experience.
6a5d9e40 67
afe4d16e
JR
68%description -l pl.UTF-8
69Pakiet gnome-applets udostępnia aplety Panelu, które usprawniają pracę
499a880d 70z GNOME.
6a5d9e40 71
afe4d16e
JR
72%description -l uk.UTF-8
73Пакет gnome-applets містить аплети Панелі GNOME, що збільшують
74комфортність роботи в середовищі GNOME.
be1274bb 75
afe4d16e
JR
76%description -l ru.UTF-8
77Пакет gnome-applets содержит апплеты Панели GNOME, увеличивающие
78комфортность работы в среде GNOME.
be1274bb 79
c3067899 80%package accessx-status
81Summary: Keyboard Accessibility Status applet
c5f85e76 82Summary(pl.UTF-8): Aplet stanu dostepności klawiatury
c3067899 83Group: X11/Applications
d54e2cae
JB
84URL: https://help.gnome.org/users/accessx-status/stable/
85Requires(post,postun): gtk-update-icon-cache
c3067899 86Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
87Requires: glib2 >= %{glib2_ver}
88Requires: gtk+3 >= %{gtk3_ver}
89Requires: hicolor-icon-theme
8c7fc452 90Suggests: gnome-control-center >= 2.26.0
c3067899 91
92%description accessx-status
37bba870
ER
93The Keyboard Accessibility Monitor shows you the status of the
94keyboard accessibility features when these are in use. For example,
95you can see which modifier keys are currently active, and which mouse
96buttons are being pressed via the keyboard.
c3067899 97
afe4d16e 98%description accessx-status -l pl.UTF-8
65c1b73f
JB
99Aplet monitora dostępności klawiatury pokazuje stan funkcji
100zwiększających dostępność klawiatury, kiedy są włączone. Pozwala
101zobaczyć m.in. które klawisze modyfikatorów są aktywne albo które
102przyciski myszy są wciskane z poziomu klawiatury.
c3067899 103
104%package battstat
105Summary: Battery Charge Monitor applet
c5f85e76 106Summary(pl.UTF-8): Aplet monitora stanu naładowania akumulatora
c3067899 107Group: X11/Applications
d54e2cae
JB
108URL: https://help.gnome.org/users/battstat/stable/
109Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 110Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
111Requires: glib2 >= %{glib2_ver}
112Requires: gtk+3 >= %{gtk3_ver}
113Requires: libnotify >= 0.7
114Requires: upower >= 0.9.4
c3067899 115
116%description battstat
37bba870
ER
117The Battery Charge Monitor shows the status of any batteries in your
118laptop computer. The monitor can tell you the capacity remaining both
119visually and as a percentage, as well as offer you an estimate of the
120time remaining based off the current usage rate.
c3067899 121
afe4d16e 122%description battstat -l pl.UTF-8
65c1b73f
JB
123Aplet monitora stanu naładowania akumulatora pokazuje stan wszelkich
124baterii w laptopie. Monitor informuje o pozostałej pojemności zarówno
125w postaci graficznej, jak i procentowej, a także podaje przybliżony
126pozostały czas pracy przy założeniu bieżącego użycia prądu.
c3067899 127
c2f3c0e4
JB
128%package brightness
129Summary: Brightness applet
130Summary(pl.UTF-8): Aplet jasności
131Group: X11/Applications
132Requires(post,postun): gtk-update-icon-cache
133Requires: %{name} = %{epoch}:%{version}-%{release}
134Requires: glib2 >= %{glib2_ver}
135Requires: gtk+3 >= %{gtk3_ver}
136Requires: hicolor-icon-theme
137
138%description brightness
139Brightness applet adjusts laptop panel brightness.
140
141%description brightness -l pl.UTF-8
142Aplet jasności dopasowuje jasność wyświetlacza laptopa.
143
c3067899 144%package charpicker
145Summary: Character Palette applet
c5f85e76 146Summary(pl.UTF-8): Aplet palety znaków
c3067899 147Group: X11/Applications
d54e2cae
JB
148URL: https://help.gnome.org/users/char-palette/stable/
149Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 150Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
151Requires: glib2 >= %{glib2_ver}
152Requires: gtk+3 >= %{gtk3_ver}
153Requires: gucharmap >= 3.2.1
c3067899 154
155%description charpicker
37bba870
ER
156The Character Palette provides a convenient way to access characters
157that are not on your keyboard, such as accented characters,
158mathematical symbols, special symbols, and punctuation marks.
159
160You can insert characters from the applet into text strings, for
161example in text documents or at the command line. You can customize
162the contents of the applet to suit your requirements.
163
164Character Palette supports the UTF-8 character encoding so you can use
165the palette to display or copy any Unicode character.
c3067899 166
afe4d16e 167%description charpicker -l pl.UTF-8
65c1b73f
JB
168Aplet palety znaków udostępnia wygodną metodę wprowadzania znaków nie
169istniejących na klawiaturze, takich jak znaki akcentowane, symbole
170matematyczne, symbole specjalne i znaki przestankowe.
171
172Przy pomocy apletu można wprowadzać znaki do łańcuchów tekstowych, na
173przykład w dokumentach tekstowych lub w linii poleceń. Zawartość
174apletu można dostosowywać do własnych wymagań.
175
176Paleta znaków obsługuje kodowanie znaków UTF-8, więc można jej używać
177do wyświetlania lub kopiowania dowolnych znaków unikodowych.
c3067899 178
ed271583
JB
179%package command
180Summary: Command applet - show the output of a command
181Summary(pl.UTF-8): Aplet polecenia, pokazujący wyjście z polecenia
182Group: X11/Applications
183Requires(post,postun): glib2 >= %{glib2_ver}
184Requires: %{name} = %{epoch}:%{version}-%{release}
185Requires: glib2 >= %{glib2_ver}
186Requires: gtk+3 >= %{gtk3_ver}
187
188%description command
189Command applet shows the output of a command.
190
191%description command -l pl.UTF-8
192Aplet polecenia pokazuje wyjście z podanego polecenia.
193
c3067899 194%package cpufreq
195Summary: CPU Frequency Scaling Monitor applet
c5f85e76 196Summary(pl.UTF-8): Aplet monitora częstotliwości procesora
c3067899 197Group: X11/Applications
d54e2cae
JB
198URL: https://help.gnome.org/users/cpufreq-applet/stable/
199Requires(post,postun): glib2 >= %{glib2_ver}
200Requires(post,postun): gtk-update-icon-cache
c3067899 201Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
202Requires: dbus-glib >= 0.74
203Requires: glib2 >= %{glib2_ver}
204Requires: gtk+3 >= %{gtk3_ver}
205Requires: hicolor-icon-theme
cc89d257 206Requires: polkit >= 0.97
23a406a7 207Obsoletes: gnome-applet-cpufreq
c3067899 208
209%description cpufreq
37bba870
ER
210The CPU Frequency Scaling Monitor provides a convenient way to monitor
211the CPU Frequency Scaling for each CPU.
c3067899 212
afe4d16e 213%description cpufreq -l pl.UTF-8
65c1b73f
JB
214Aplet monitora częstotliwości procesora umożliwia wygodne
215monitorowanie częstotliwości dla każdego procesora.
c3067899 216
217%package drivemount
218Summary: Disk Mounter applet
c5f85e76 219Summary(pl.UTF-8): Aplet do montowania dysków
c3067899 220Group: X11/Applications
d54e2cae 221URL: https://help.gnome.org/users/drivemount/stable/
c3067899 222Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
223Requires: glib2 >= %{glib2_ver}
224Requires: gtk+3 >= %{gtk3_ver}
c3067899 225
226%description drivemount
37bba870
ER
227The Disk Mounter enables you to quickly mount and unmount various
228types of drives and file systems.
c3067899 229
afe4d16e 230%description drivemount -l pl.UTF-8
65c1b73f
JB
231Aplet do montowania dysków, pozwalający szybko montować i odmontowywać
232różne rodzaje dysków i systemów plików.
c3067899 233
234%package geyes
65c1b73f
JB
235Summary: Geyes applet - tracking the mouse pointer
236Summary(pl.UTF-8): Aplet geyes - śledzenie wskaźnika myszy
c3067899 237Group: X11/Applications
d54e2cae
JB
238URL: https://help.gnome.org/users/geyes/stable/
239Requires(post,postun): glib2 >= %{glib2_ver}
240Requires(post,postun): gtk-update-icon-cache
c3067899 241Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
242Requires: glib2 >= %{glib2_ver}
243Requires: gtk+3 >= %{gtk3_ver}
244Requires: hicolor-icon-theme
c3067899 245
246%description geyes
37bba870
ER
247The Geyes applet provides an entertaining way to track the movement of
248the mouse pointer around your screen. The applet is an image of one or
249more eyes that follow the mouse pointer around the screen.
c3067899 250
afe4d16e 251%description geyes -l pl.UTF-8
65c1b73f
JB
252Aplet geyes to zabawny sposób śledzenia ruchu wskaźnika myszy po
253ekranie. Aplet jest obrazem jednego lub większej liczby oczu
254podążających za wskaźnikiem myszy.
c3067899 255
c3067899 256%package gweather
257Summary: Weather Report applet
c5f85e76 258Summary(pl.UTF-8): Aplet raportu pogodowego
c3067899 259Group: X11/Applications
d54e2cae
JB
260URL: https://help.gnome.org/users/gweather/stable/
261Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 262Requires: %{name} = %{epoch}:%{version}-%{release}
6261da7b 263Requires: dbus(org.freedesktop.Notifications)
d54e2cae
JB
264Requires: glib2 >= %{glib2_ver}
265Requires: gtk+3 >= %{gtk3_ver}
7aa5feeb 266Requires: libgweather >= 3.28.0
d54e2cae 267Requires: libnotify >= 0.7
c3067899 268
269%description gweather
65c1b73f
JB
270The Weather Report downloads weather information from the U.S.
271National Weather Service (NWS) servers, including the Interactive
272Weather Information Network (IWIN) and other weather services. You can
273use Weather Report to display current weather information and weather
37bba870 274forecasts on your computer.
c3067899 275
afe4d16e 276%description gweather -l pl.UTF-8
65c1b73f
JB
277Aplet raportu pogodowego ściąga informacje pogodowe z serwerów U.S.
278National Weather Service (NWS), wraz z siecią Interactive Weather
279Information Network (IWIN) oraz innych serwisów pogodowych. Apletu
280można używać do wyświetlania aktualnych informacji pogodowych oraz
281prognoz.
c3067899 282
c2f3c0e4
JB
283%package inhibit
284Summary: Inhibit applet
285Summary(pl.UTF-8): Aplet wyłączania
286Group: X11/Applications
287Requires(post,postun): gtk-update-icon-cache
288Requires: %{name} = %{epoch}:%{version}-%{release}
289Requires: glib2 >= %{glib2_ver}
290Requires: gtk+3 >= %{gtk3_ver}
291Requires: hicolor-icon-theme
292
293%description inhibit
294Inhibit applet allows user to inhibit automatic power saving.
295
296%description inhibit -l pl.UTF-8
297Aplet wyłączania pozwala użytkownikowi na wyłączenie automatycznego
298oszczędzania zasilania.
299
c3067899 300%package minicommander
301Summary: Command Line applet
c5f85e76 302Summary(pl.UTF-8): Aplet wiersza poleceń
c3067899 303Group: X11/Applications
d54e2cae
JB
304URL: https://help.gnome.org/users/command-line/stable/
305Requires(post,postun): glib2 >= %{glib2_ver}
306Requires(post,postun): gtk-update-icon-cache
c3067899 307Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
308Requires: glib2 >= %{glib2_ver}
309Requires: gtk+3 >= %{gtk3_ver}
310Requires: hicolor-icon-theme
c3067899 311
312%description minicommander
37bba870
ER
313The Command Line provides a command line that you can use within any
314panel on the desktop.
c3067899 315
afe4d16e 316%description minicommander -l pl.UTF-8
65c1b73f
JB
317Aplet wiersza poleceń udostępnia linię poleceń z poziomu każdego
318panelu na pulpicie.
c3067899 319
c3067899 320%package multiload
321Summary: System Monitor applet
c5f85e76 322Summary(pl.UTF-8): Aplet monitora systemu
c3067899 323Group: X11/Applications
d54e2cae
JB
324URL: https://help.gnome.org/users/multiload/stable/
325Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 326Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
327Requires: glib2 >= %{glib2_ver}
328Requires: gtk+3 >= %{gtk3_ver}
329Requires: libgtop >= 1:2.22.0
b3da2f5b 330Suggests: gnome-system-monitor >= 2.24.0
c3067899 331
332%description multiload
37bba870
ER
333The System Monitor displays system load information in graphical
334format in a panel.
c3067899 335
afe4d16e 336%description multiload -l pl.UTF-8
65c1b73f
JB
337Aplet monitora systemu wyświetla w panelu informacje o obciążeniu
338systemu w postaci graficznej.
c3067899 339
d54e2cae
JB
340%package netspeed
341Summary: Applet to show how much traffic occurs on a network device
342Summary(pl.UTF-8): Aplet pokazujący wielkość ruchu występującego na urządzeniu sieciowym
343Group: X11/Applications
344Requires(post,postun): glib2 >= %{glib2_ver}
345Requires(post,postun): gtk-update-icon-cache
346Requires: %{name} = %{epoch}:%{version}-%{release}
347Requires: glib2 >= %{glib2_ver}
348Requires: gtk+3 >= %{gtk3_ver}
349Requires: hicolor-icon-theme
350Requires: libiw >= 28
351Obsoletes: gnome-applet-netspeed
352
353%description netspeed
354Netspeed applet is just a little applet that shows how much traffic
355occurs on a specified network device.
356
357%description netspeed -l pl.UTF-8
358Netspeed to mały aplet pokazujący, jak duży ruch występuje na
359określonym urządzeniu sieciowym.
360
c2f3c0e4
JB
361%package search
362Summary: Tracker Search Bar
363Summary(pl.UTF-8): Pasek wyszukiwania Tracker
364Group: X11/Applications
365Requires: %{name} = %{epoch}:%{version}-%{release}
366Requires: glib2 >= %{glib2_ver}
367Requires: gtk+3 >= %{gtk3_ver}
7aa5feeb 368Requires: tracker >= 2.0
c2f3c0e4
JB
369
370%description search
371Tracker Search Bar allows to find your data quickly using Tracker.
372
373%description search -l pl.UTF-8
374Pasek wyszukiwania pozwala na szybkie wyszukiwanie danych za pomocą
375usługi Tracker.
376
c3067899 377%package stickynotes
378Summary: Sticky Notes applet
c5f85e76 379Summary(pl.UTF-8): Aplet notatek
c3067899 380Group: X11/Applications
d54e2cae
JB
381URL: https://help.gnome.org/users/stickynotes_applet/stable/
382Requires(post,postun): glib2 >= %{glib2_ver}
383Requires(post,postun): gtk-update-icon-cache
c3067899 384Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
385Requires: glib2 >= %{glib2_ver}
386Requires: gtk+3 >= %{gtk3_ver}
387Requires: hicolor-icon-theme
ed271583 388Requires: libwnck >= 3.14.1
d54e2cae 389Requires: libxml2 >= 1:2.6.30
c3067899 390Obsoletes: gnotes_applet
391
392%description stickynotes
37bba870
ER
393The Sticky Notes panel application enables you to create, view, and
394manage sticky notes on your desktop. You can edit the title, contents,
395dimensions, and style of sticky notes. When the panel is restarted,
396for example when you log out and log in again, all sticky notes are
397saved and reopened in the same position with the same dimensions and
398style.
c3067899 399
afe4d16e 400%description stickynotes -l pl.UTF-8
65c1b73f
JB
401Aplet notatek pozwala na tworzenie, oglądanie i zarządzanie
402przyczepianymi notatkami na pulpicie. Pozwala modyfikować tytuł,
996f8772
MB
403treść, wymiary i styl notatek. Przy restarcie panelu, na przykład przy
404wylogowaniu i ponownym zalogowaniu, wszystkie notatki są zapisywane, a
405następnie otwierane ponownie w tym samym miejscu, z tymi samymi
406wymiarami i stylem.
c3067899 407
ed271583
JB
408%package timer
409Summary: Timer applet
410Summary(pl.UTF-8): Aplet minutnika
411Group: X11/Applications
412Requires(post,postun): glib2 >= %{glib2_ver}
413Requires: %{name} = %{epoch}:%{version}-%{release}
414Requires: glib2 >= %{glib2_ver}
415Requires: gtk+3 >= %{gtk3_ver}
416Requires: libnotify >= 0.7
417
418%description timer
419Timer applet starts a timer and shows notification when it is
420finished.
421
422%description timer -l pl.UTF-8
423Aplet minutnika - pozwala uruchomić odliczanie czasu i powiadomić o
424jego ukończeniu.
425
c3067899 426%package trash
427Summary: Trash applet
c5f85e76 428Summary(pl.UTF-8): Aplet śmietnika
c3067899 429Group: X11/Applications
d54e2cae 430URL: https://help.gnome.org/users/trashapplet/stable/
c3067899 431Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
432Requires: glib2 >= %{glib2_ver}
433Requires: gtk+3 >= %{gtk3_ver}
c3067899 434
435%description trash
37bba870
ER
436The Panel Trash applet lets you manage your Trash from the panel.
437
438The trash on your panel acts identically to the trash on your desktop,
439however it is useful because your panels are always visible.
c3067899 440
afe4d16e 441%description trash -l pl.UTF-8
65c1b73f
JB
442Aplet śmietnika pozwala na zarządzanie śmietnikiem z poziomu panelu.
443
444Śmietnik w panelu zachowuje się tak samo, jak śmietnik na pulpicie,
445ale jest przydatny o tyle, że panele są zawsze widoczne.
c3067899 446
d54e2cae
JB
447%package windowpicker
448Summary: Window Picker applet
449Summary(pl.UTF-8): Aplet do wybierania okien
450Group: X11/Applications
451Requires(post,postun): glib2 >= %{glib2_ver}
452Requires: %{name} = %{epoch}:%{version}-%{release}
453Requires: glib2 >= %{glib2_ver}
454Requires: gtk+3 >= %{gtk3_ver}
ed271583 455Requires: libwnck >= 3.14.1
d54e2cae
JB
456
457%description windowpicker
458Window Picker is a port of the initial window-picker-applet made by
459Cannonical to GNOME 3 and GTK+ 3. It give you a task list that only
460contains the icons of each open window, but not the title. This saves
461a lot of space, especially if you have many open windows. You can use
462the mouse to reorder icons by drag and drop. Also on there are
463preferences to set additional options, such as greying out inactive
464icons.
465
466%description windowpicker -l pl.UTF-8
467Window Picket to port programu window-picker-applet napisanego przez
468Cannonical do środowiska GNOME 3 i GTK+ 3. Aplet podaje listę zadań
469zawierającą tylko ikony każdego otwartego okna, bez tytułu - oszczędza
470to dużo miejsca, zwłaszcza w przypadku wielu otwartych okien. Można
471zmieniać kolejność ikon myszką przez przeciąganie i upuszczanie.
472Dostępne są także ustawienia dla dodatkowych opcji, takich jak
473wyszarzanie nieaktywnych ikon.
474
277937eb
JR
475%package window-buttons
476Summary: Window buttons for your GNOME Panel
ae682585 477Summary(pl.UTF-8): Przyciski okien dla Panelu GNOME
277937eb
JR
478Group: X11/Applications
479Requires(post,postun): glib2 >= %{glib2_ver}
480Requires: %{name} = %{epoch}:%{version}-%{release}
481
482%description window-buttons
483GNOME violates Fitts's Law by putting a panel between the maxed window
484buttons and the corner of the screen. These applets were designed to
485solve the problem. Window Title and Window Buttons are essentially
486controls for windows that are placed on the Panel instead of a window.
487They also provide a clever way to increase vertical screen space. By
488default they only control maximized windows, but can be configured to
489control any focused window.
490
ae682585
JB
491%description window-buttons -l pl.UTF-8
492GNOME narusza Prawo Fittsa umieszczając panel między przyciskami
493maksymalnie powiększonego okna a rogiem ekranu. Aplety Window Title i
494Window Buttons powstały, aby rozwiązać ten problem; są to zasadniczo
495kontroli dla okien umieszone na panelu zamiast w oknie. Pozwalają
496powiększyć pionową przestrzeń ekranu w mądrzejszy sposób. Domyślnie
497kontrolują maksymalnie powiększone okna, ale można je tak
498skonfigurować tak, aby sterowały dowolne okno mające focus.
499
277937eb
JR
500%package window-title
501Summary: Window title for your GNOME Panel
ae682585 502Summary(pl.UTF-8): Tytuł okien dla Panelu GNOME
277937eb
JR
503Group: X11/Applications
504Requires(post,postun): glib2 >= %{glib2_ver}
505Requires: %{name} = %{epoch}:%{version}-%{release}
506
507%description window-title
508GNOME violates Fitts's Law by putting a panel between the maxed window
509buttons and the corner of the screen. These applets were designed to
510solve the problem. Window Title and Window Buttons are essentially
511controls for windows that are placed on the Panel instead of a window.
512They also provide a clever way to increase vertical screen space. By
513default they only control maximized windows, but can be configured to
514control any focused window.
515
ae682585
JB
516%description window-title -l pl.UTF-8
517GNOME narusza Prawo Fittsa umieszczając panel między przyciskami
518maksymalnie powiększonego okna a rogiem ekranu. Aplety Window Title i
519Window Buttons powstały, aby rozwiązać ten problem; są to zasadniczo
520kontroli dla okien umieszone na panelu zamiast w oknie. Pozwalają
521powiększyć pionową przestrzeń ekranu w mądrzejszy sposób. Domyślnie
522kontrolują maksymalnie powiększone okna, ale można je tak
523skonfigurować tak, aby sterowały dowolne okno mające focus.
524
6a5d9e40 525%prep
45551746 526%setup -q
deb3bb07 527
6a5d9e40 528%build
13413cf4 529%configure \
996f8772 530 --disable-silent-rules \
fdb71d94 531 --enable-mini-commander \
ed271583 532 --with-cpufreq-lib=cpupower
d54e2cae 533
08de5cc0 534%{__make}
6a5d9e40 535
536%install
537rm -rf $RPM_BUILD_ROOT
538
ec82d9a9 539%{__make} install \
d54e2cae 540 DESTDIR=$RPM_BUILD_ROOT
92cc239d 541
ed271583 542%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-applets/lib*.la
c2f3c0e4 543
996f8772 544%find_lang %{name}-3.0
d54e2cae
JB
545%find_lang accessx-status --with-gnome
546%find_lang battstat --with-gnome
547%find_lang char-palette --with-gnome
548%find_lang command-line --with-gnome
549%find_lang cpufreq-applet --with-gnome
550%find_lang drivemount --with-gnome
551%find_lang geyes --with-gnome
552%find_lang gweather --with-gnome
d54e2cae
JB
553%find_lang multiload --with-gnome
554%find_lang netspeed_applet --with-gnome
555%find_lang stickynotes_applet --with-gnome
556%find_lang trashapplet --with-gnome
b29528cb 557
93e72bf3
JB
558%clean
559rm -rf $RPM_BUILD_ROOT
560
c3067899 561%post accessx-status
dbca2d9e 562%update_icon_cache hicolor
c3067899 563
564%postun accessx-status
dbca2d9e 565%update_icon_cache hicolor
c3067899 566
567%post battstat
d54e2cae 568%glib_compile_schemas
c3067899 569
570%postun battstat
d54e2cae 571%glib_compile_schemas
c3067899 572
c2f3c0e4
JB
573%post brightness
574%update_icon_cache hicolor
575
576%postun brightness
577%update_icon_cache hicolor
578
c3067899 579%post charpicker
d54e2cae 580%glib_compile_schemas
c3067899 581
582%postun charpicker
d54e2cae 583%glib_compile_schemas
c3067899 584
ed271583
JB
585%post command
586%glib_compile_schemas
587
588%postun command
589%glib_compile_schemas
590
c3067899 591%post cpufreq
d54e2cae 592%glib_compile_schemas
dbca2d9e 593%update_icon_cache hicolor
c3067899 594
c3067899 595%postun cpufreq
d54e2cae 596%glib_compile_schemas
dbca2d9e 597%update_icon_cache hicolor
c3067899 598
c3067899 599%post geyes
d54e2cae 600%glib_compile_schemas
dbca2d9e 601%update_icon_cache hicolor
c3067899 602
09327ab9 603%postun geyes
d54e2cae 604%glib_compile_schemas
dbca2d9e 605%update_icon_cache hicolor
c3067899 606
607%post gweather
d54e2cae 608%glib_compile_schemas
c3067899 609
610%postun gweather
d54e2cae 611%glib_compile_schemas
c3067899 612
c2f3c0e4
JB
613%post inhibit
614%update_icon_cache hicolor
615
616%postun inhibit
617%update_icon_cache hicolor
618
c3067899 619%post minicommander
d54e2cae 620%glib_compile_schemas
dbca2d9e 621%update_icon_cache hicolor
ec82d9a9 622
c3067899 623%postun minicommander
d54e2cae 624%glib_compile_schemas
dbca2d9e 625%update_icon_cache hicolor
c3067899 626
c3067899 627%post multiload
d54e2cae 628%glib_compile_schemas
c3067899 629
630%postun multiload
d54e2cae 631%glib_compile_schemas
c3067899 632
d54e2cae
JB
633%post netspeed
634%glib_compile_schemas
dbca2d9e 635%update_icon_cache hicolor
c3067899 636
d54e2cae
JB
637%postun netspeed
638%glib_compile_schemas
639%update_icon_cache hicolor
640
641%post stickynotes
642%glib_compile_schemas
643%update_icon_cache hicolor
c3067899 644
645%postun stickynotes
d54e2cae 646%glib_compile_schemas
dbca2d9e 647%update_icon_cache hicolor
c3067899 648
ed271583
JB
649%post timer
650%glib_compile_schemas
651
652%postun timer
653%glib_compile_schemas
654
d54e2cae
JB
655%post windowpicker
656%glib_compile_schemas
c3067899 657
d54e2cae
JB
658%postun windowpicker
659%glib_compile_schemas
6a5d9e40 660
277937eb
JR
661%post window-buttons
662%glib_compile_schemas
663
664%postun window-buttons
665%glib_compile_schemas
666
667%post window-title
668%glib_compile_schemas
669
670%postun window-title
671%glib_compile_schemas
672
996f8772 673%files -f %{name}-3.0.lang
6a5d9e40 674%defattr(644,root,root,755)
d54e2cae 675%doc AUTHORS ChangeLog MAINTAINERS NEWS README
ed271583 676%dir %{_libdir}/gnome-applets
d54e2cae
JB
677%dir %{_datadir}/gnome-applets
678%dir %{_datadir}/gnome-applets/builder
ed271583
JB
679%dir %{_datadir}/gnome-applets/icons
680%dir %{_datadir}/gnome-applets/icons/hicolor
681%dir %{_datadir}/gnome-applets/icons/hicolor/16x16
682%dir %{_datadir}/gnome-applets/icons/hicolor/16x16/status
683%dir %{_datadir}/gnome-applets/icons/hicolor/22x22
684%dir %{_datadir}/gnome-applets/icons/hicolor/22x22/status
685%dir %{_datadir}/gnome-applets/icons/hicolor/24x24
686%dir %{_datadir}/gnome-applets/icons/hicolor/24x24/status
687%dir %{_datadir}/gnome-applets/icons/hicolor/32x32
688%dir %{_datadir}/gnome-applets/icons/hicolor/32x32/status
689%dir %{_datadir}/gnome-applets/icons/hicolor/48x48
690%dir %{_datadir}/gnome-applets/icons/hicolor/48x48/status
691%dir %{_datadir}/gnome-applets/icons/hicolor/scalable
692%dir %{_datadir}/gnome-applets/icons/hicolor/scalable/status
d54e2cae 693%dir %{_datadir}/gnome-applets/ui
4a2646cd 694%dir %{_datadir}/gnome-panel/applets
c3067899 695
97c6a012 696%files accessx-status -f accessx-status.lang
c3067899 697%defattr(644,root,root,755)
d54e2cae 698%doc accessx-status/AUTHORS
ed271583 699%attr(755,root,root) %{_libdir}/gnome-applets/libaccessx-status-applet.so
c2f3c0e4 700%{_datadir}/gnome-applets/accessx-status-applet
996f8772 701%{_datadir}/gnome-applets/ui/accessx-status-applet-menu.xml
ed271583 702%{_datadir}/gnome-panel/applets/org.gnome.applets.AccessxStatusApplet.panel-applet
c3067899 703%{_iconsdir}/hicolor/48x48/apps/ax-applet.png
97c6a012 704
705%files battstat -f battstat.lang
c3067899 706%defattr(644,root,root,755)
ed271583 707%attr(755,root,root) %{_libdir}/gnome-applets/libbattery-status-applet.so
d54e2cae
JB
708%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.battstat.gschema.xml
709%{_datadir}/gnome-applets/builder/battstat_applet.ui
996f8772 710%{_datadir}/gnome-applets/ui/battstat-applet-menu.xml
ed271583 711%{_datadir}/gnome-panel/applets/org.gnome.applets.BattstatApplet.panel-applet
c3067899 712%{_sysconfdir}/sound/events/battstat_applet.soundlist
97c6a012 713
c2f3c0e4
JB
714%files brightness
715%defattr(644,root,root,755)
ed271583
JB
716%attr(755,root,root) %{_libdir}/gnome-applets/libbrightness-applet.so
717%{_datadir}/gnome-applets/icons/hicolor/16x16/status/gpm-brightness-lcd*.png
718%{_datadir}/gnome-applets/icons/hicolor/22x22/status/gpm-brightness-lcd*.png
719%{_datadir}/gnome-applets/icons/hicolor/24x24/status/gpm-brightness-lcd*.png
720%{_datadir}/gnome-applets/icons/hicolor/32x32/status/gpm-brightness-lcd*.png
721%{_datadir}/gnome-applets/icons/hicolor/48x48/status/gpm-brightness-lcd*.png
722%{_datadir}/gnome-applets/icons/hicolor/scalable/status/gpm-brightness-lcd*.svg
c2f3c0e4 723%{_datadir}/gnome-applets/ui/brightness-applet-menu.xml
ed271583 724%{_datadir}/gnome-panel/applets/org.gnome.BrightnessApplet.panel-applet
277937eb
JR
725%{_iconsdir}/hicolor/*x*/apps/gnome-brightness-applet.png
726%{_iconsdir}/hicolor/scalable/apps/gnome-brightness-applet.svg
c2f3c0e4 727
97c6a012 728%files charpicker -f char-palette.lang
c3067899 729%defattr(644,root,root,755)
ed271583 730%attr(755,root,root) %{_libdir}/gnome-applets/libcharacter-picker-applet.so
d54e2cae 731%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.charpick.gschema.xml
996f8772 732%{_datadir}/gnome-applets/ui/charpick-applet-menu.xml
ed271583
JB
733%{_datadir}/gnome-panel/applets/org.gnome.applets.CharpickerApplet.panel-applet
734
735%files command
736%defattr(644,root,root,755)
737%attr(755,root,root) %{_libdir}/gnome-applets/libcommand-applet.so
738%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.command.gschema.xml
739%{_datadir}/gnome-panel/applets/org.gnome.applets.CommandApplet.panel-applet
97c6a012 740
741%files cpufreq -f cpufreq-applet.lang
c3067899 742%defattr(644,root,root,755)
277937eb 743%doc cpufreq/AUTHORS
c3067899 744%attr(755,root,root) %{_bindir}/cpufreq-selector
ed271583 745%attr(755,root,root) %{_libdir}/gnome-applets/libcpu-frequency-applet.so
b26882b7 746%{_datadir}/dbus-1/system-services/org.gnome.CPUFreqSelector.service
d54e2cae
JB
747%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.cpufreq.enums.xml
748%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml
749%{_datadir}/gnome-applets/builder/cpufreq-preferences.ui
c2f3c0e4 750%{_datadir}/gnome-applets/cpufreq-applet
996f8772 751%{_datadir}/gnome-applets/ui/cpufreq-applet-menu.xml
ed271583 752%{_datadir}/gnome-panel/applets/org.gnome.applets.CPUFreqApplet.panel-applet
2d18cb81 753%{_datadir}/polkit-1/actions/org.gnome.cpufreqselector.policy
76b82b4d 754/etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf
d54e2cae
JB
755%{_iconsdir}/hicolor/*x*/apps/gnome-cpu-frequency-applet.png
756%{_iconsdir}/hicolor/scalable/apps/gnome-cpu-frequency-applet.svg
c3067899 757
97c6a012 758%files drivemount -f drivemount.lang
c3067899 759%defattr(644,root,root,755)
d54e2cae 760%doc drivemount/AUTHORS
ed271583 761%attr(755,root,root) %{_libdir}/gnome-applets/libdrive-mount-applet.so
996f8772 762%{_datadir}/gnome-applets/ui/drivemount-applet-menu.xml
ed271583 763%{_datadir}/gnome-panel/applets/org.gnome.applets.DriveMountApplet.panel-applet
97c6a012 764
765%files geyes -f geyes.lang
c3067899 766%defattr(644,root,root,755)
d54e2cae 767%doc geyes/{AUTHORS,README.themes}
ed271583 768%attr(755,root,root) %{_libdir}/gnome-applets/libgeyes-applet.so
d54e2cae
JB
769%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.geyes.gschema.xml
770%{_datadir}/gnome-applets/geyes
996f8772 771%{_datadir}/gnome-applets/ui/geyes-applet-menu.xml
ed271583 772%{_datadir}/gnome-panel/applets/org.gnome.applets.GeyesApplet.panel-applet
d54e2cae
JB
773%{_iconsdir}/hicolor/*x*/apps/gnome-eyes-applet.png
774%{_iconsdir}/hicolor/scalable/apps/gnome-eyes-applet.svg
97c6a012 775
97c6a012 776%files gweather -f gweather.lang
c3067899 777%defattr(644,root,root,755)
d54e2cae 778%doc gweather/AUTHORS
ed271583 779%attr(755,root,root) %{_libdir}/gnome-applets/libgweather-applet.so
d54e2cae 780%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.gweather.gschema.xml
996f8772 781%{_datadir}/gnome-applets/ui/gweather-applet-menu.xml
ed271583 782%{_datadir}/gnome-panel/applets/org.gnome.applets.GWeatherApplet.panel-applet
97c6a012 783
c2f3c0e4
JB
784%files inhibit
785%defattr(644,root,root,755)
ed271583
JB
786%attr(755,root,root) %{_libdir}/gnome-applets/libinhibit-applet.so
787%{_datadir}/gnome-applets/icons/hicolor/16x16/status/gpm-inhibit*.png
788%{_datadir}/gnome-applets/icons/hicolor/16x16/status/gpm-uninhibit.png
789%{_datadir}/gnome-applets/icons/hicolor/22x22/status/gpm-inhibit*.png
790%{_datadir}/gnome-applets/icons/hicolor/22x22/status/gpm-uninhibit.png
791%{_datadir}/gnome-applets/icons/hicolor/24x24/status/gpm-inhibit*.png
792%{_datadir}/gnome-applets/icons/hicolor/24x24/status/gpm-uninhibit.png
793%{_datadir}/gnome-applets/icons/hicolor/32x32/status/gpm-inhibit*.png
794%{_datadir}/gnome-applets/icons/hicolor/32x32/status/gpm-uninhibit.png
795%{_datadir}/gnome-applets/icons/hicolor/48x48/status/gpm-inhibit*.png
796%{_datadir}/gnome-applets/icons/hicolor/48x48/status/gpm-uninhibit.png
797%{_datadir}/gnome-applets/icons/hicolor/scalable/status/gpm-inhibit*.svg
798%{_datadir}/gnome-applets/icons/hicolor/scalable/status/gpm-uninhibit.svg
c2f3c0e4 799%{_datadir}/gnome-applets/ui/inhibit-applet-menu.xml
ed271583 800%{_datadir}/gnome-panel/applets/org.gnome.InhibitApplet.panel-applet
277937eb
JR
801%{_iconsdir}/hicolor/*x*/apps/gnome-inhibit-applet.png
802%{_iconsdir}/hicolor/scalable/apps/gnome-inhibit-applet.svg
c2f3c0e4 803
97c6a012 804%files minicommander -f command-line.lang
019a20cd 805%defattr(644,root,root,755)
d54e2cae 806%doc mini-commander/{AUTHORS,README,TODO}
ed271583 807%attr(755,root,root) %{_libdir}/gnome-applets/libmini-commander-applet.so
d54e2cae
JB
808%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml
809%{_datadir}/gnome-applets/builder/mini-commander.ui
996f8772 810%{_datadir}/gnome-applets/ui/mini-commander-applet-menu.xml
ed271583 811%{_datadir}/gnome-panel/applets/org.gnome.applets.MiniCommanderApplet.panel-applet
c3067899 812%{_iconsdir}/hicolor/48x48/apps/gnome-mini-commander.png
c3067899 813
97c6a012 814%files multiload -f multiload.lang
c3067899 815%defattr(644,root,root,755)
d54e2cae 816%doc multiload/AUTHORS
ed271583 817%attr(755,root,root) %{_libdir}/gnome-applets/libmultiload-applet.so
d54e2cae 818%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.multiload.gschema.xml
996f8772 819%{_datadir}/gnome-applets/ui/multiload-applet-menu.xml
ed271583 820%{_datadir}/gnome-panel/applets/org.gnome.applets.MultiLoadApplet.panel-applet
d54e2cae
JB
821
822%files netspeed -f netspeed_applet.lang
823%defattr(644,root,root,755)
824%doc netspeed/{AUTHORS,TODO}
ed271583 825%attr(755,root,root) %{_libdir}/gnome-applets/libnet-speed-applet.so
d54e2cae
JB
826%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.netspeed.gschema.xml
827%{_datadir}/gnome-applets/ui/netspeed-menu.xml
ed271583 828%{_datadir}/gnome-panel/applets/org.gnome.panel.Netspeed.panel-applet
d54e2cae
JB
829%{_iconsdir}/hicolor/*x*/apps/netspeed-applet.png
830%{_iconsdir}/hicolor/scalable/apps/netspeed-applet.svg
831%{_iconsdir}/hicolor/16x16/devices/netspeed-*.png
832%{_iconsdir}/hicolor/24x24/status/netspeed-*.png
97c6a012 833
c2f3c0e4
JB
834%files search
835%defattr(644,root,root,755)
ed271583
JB
836%attr(755,root,root) %{_libdir}/gnome-applets/libtracker-search-bar-applet.so
837%{_datadir}/gnome-panel/applets/org.gnome.panel.SearchBar.panel-applet
c2f3c0e4 838
97c6a012 839%files stickynotes -f stickynotes_applet.lang
c3067899 840%defattr(644,root,root,755)
ed271583
JB
841%doc sticky-notes/{README,TODO}
842%attr(755,root,root) %{_libdir}/gnome-applets/libsticky-notes-applet.so
d54e2cae 843%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml
ed271583
JB
844%dir %{_datadir}/gnome-applets/icons/hicolor/48x48/apps
845%{_datadir}/gnome-applets/icons/hicolor/48x48/apps/stickynotes-stock-*.png
846%{_datadir}/gnome-panel/applets/org.gnome.applets.StickyNotesApplet.panel-applet
d54e2cae
JB
847%{_iconsdir}/hicolor/*x*/apps/gnome-sticky-notes-applet.png
848%{_iconsdir}/hicolor/scalable/apps/gnome-sticky-notes-applet.svg
97c6a012 849
ed271583
JB
850%files timer
851%defattr(644,root,root,755)
852%attr(755,root,root) %{_libdir}/gnome-applets/libtimer-applet.so
853%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.timer.gschema.xml
854%{_datadir}/gnome-panel/applets/org.gnome.applets.TimerApplet.panel-applet
855
97c6a012 856%files trash -f trashapplet.lang
c3067899 857%defattr(644,root,root,755)
ed271583
JB
858%doc trash/README
859%attr(755,root,root) %{_libdir}/gnome-applets/libtrash-applet.so
860%{_datadir}/gnome-panel/applets/org.gnome.applets.TrashApplet.panel-applet
d54e2cae
JB
861
862%files windowpicker
863%defattr(644,root,root,755)
864%doc windowpicker/{AUTHORS,TODO}
ed271583 865%attr(755,root,root) %{_libdir}/gnome-applets/libwindow-picker-applet.so
ed271583 866%{_datadir}/gnome-panel/applets/org.gnome.applets.WindowPicker.panel-applet
10a4fb6a 867%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml
277937eb
JR
868
869%files window-buttons
870%defattr(644,root,root,755)
871%attr(755,root,root) %{_libdir}/gnome-applets/libwindow-buttons-applet.so
872%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.window-buttons.gschema.xml
873%{_datadir}/gnome-applets/builder/windowbuttons.ui
874%{_datadir}/gnome-panel/applets/org.gnome.panel.WindowButtonsApplet.panel-applet
875%{_pixmapsdir}/windowbuttons-applet.png
876%{_datadir}/gnome-applets/window-buttons-applet
877
878%files window-title
879%defattr(644,root,root,755)
880%attr(755,root,root) %{_libdir}/gnome-applets/libwindow-title-applet.so
881%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.window-title.gschema.xml
882%{_datadir}/gnome-applets/builder/windowtitle.ui
883%{_datadir}/gnome-panel/applets/org.gnome.panel.WindowTitleApplet.panel-applet
884%{_pixmapsdir}/windowtitle-applet.png
This page took 0.349359 seconds and 4 git commands to generate.