]> git.pld-linux.org Git - packages/gnome-applets.git/blame - gnome-applets.spec
- updated to 3.22.0
[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
ed271583
JB
8Version: 3.22.0
9Release: 1
917d2293 10Epoch: 1
ed271583 11License: GPL v2+, FDL
45551746 12Group: X11/Applications
ed271583
JB
13Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/3.22/%{name}-%{version}.tar.xz
14# Source0-md5: c7f744747195b27d38524f8350ed7ac7
767212a3 15Patch0: %{name}-build.patch
b29528cb 16URL: http://www.gnome.org/
d54e2cae
JB
17BuildRequires: adwaita-icon-theme >= 3.14.0
18%ifarch %{ix86} arm mips ppc sh
19BuildRequires: apmd-devel
20%endif
09327ab9 21BuildRequires: autoconf >= 2.59
c2f3c0e4 22BuildRequires: automake >= 1:1.13
fdb71d94 23BuildRequires: cpupowerutils-devel
d54e2cae 24BuildRequires: dbus-devel >= 1.1.2
8c7fc452 25BuildRequires: dbus-glib-devel >= 0.74
76b82b4d 26BuildRequires: docbook-dtd412-xml
27BuildRequires: docbook-dtd43-xml
ed271583
JB
28BuildRequires: docbook-utils
29BuildRequires: gdk-pixbuf2-devel >= 2
847192cb 30BuildRequires: gettext-tools
d54e2cae 31BuildRequires: glib2-devel >= %{glib2_ver}
b3da2f5b 32BuildRequires: gnome-common >= 2.24.0
ed271583 33BuildRequires: gnome-panel-devel >= 3.22.0
996f8772 34BuildRequires: gnome-settings-daemon-devel >= 3.0.0
d54e2cae 35BuildRequires: gtk+3-devel >= %{gtk3_ver}
a62fa08b 36BuildRequires: gucharmap-devel >= 3.2.1
b3da2f5b 37BuildRequires: intltool >= 0.40.0
dfabdc7c 38BuildRequires: libgtop-devel >= 1:2.22.0
c2f3c0e4 39BuildRequires: libgweather-devel >= 3.17.1
d54e2cae 40BuildRequires: libiw-devel >= 28
996f8772 41BuildRequires: libnotify-devel >= 0.7
c2f3c0e4 42BuildRequires: libtool >= 2:2
ed271583 43BuildRequires: libwnck-devel >= 3.14.1
d1f76fcc 44BuildRequires: libxml2-devel >= 1:2.6.30
09327ab9
MB
45BuildRequires: libxslt-progs >= 1.1.20
46BuildRequires: pkgconfig >= 1:0.19
2d18cb81 47BuildRequires: polkit-devel >= 0.92
298109c1 48BuildRequires: rpmbuild(find_lang) >= 1.23
ec9c457b 49BuildRequires: rpmbuild(macros) >= 1.311
996f8772 50BuildRequires: tar >= 1:1.22
c2f3c0e4 51BuildRequires: tracker-devel >= 1.0
d54e2cae
JB
52BuildRequires: upower-devel >= 0.9.4
53BuildRequires: xorg-lib-libX11-devel
996f8772 54BuildRequires: xz
d54e2cae
JB
55BuildRequires: yelp-tools
56Requires: adwaita-icon-theme >= 3.14.0
ed271583 57Requires: gnome-panel >= 3.22.0
deb3bb07 58Obsoletes: gnome-applets-keyboard
d54e2cae 59Obsoletes: gnome-applets-mixer
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
206Requires: polkit >= 0.92
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}
c2f3c0e4 266Requires: libgweather >= 3.17.1
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
6d95af8e 300%package invest
301Summary: Stock Ticker applet
c5f85e76 302Summary(pl.UTF-8): Aplet wskaźnika giełdowego
6d95af8e 303Group: X11/Applications
d54e2cae
JB
304URL: https://help.gnome.org/users/invest-applet/stable/
305Requires(post,postun): gtk-update-icon-cache
6d95af8e 306Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae 307Requires: glib2 >= %{glib2_ver}
996f8772 308Requires: gobject-introspection
d54e2cae
JB
309Requires: gtk+3 >= %{gtk3_ver}
310Requires: hicolor-icon-theme
6d95af8e 311Obsoletes: gnome-applets-gtik
312
313%description invest
37bba870
ER
314The Invest GNOME panel applet downloads current stock quotes from
315Yahoo! Finance and displays the quotes in a drop-down list.
6d95af8e 316
afe4d16e 317%description invest -l pl.UTF-8
65c1b73f
JB
318Aplet wskaźnika giełdowego, ściągający aktualne notowania z serwisu
319Yahoo! Finance i wyświetlające je na rozwijanej liście.
6d95af8e 320
c3067899 321%package minicommander
322Summary: Command Line applet
c5f85e76 323Summary(pl.UTF-8): Aplet wiersza poleceń
c3067899 324Group: X11/Applications
d54e2cae
JB
325URL: https://help.gnome.org/users/command-line/stable/
326Requires(post,postun): glib2 >= %{glib2_ver}
327Requires(post,postun): gtk-update-icon-cache
c3067899 328Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
329Requires: glib2 >= %{glib2_ver}
330Requires: gtk+3 >= %{gtk3_ver}
331Requires: hicolor-icon-theme
c3067899 332
333%description minicommander
37bba870
ER
334The Command Line provides a command line that you can use within any
335panel on the desktop.
c3067899 336
afe4d16e 337%description minicommander -l pl.UTF-8
65c1b73f
JB
338Aplet wiersza poleceń udostępnia linię poleceń z poziomu każdego
339panelu na pulpicie.
c3067899 340
d54e2cae
JB
341%package modemlights
342Summary: Modem Lights applet
343Summary(pl.UTF-8): Aplet kontrolek modemu
c3067899 344Group: X11/Applications
d54e2cae 345Requires(post,postun): gtk-update-icon-cache
c3067899 346Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
347Requires: glib2 >= %{glib2_ver}
348Requires: gtk+3 >= %{gtk3_ver}
349Requires: hicolor-icon-theme
350Requires: libxml2 >= 1:2.6.30
351
352%description modemlights
353Modem Lights applet.
354
355%description modemlights -l pl.UTF-8
356Aplet kontrolek modemu.
c3067899 357
c3067899 358%package multiload
359Summary: System Monitor applet
c5f85e76 360Summary(pl.UTF-8): Aplet monitora systemu
c3067899 361Group: X11/Applications
d54e2cae
JB
362URL: https://help.gnome.org/users/multiload/stable/
363Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 364Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
365Requires: glib2 >= %{glib2_ver}
366Requires: gtk+3 >= %{gtk3_ver}
367Requires: libgtop >= 1:2.22.0
b3da2f5b 368Suggests: gnome-system-monitor >= 2.24.0
c3067899 369
370%description multiload
37bba870
ER
371The System Monitor displays system load information in graphical
372format in a panel.
c3067899 373
afe4d16e 374%description multiload -l pl.UTF-8
65c1b73f
JB
375Aplet monitora systemu wyświetla w panelu informacje o obciążeniu
376systemu w postaci graficznej.
c3067899 377
d54e2cae
JB
378%package netspeed
379Summary: Applet to show how much traffic occurs on a network device
380Summary(pl.UTF-8): Aplet pokazujący wielkość ruchu występującego na urządzeniu sieciowym
381Group: X11/Applications
382Requires(post,postun): glib2 >= %{glib2_ver}
383Requires(post,postun): gtk-update-icon-cache
384Requires: %{name} = %{epoch}:%{version}-%{release}
385Requires: glib2 >= %{glib2_ver}
386Requires: gtk+3 >= %{gtk3_ver}
387Requires: hicolor-icon-theme
388Requires: libiw >= 28
389Obsoletes: gnome-applet-netspeed
390
391%description netspeed
392Netspeed applet is just a little applet that shows how much traffic
393occurs on a specified network device.
394
395%description netspeed -l pl.UTF-8
396Netspeed to mały aplet pokazujący, jak duży ruch występuje na
397określonym urządzeniu sieciowym.
398
c2f3c0e4
JB
399%package search
400Summary: Tracker Search Bar
401Summary(pl.UTF-8): Pasek wyszukiwania Tracker
402Group: X11/Applications
403Requires: %{name} = %{epoch}:%{version}-%{release}
404Requires: glib2 >= %{glib2_ver}
405Requires: gtk+3 >= %{gtk3_ver}
406Requires: tracker >= 1.0
407
408%description search
409Tracker Search Bar allows to find your data quickly using Tracker.
410
411%description search -l pl.UTF-8
412Pasek wyszukiwania pozwala na szybkie wyszukiwanie danych za pomocą
413usługi Tracker.
414
c3067899 415%package stickynotes
416Summary: Sticky Notes applet
c5f85e76 417Summary(pl.UTF-8): Aplet notatek
c3067899 418Group: X11/Applications
d54e2cae
JB
419URL: https://help.gnome.org/users/stickynotes_applet/stable/
420Requires(post,postun): glib2 >= %{glib2_ver}
421Requires(post,postun): gtk-update-icon-cache
c3067899 422Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
423Requires: glib2 >= %{glib2_ver}
424Requires: gtk+3 >= %{gtk3_ver}
425Requires: hicolor-icon-theme
ed271583 426Requires: libwnck >= 3.14.1
d54e2cae 427Requires: libxml2 >= 1:2.6.30
c3067899 428Obsoletes: gnotes_applet
429
430%description stickynotes
37bba870
ER
431The Sticky Notes panel application enables you to create, view, and
432manage sticky notes on your desktop. You can edit the title, contents,
433dimensions, and style of sticky notes. When the panel is restarted,
434for example when you log out and log in again, all sticky notes are
435saved and reopened in the same position with the same dimensions and
436style.
c3067899 437
afe4d16e 438%description stickynotes -l pl.UTF-8
65c1b73f
JB
439Aplet notatek pozwala na tworzenie, oglądanie i zarządzanie
440przyczepianymi notatkami na pulpicie. Pozwala modyfikować tytuł,
996f8772
MB
441treść, wymiary i styl notatek. Przy restarcie panelu, na przykład przy
442wylogowaniu i ponownym zalogowaniu, wszystkie notatki są zapisywane, a
443następnie otwierane ponownie w tym samym miejscu, z tymi samymi
444wymiarami i stylem.
c3067899 445
ed271583
JB
446%package timer
447Summary: Timer applet
448Summary(pl.UTF-8): Aplet minutnika
449Group: X11/Applications
450Requires(post,postun): glib2 >= %{glib2_ver}
451Requires: %{name} = %{epoch}:%{version}-%{release}
452Requires: glib2 >= %{glib2_ver}
453Requires: gtk+3 >= %{gtk3_ver}
454Requires: libnotify >= 0.7
455
456%description timer
457Timer applet starts a timer and shows notification when it is
458finished.
459
460%description timer -l pl.UTF-8
461Aplet minutnika - pozwala uruchomić odliczanie czasu i powiadomić o
462jego ukończeniu.
463
c3067899 464%package trash
465Summary: Trash applet
c5f85e76 466Summary(pl.UTF-8): Aplet śmietnika
c3067899 467Group: X11/Applications
d54e2cae 468URL: https://help.gnome.org/users/trashapplet/stable/
c3067899 469Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
470Requires: glib2 >= %{glib2_ver}
471Requires: gtk+3 >= %{gtk3_ver}
c3067899 472
473%description trash
37bba870
ER
474The Panel Trash applet lets you manage your Trash from the panel.
475
476The trash on your panel acts identically to the trash on your desktop,
477however it is useful because your panels are always visible.
c3067899 478
afe4d16e 479%description trash -l pl.UTF-8
65c1b73f
JB
480Aplet śmietnika pozwala na zarządzanie śmietnikiem z poziomu panelu.
481
482Śmietnik w panelu zachowuje się tak samo, jak śmietnik na pulpicie,
483ale jest przydatny o tyle, że panele są zawsze widoczne.
c3067899 484
d54e2cae
JB
485%package windowpicker
486Summary: Window Picker applet
487Summary(pl.UTF-8): Aplet do wybierania okien
488Group: X11/Applications
489Requires(post,postun): glib2 >= %{glib2_ver}
490Requires: %{name} = %{epoch}:%{version}-%{release}
491Requires: glib2 >= %{glib2_ver}
492Requires: gtk+3 >= %{gtk3_ver}
ed271583 493Requires: libwnck >= 3.14.1
d54e2cae
JB
494
495%description windowpicker
496Window Picker is a port of the initial window-picker-applet made by
497Cannonical to GNOME 3 and GTK+ 3. It give you a task list that only
498contains the icons of each open window, but not the title. This saves
499a lot of space, especially if you have many open windows. You can use
500the mouse to reorder icons by drag and drop. Also on there are
501preferences to set additional options, such as greying out inactive
502icons.
503
504%description windowpicker -l pl.UTF-8
505Window Picket to port programu window-picker-applet napisanego przez
506Cannonical do środowiska GNOME 3 i GTK+ 3. Aplet podaje listę zadań
507zawierającą tylko ikony każdego otwartego okna, bez tytułu - oszczędza
508to dużo miejsca, zwłaszcza w przypadku wielu otwartych okien. Można
509zmieniać kolejność ikon myszką przez przeciąganie i upuszczanie.
510Dostępne są także ustawienia dla dodatkowych opcji, takich jak
511wyszarzanie nieaktywnych ikon.
512
6a5d9e40 513%prep
45551746 514%setup -q
767212a3 515%patch0 -p1
deb3bb07 516
6a5d9e40 517%build
55575619 518%{__libtoolize}
e4bb4543 519%{__glib_gettextize}
520%{__intltoolize}
97c6a012 521%{__aclocal} -I m4
996f8772 522%{__autoconf}
e916d5f1 523%{__autoheader}
cc085649 524%{__automake}
13413cf4 525%configure \
996f8772 526 --disable-silent-rules \
fdb71d94 527 --enable-mini-commander \
ed271583 528 --with-cpufreq-lib=cpupower
d54e2cae 529
08de5cc0 530%{__make}
6a5d9e40 531
532%install
533rm -rf $RPM_BUILD_ROOT
534
ec82d9a9 535%{__make} install \
d54e2cae 536 DESTDIR=$RPM_BUILD_ROOT
92cc239d 537
ed271583 538%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-applets/lib*.la
c2f3c0e4 539
d54e2cae 540# es is more recent
65c1b73f 541%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/es_ES
b3da2f5b 542
996f8772 543%find_lang %{name}-3.0
d54e2cae
JB
544%find_lang accessx-status --with-gnome
545%find_lang battstat --with-gnome
546%find_lang char-palette --with-gnome
547%find_lang command-line --with-gnome
548%find_lang cpufreq-applet --with-gnome
549%find_lang drivemount --with-gnome
550%find_lang geyes --with-gnome
551%find_lang gweather --with-gnome
552%find_lang invest-applet --with-gnome
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
6d95af8e 619%post invest
ed271583 620%glib_compile_schemas
b26882b7 621%update_icon_cache hicolor
6d95af8e 622
623%postun invest
ed271583 624%glib_compile_schemas
b26882b7 625%update_icon_cache hicolor
6d95af8e 626
c3067899 627%post minicommander
d54e2cae 628%glib_compile_schemas
dbca2d9e 629%update_icon_cache hicolor
ec82d9a9 630
c3067899 631%postun minicommander
d54e2cae 632%glib_compile_schemas
dbca2d9e 633%update_icon_cache hicolor
c3067899 634
d54e2cae
JB
635%post modemlights
636%update_icon_cache hicolor
c3067899 637
d54e2cae
JB
638%postun modemlights
639%update_icon_cache hicolor
c3067899 640
c3067899 641%post multiload
d54e2cae 642%glib_compile_schemas
c3067899 643
644%postun multiload
d54e2cae 645%glib_compile_schemas
c3067899 646
d54e2cae
JB
647%post netspeed
648%glib_compile_schemas
dbca2d9e 649%update_icon_cache hicolor
c3067899 650
d54e2cae
JB
651%postun netspeed
652%glib_compile_schemas
653%update_icon_cache hicolor
654
655%post stickynotes
656%glib_compile_schemas
657%update_icon_cache hicolor
c3067899 658
659%postun stickynotes
d54e2cae 660%glib_compile_schemas
dbca2d9e 661%update_icon_cache hicolor
c3067899 662
ed271583
JB
663%post timer
664%glib_compile_schemas
665
666%postun timer
667%glib_compile_schemas
668
d54e2cae
JB
669%post windowpicker
670%glib_compile_schemas
c3067899 671
d54e2cae
JB
672%postun windowpicker
673%glib_compile_schemas
6a5d9e40 674
996f8772 675%files -f %{name}-3.0.lang
6a5d9e40 676%defattr(644,root,root,755)
d54e2cae 677%doc AUTHORS ChangeLog MAINTAINERS NEWS README
ed271583 678%dir %{_libdir}/gnome-applets
d54e2cae
JB
679%dir %{_datadir}/gnome-applets
680%dir %{_datadir}/gnome-applets/builder
ed271583
JB
681%dir %{_datadir}/gnome-applets/icons
682%dir %{_datadir}/gnome-applets/icons/hicolor
683%dir %{_datadir}/gnome-applets/icons/hicolor/16x16
684%dir %{_datadir}/gnome-applets/icons/hicolor/16x16/status
685%dir %{_datadir}/gnome-applets/icons/hicolor/22x22
686%dir %{_datadir}/gnome-applets/icons/hicolor/22x22/status
687%dir %{_datadir}/gnome-applets/icons/hicolor/24x24
688%dir %{_datadir}/gnome-applets/icons/hicolor/24x24/status
689%dir %{_datadir}/gnome-applets/icons/hicolor/32x32
690%dir %{_datadir}/gnome-applets/icons/hicolor/32x32/status
691%dir %{_datadir}/gnome-applets/icons/hicolor/48x48
692%dir %{_datadir}/gnome-applets/icons/hicolor/48x48/status
693%dir %{_datadir}/gnome-applets/icons/hicolor/scalable
694%dir %{_datadir}/gnome-applets/icons/hicolor/scalable/status
d54e2cae 695%dir %{_datadir}/gnome-applets/ui
c3067899 696
97c6a012 697%files accessx-status -f accessx-status.lang
c3067899 698%defattr(644,root,root,755)
d54e2cae 699%doc accessx-status/AUTHORS
ed271583 700%attr(755,root,root) %{_libdir}/gnome-applets/libaccessx-status-applet.so
c2f3c0e4 701%{_datadir}/gnome-applets/accessx-status-applet
996f8772 702%{_datadir}/gnome-applets/ui/accessx-status-applet-menu.xml
ed271583 703%{_datadir}/gnome-panel/applets/org.gnome.applets.AccessxStatusApplet.panel-applet
c3067899 704%{_iconsdir}/hicolor/48x48/apps/ax-applet.png
97c6a012 705
706%files battstat -f battstat.lang
c3067899 707%defattr(644,root,root,755)
ed271583 708%attr(755,root,root) %{_libdir}/gnome-applets/libbattery-status-applet.so
d54e2cae
JB
709%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.battstat.gschema.xml
710%{_datadir}/gnome-applets/builder/battstat_applet.ui
996f8772 711%{_datadir}/gnome-applets/ui/battstat-applet-menu.xml
ed271583 712%{_datadir}/gnome-panel/applets/org.gnome.applets.BattstatApplet.panel-applet
c3067899 713%{_sysconfdir}/sound/events/battstat_applet.soundlist
97c6a012 714
c2f3c0e4
JB
715%files brightness
716%defattr(644,root,root,755)
ed271583
JB
717%attr(755,root,root) %{_libdir}/gnome-applets/libbrightness-applet.so
718%{_datadir}/gnome-applets/icons/hicolor/16x16/status/gpm-brightness-lcd*.png
719%{_datadir}/gnome-applets/icons/hicolor/22x22/status/gpm-brightness-lcd*.png
720%{_datadir}/gnome-applets/icons/hicolor/24x24/status/gpm-brightness-lcd*.png
721%{_datadir}/gnome-applets/icons/hicolor/32x32/status/gpm-brightness-lcd*.png
722%{_datadir}/gnome-applets/icons/hicolor/48x48/status/gpm-brightness-lcd*.png
723%{_datadir}/gnome-applets/icons/hicolor/scalable/status/gpm-brightness-lcd*.svg
c2f3c0e4 724%{_datadir}/gnome-applets/ui/brightness-applet-menu.xml
ed271583 725%{_datadir}/gnome-panel/applets/org.gnome.BrightnessApplet.panel-applet
c2f3c0e4
JB
726%{_datadir}/icons/hicolor/*x*/apps/gnome-brightness-applet.png
727%{_datadir}/icons/hicolor/scalable/apps/gnome-brightness-applet.svg
728
97c6a012 729%files charpicker -f char-palette.lang
c3067899 730%defattr(644,root,root,755)
ed271583 731%attr(755,root,root) %{_libdir}/gnome-applets/libcharacter-picker-applet.so
d54e2cae 732%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.charpick.gschema.xml
996f8772 733%{_datadir}/gnome-applets/ui/charpick-applet-menu.xml
ed271583
JB
734%{_datadir}/gnome-panel/applets/org.gnome.applets.CharpickerApplet.panel-applet
735
736%files command
737%defattr(644,root,root,755)
738%attr(755,root,root) %{_libdir}/gnome-applets/libcommand-applet.so
739%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.command.gschema.xml
740%{_datadir}/gnome-panel/applets/org.gnome.applets.CommandApplet.panel-applet
97c6a012 741
742%files cpufreq -f cpufreq-applet.lang
c3067899 743%defattr(644,root,root,755)
d54e2cae 744%doc cpufreq/{AUTHORS,README}
c3067899 745%attr(755,root,root) %{_bindir}/cpufreq-selector
ed271583 746%attr(755,root,root) %{_libdir}/gnome-applets/libcpu-frequency-applet.so
b26882b7 747%{_datadir}/dbus-1/system-services/org.gnome.CPUFreqSelector.service
d54e2cae
JB
748%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.cpufreq.enums.xml
749%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml
750%{_datadir}/gnome-applets/builder/cpufreq-preferences.ui
c2f3c0e4 751%{_datadir}/gnome-applets/cpufreq-applet
996f8772 752%{_datadir}/gnome-applets/ui/cpufreq-applet-menu.xml
ed271583 753%{_datadir}/gnome-panel/applets/org.gnome.applets.CPUFreqApplet.panel-applet
2d18cb81 754%{_datadir}/polkit-1/actions/org.gnome.cpufreqselector.policy
76b82b4d 755/etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf
d54e2cae
JB
756%{_iconsdir}/hicolor/*x*/apps/gnome-cpu-frequency-applet.png
757%{_iconsdir}/hicolor/scalable/apps/gnome-cpu-frequency-applet.svg
c3067899 758
97c6a012 759%files drivemount -f drivemount.lang
c3067899 760%defattr(644,root,root,755)
d54e2cae 761%doc drivemount/AUTHORS
ed271583 762%attr(755,root,root) %{_libdir}/gnome-applets/libdrive-mount-applet.so
996f8772 763%{_datadir}/gnome-applets/ui/drivemount-applet-menu.xml
ed271583 764%{_datadir}/gnome-panel/applets/org.gnome.applets.DriveMountApplet.panel-applet
97c6a012 765
766%files geyes -f geyes.lang
c3067899 767%defattr(644,root,root,755)
d54e2cae 768%doc geyes/{AUTHORS,README.themes}
ed271583 769%attr(755,root,root) %{_libdir}/gnome-applets/libgeyes-applet.so
d54e2cae
JB
770%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.geyes.gschema.xml
771%{_datadir}/gnome-applets/geyes
996f8772 772%{_datadir}/gnome-applets/ui/geyes-applet-menu.xml
ed271583 773%{_datadir}/gnome-panel/applets/org.gnome.applets.GeyesApplet.panel-applet
d54e2cae
JB
774%{_iconsdir}/hicolor/*x*/apps/gnome-eyes-applet.png
775%{_iconsdir}/hicolor/scalable/apps/gnome-eyes-applet.svg
97c6a012 776
97c6a012 777%files gweather -f gweather.lang
c3067899 778%defattr(644,root,root,755)
d54e2cae 779%doc gweather/AUTHORS
ed271583 780%attr(755,root,root) %{_libdir}/gnome-applets/libgweather-applet.so
d54e2cae 781%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.gweather.gschema.xml
996f8772 782%{_datadir}/gnome-applets/ui/gweather-applet-menu.xml
ed271583 783%{_datadir}/gnome-panel/applets/org.gnome.applets.GWeatherApplet.panel-applet
97c6a012 784
c2f3c0e4
JB
785%files inhibit
786%defattr(644,root,root,755)
ed271583
JB
787%attr(755,root,root) %{_libdir}/gnome-applets/libinhibit-applet.so
788%{_datadir}/gnome-applets/icons/hicolor/16x16/status/gpm-inhibit*.png
789%{_datadir}/gnome-applets/icons/hicolor/16x16/status/gpm-uninhibit.png
790%{_datadir}/gnome-applets/icons/hicolor/22x22/status/gpm-inhibit*.png
791%{_datadir}/gnome-applets/icons/hicolor/22x22/status/gpm-uninhibit.png
792%{_datadir}/gnome-applets/icons/hicolor/24x24/status/gpm-inhibit*.png
793%{_datadir}/gnome-applets/icons/hicolor/24x24/status/gpm-uninhibit.png
794%{_datadir}/gnome-applets/icons/hicolor/32x32/status/gpm-inhibit*.png
795%{_datadir}/gnome-applets/icons/hicolor/32x32/status/gpm-uninhibit.png
796%{_datadir}/gnome-applets/icons/hicolor/48x48/status/gpm-inhibit*.png
797%{_datadir}/gnome-applets/icons/hicolor/48x48/status/gpm-uninhibit.png
798%{_datadir}/gnome-applets/icons/hicolor/scalable/status/gpm-inhibit*.svg
799%{_datadir}/gnome-applets/icons/hicolor/scalable/status/gpm-uninhibit.svg
c2f3c0e4 800%{_datadir}/gnome-applets/ui/inhibit-applet-menu.xml
ed271583 801%{_datadir}/gnome-panel/applets/org.gnome.InhibitApplet.panel-applet
c2f3c0e4
JB
802%{_datadir}/icons/hicolor/*x*/apps/gnome-inhibit-applet.png
803%{_datadir}/icons/hicolor/scalable/apps/gnome-inhibit-applet.svg
804
b26882b7 805%files invest -f invest-applet.lang
6d95af8e 806%defattr(644,root,root,755)
ed271583
JB
807%attr(755,root,root) %{_libdir}/gnome-applets/libinvest-applet.so
808%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.invest.gschema.xml
d54e2cae
JB
809%{_datadir}/gnome-applets/builder/financialchart.ui
810%{_datadir}/gnome-applets/builder/prefs-dialog.ui
811%{_datadir}/gnome-applets/invest-applet
996f8772 812%{_datadir}/gnome-applets/ui/invest-applet-menu.xml
ed271583 813%{_datadir}/gnome-panel/applets/org.gnome.applets.InvestApplet.panel-applet
d54e2cae
JB
814%{_iconsdir}/hicolor/*x*/apps/invest-applet.png
815%{_iconsdir}/hicolor/scalable/apps/invest-applet.svg
6d95af8e 816
97c6a012 817%files minicommander -f command-line.lang
019a20cd 818%defattr(644,root,root,755)
d54e2cae 819%doc mini-commander/{AUTHORS,README,TODO}
ed271583 820%attr(755,root,root) %{_libdir}/gnome-applets/libmini-commander-applet.so
d54e2cae
JB
821%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml
822%{_datadir}/gnome-applets/builder/mini-commander.ui
996f8772 823%{_datadir}/gnome-applets/ui/mini-commander-applet-menu.xml
ed271583 824%{_datadir}/gnome-panel/applets/org.gnome.applets.MiniCommanderApplet.panel-applet
c3067899 825%{_iconsdir}/hicolor/48x48/apps/gnome-mini-commander.png
c3067899 826
d54e2cae 827%files modemlights
c3067899 828%defattr(644,root,root,755)
ed271583
JB
829%doc modem-lights/AUTHORS
830%attr(755,root,root) %{_libdir}/gnome-applets/libmodem-lights-applet.so
d54e2cae
JB
831%{_datadir}/gnome-applets/builder/modemlights.ui
832%{_datadir}/gnome-applets/ui/modem-applet-menu.xml
ed271583 833%{_datadir}/gnome-panel/applets/org.gnome.applets.ModemApplet.panel-applet
d54e2cae
JB
834%{_iconsdir}/hicolor/*x*/apps/gnome-modem-monitor-applet.png
835%{_iconsdir}/hicolor/scalable/apps/gnome-modem-monitor-applet.svg
c3067899 836
97c6a012 837%files multiload -f multiload.lang
c3067899 838%defattr(644,root,root,755)
d54e2cae 839%doc multiload/AUTHORS
ed271583 840%attr(755,root,root) %{_libdir}/gnome-applets/libmultiload-applet.so
d54e2cae 841%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.multiload.gschema.xml
996f8772 842%{_datadir}/gnome-applets/ui/multiload-applet-menu.xml
ed271583 843%{_datadir}/gnome-panel/applets/org.gnome.applets.MultiLoadApplet.panel-applet
d54e2cae
JB
844
845%files netspeed -f netspeed_applet.lang
846%defattr(644,root,root,755)
847%doc netspeed/{AUTHORS,TODO}
ed271583 848%attr(755,root,root) %{_libdir}/gnome-applets/libnet-speed-applet.so
d54e2cae
JB
849%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.netspeed.gschema.xml
850%{_datadir}/gnome-applets/ui/netspeed-menu.xml
ed271583 851%{_datadir}/gnome-panel/applets/org.gnome.panel.Netspeed.panel-applet
d54e2cae
JB
852%{_iconsdir}/hicolor/*x*/apps/netspeed-applet.png
853%{_iconsdir}/hicolor/scalable/apps/netspeed-applet.svg
854%{_iconsdir}/hicolor/16x16/devices/netspeed-*.png
855%{_iconsdir}/hicolor/24x24/status/netspeed-*.png
97c6a012 856
c2f3c0e4
JB
857%files search
858%defattr(644,root,root,755)
ed271583
JB
859%attr(755,root,root) %{_libdir}/gnome-applets/libtracker-search-bar-applet.so
860%{_datadir}/gnome-panel/applets/org.gnome.panel.SearchBar.panel-applet
c2f3c0e4 861
97c6a012 862%files stickynotes -f stickynotes_applet.lang
c3067899 863%defattr(644,root,root,755)
ed271583
JB
864%doc sticky-notes/{README,TODO}
865%attr(755,root,root) %{_libdir}/gnome-applets/libsticky-notes-applet.so
d54e2cae 866%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml
ed271583
JB
867%dir %{_datadir}/gnome-applets/icons/hicolor/48x48/apps
868%{_datadir}/gnome-applets/icons/hicolor/48x48/apps/stickynotes-stock-*.png
869%{_datadir}/gnome-panel/applets/org.gnome.applets.StickyNotesApplet.panel-applet
d54e2cae
JB
870%{_iconsdir}/hicolor/*x*/apps/gnome-sticky-notes-applet.png
871%{_iconsdir}/hicolor/scalable/apps/gnome-sticky-notes-applet.svg
97c6a012 872
ed271583
JB
873%files timer
874%defattr(644,root,root,755)
875%attr(755,root,root) %{_libdir}/gnome-applets/libtimer-applet.so
876%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.timer.gschema.xml
877%{_datadir}/gnome-panel/applets/org.gnome.applets.TimerApplet.panel-applet
878
97c6a012 879%files trash -f trashapplet.lang
c3067899 880%defattr(644,root,root,755)
ed271583
JB
881%doc trash/README
882%attr(755,root,root) %{_libdir}/gnome-applets/libtrash-applet.so
883%{_datadir}/gnome-panel/applets/org.gnome.applets.TrashApplet.panel-applet
d54e2cae
JB
884
885%files windowpicker
886%defattr(644,root,root,755)
887%doc windowpicker/{AUTHORS,TODO}
ed271583 888%attr(755,root,root) %{_libdir}/gnome-applets/libwindow-picker-applet.so
d54e2cae 889%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml
ed271583 890%{_datadir}/gnome-panel/applets/org.gnome.applets.WindowPicker.panel-applet
This page took 0.372812 seconds and 4 git commands to generate.