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