]> git.pld-linux.org Git - packages/gnome-applets.git/blame - gnome-applets.spec
- python 3.5 rebuild
[packages/gnome-applets.git] / gnome-applets.spec
CommitLineData
d54e2cae
JB
1%define glib2_ver 1:2.44.0
2%define gtk3_ver 3.15.2
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
d54e2cae 8Version: 3.16.1
bbb08071 9Release: 2
917d2293 10Epoch: 1
325fbf8e 11License: GPL v2, FDL
45551746 12Group: X11/Applications
d54e2cae
JB
13Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/3.16/%{name}-%{version}.tar.xz
14# Source0-md5: c4736735244bec56d838174f6d398eb6
c513cb5c 15# check paths in Makefile before removing it!
8c7fc452 16Patch0: %{name}-m4_fix.patch
b29528cb 17URL: http://www.gnome.org/
d54e2cae
JB
18BuildRequires: adwaita-icon-theme >= 3.14.0
19%ifarch %{ix86} arm mips ppc sh
20BuildRequires: apmd-devel
21%endif
09327ab9 22BuildRequires: autoconf >= 2.59
d54e2cae 23BuildRequires: automake >= 1:1.11
6d95af8e 24BuildRequires: cpufrequtils-devel >= 0.3
d54e2cae 25BuildRequires: dbus-devel >= 1.1.2
8c7fc452 26BuildRequires: dbus-glib-devel >= 0.74
76b82b4d 27BuildRequires: docbook-dtd412-xml
28BuildRequires: docbook-dtd43-xml
847192cb 29BuildRequires: gettext-tools
d54e2cae 30BuildRequires: glib2-devel >= %{glib2_ver}
b3da2f5b 31BuildRequires: gnome-common >= 2.24.0
d54e2cae 32BuildRequires: gnome-panel-devel >= 3.16.1
996f8772 33BuildRequires: gnome-settings-daemon-devel >= 3.0.0
d54e2cae 34BuildRequires: gtk+3-devel >= %{gtk3_ver}
a62fa08b 35BuildRequires: gucharmap-devel >= 3.2.1
b3da2f5b 36BuildRequires: intltool >= 0.40.0
dfabdc7c 37BuildRequires: libgtop-devel >= 1:2.22.0
d54e2cae
JB
38BuildRequires: libgweather-devel >= 3.7.3
39BuildRequires: libiw-devel >= 28
996f8772 40BuildRequires: libnotify-devel >= 0.7
512e10b8 41BuildRequires: libtool
996f8772 42BuildRequires: libwnck-devel >= 3.0.0
d1f76fcc 43BuildRequires: libxml2-devel >= 1:2.6.30
09327ab9
MB
44BuildRequires: libxslt-progs >= 1.1.20
45BuildRequires: pkgconfig >= 1:0.19
2d18cb81 46BuildRequires: polkit-devel >= 0.92
d54e2cae
JB
47BuildRequires: python3-devel >= 1:3.2
48BuildRequires: python3-pygobject3-devel >= 3.0
ec9c457b 49BuildRequires: rpm-pythonprov
298109c1 50BuildRequires: rpmbuild(find_lang) >= 1.23
ec9c457b 51BuildRequires: rpmbuild(macros) >= 1.311
996f8772 52BuildRequires: tar >= 1:1.22
d54e2cae
JB
53BuildRequires: upower-devel >= 0.9.4
54BuildRequires: xorg-lib-libX11-devel
996f8772 55BuildRequires: xz
d54e2cae
JB
56BuildRequires: yelp-tools
57Requires: adwaita-icon-theme >= 3.14.0
58Requires: gnome-panel >= 3.16.1
deb3bb07 59Obsoletes: gnome-applets-keyboard
d54e2cae 60Obsoletes: gnome-applets-mixer
eee291e8 61# sr@Latn vs. sr@latin
62Conflicts: glibc-misc < 6:2.7
29c6cc79 63BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6a5d9e40 64
6a5d9e40 65%description
93cffcb9 66The gnome-applets package provides Panel applets which enhance your
67GNOME experience.
6a5d9e40 68
afe4d16e
JR
69%description -l pl.UTF-8
70Pakiet gnome-applets udostępnia aplety Panelu, które usprawniają pracę
499a880d 71z GNOME.
6a5d9e40 72
afe4d16e
JR
73%description -l uk.UTF-8
74Пакет gnome-applets містить аплети Панелі GNOME, що збільшують
75комфортність роботи в середовищі GNOME.
be1274bb 76
afe4d16e
JR
77%description -l ru.UTF-8
78Пакет gnome-applets содержит апплеты Панели GNOME, увеличивающие
79комфортность работы в среде GNOME.
be1274bb 80
c3067899 81%package accessx-status
82Summary: Keyboard Accessibility Status applet
c5f85e76 83Summary(pl.UTF-8): Aplet stanu dostepności klawiatury
c3067899 84Group: X11/Applications
d54e2cae
JB
85URL: https://help.gnome.org/users/accessx-status/stable/
86Requires(post,postun): gtk-update-icon-cache
c3067899 87Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
88Requires: glib2 >= %{glib2_ver}
89Requires: gtk+3 >= %{gtk3_ver}
90Requires: hicolor-icon-theme
8c7fc452 91Suggests: gnome-control-center >= 2.26.0
c3067899 92
93%description accessx-status
37bba870
ER
94The Keyboard Accessibility Monitor shows you the status of the
95keyboard accessibility features when these are in use. For example,
96you can see which modifier keys are currently active, and which mouse
97buttons are being pressed via the keyboard.
c3067899 98
afe4d16e 99%description accessx-status -l pl.UTF-8
65c1b73f
JB
100Aplet monitora dostępności klawiatury pokazuje stan funkcji
101zwiększających dostępność klawiatury, kiedy są włączone. Pozwala
102zobaczyć m.in. które klawisze modyfikatorów są aktywne albo które
103przyciski myszy są wciskane z poziomu klawiatury.
c3067899 104
105%package battstat
106Summary: Battery Charge Monitor applet
c5f85e76 107Summary(pl.UTF-8): Aplet monitora stanu naładowania akumulatora
c3067899 108Group: X11/Applications
d54e2cae
JB
109URL: https://help.gnome.org/users/battstat/stable/
110Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 111Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
112Requires: glib2 >= %{glib2_ver}
113Requires: gtk+3 >= %{gtk3_ver}
114Requires: libnotify >= 0.7
115Requires: upower >= 0.9.4
c3067899 116
117%description battstat
37bba870
ER
118The Battery Charge Monitor shows the status of any batteries in your
119laptop computer. The monitor can tell you the capacity remaining both
120visually and as a percentage, as well as offer you an estimate of the
121time remaining based off the current usage rate.
c3067899 122
afe4d16e 123%description battstat -l pl.UTF-8
65c1b73f
JB
124Aplet monitora stanu naładowania akumulatora pokazuje stan wszelkich
125baterii w laptopie. Monitor informuje o pozostałej pojemności zarówno
126w postaci graficznej, jak i procentowej, a także podaje przybliżony
127pozostały czas pracy przy założeniu bieżącego użycia prądu.
c3067899 128
129%package charpicker
130Summary: Character Palette applet
c5f85e76 131Summary(pl.UTF-8): Aplet palety znaków
c3067899 132Group: X11/Applications
d54e2cae
JB
133URL: https://help.gnome.org/users/char-palette/stable/
134Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 135Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
136Requires: glib2 >= %{glib2_ver}
137Requires: gtk+3 >= %{gtk3_ver}
138Requires: gucharmap >= 3.2.1
c3067899 139
140%description charpicker
37bba870
ER
141The Character Palette provides a convenient way to access characters
142that are not on your keyboard, such as accented characters,
143mathematical symbols, special symbols, and punctuation marks.
144
145You can insert characters from the applet into text strings, for
146example in text documents or at the command line. You can customize
147the contents of the applet to suit your requirements.
148
149Character Palette supports the UTF-8 character encoding so you can use
150the palette to display or copy any Unicode character.
c3067899 151
afe4d16e 152%description charpicker -l pl.UTF-8
65c1b73f
JB
153Aplet palety znaków udostępnia wygodną metodę wprowadzania znaków nie
154istniejących na klawiaturze, takich jak znaki akcentowane, symbole
155matematyczne, symbole specjalne i znaki przestankowe.
156
157Przy pomocy apletu można wprowadzać znaki do łańcuchów tekstowych, na
158przykład w dokumentach tekstowych lub w linii poleceń. Zawartość
159apletu można dostosowywać do własnych wymagań.
160
161Paleta znaków obsługuje kodowanie znaków UTF-8, więc można jej używać
162do wyświetlania lub kopiowania dowolnych znaków unikodowych.
c3067899 163
164%package cpufreq
165Summary: CPU Frequency Scaling Monitor applet
c5f85e76 166Summary(pl.UTF-8): Aplet monitora częstotliwości procesora
c3067899 167Group: X11/Applications
d54e2cae
JB
168URL: https://help.gnome.org/users/cpufreq-applet/stable/
169Requires(post,postun): glib2 >= %{glib2_ver}
170Requires(post,postun): gtk-update-icon-cache
c3067899 171Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
172Requires: dbus-glib >= 0.74
173Requires: glib2 >= %{glib2_ver}
174Requires: gtk+3 >= %{gtk3_ver}
175Requires: hicolor-icon-theme
176Requires: polkit >= 0.92
23a406a7 177Obsoletes: gnome-applet-cpufreq
c3067899 178
179%description cpufreq
37bba870
ER
180The CPU Frequency Scaling Monitor provides a convenient way to monitor
181the CPU Frequency Scaling for each CPU.
c3067899 182
afe4d16e 183%description cpufreq -l pl.UTF-8
65c1b73f
JB
184Aplet monitora częstotliwości procesora umożliwia wygodne
185monitorowanie częstotliwości dla każdego procesora.
c3067899 186
187%package drivemount
188Summary: Disk Mounter applet
c5f85e76 189Summary(pl.UTF-8): Aplet do montowania dysków
c3067899 190Group: X11/Applications
d54e2cae 191URL: https://help.gnome.org/users/drivemount/stable/
c3067899 192Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
193Requires: glib2 >= %{glib2_ver}
194Requires: gtk+3 >= %{gtk3_ver}
c3067899 195
196%description drivemount
37bba870
ER
197The Disk Mounter enables you to quickly mount and unmount various
198types of drives and file systems.
c3067899 199
afe4d16e 200%description drivemount -l pl.UTF-8
65c1b73f
JB
201Aplet do montowania dysków, pozwalający szybko montować i odmontowywać
202różne rodzaje dysków i systemów plików.
c3067899 203
204%package geyes
65c1b73f
JB
205Summary: Geyes applet - tracking the mouse pointer
206Summary(pl.UTF-8): Aplet geyes - śledzenie wskaźnika myszy
c3067899 207Group: X11/Applications
d54e2cae
JB
208URL: https://help.gnome.org/users/geyes/stable/
209Requires(post,postun): glib2 >= %{glib2_ver}
210Requires(post,postun): gtk-update-icon-cache
c3067899 211Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
212Requires: glib2 >= %{glib2_ver}
213Requires: gtk+3 >= %{gtk3_ver}
214Requires: hicolor-icon-theme
c3067899 215
216%description geyes
37bba870
ER
217The Geyes applet provides an entertaining way to track the movement of
218the mouse pointer around your screen. The applet is an image of one or
219more eyes that follow the mouse pointer around the screen.
c3067899 220
afe4d16e 221%description geyes -l pl.UTF-8
65c1b73f
JB
222Aplet geyes to zabawny sposób śledzenia ruchu wskaźnika myszy po
223ekranie. Aplet jest obrazem jednego lub większej liczby oczu
224podążających za wskaźnikiem myszy.
c3067899 225
c3067899 226%package gweather
227Summary: Weather Report applet
c5f85e76 228Summary(pl.UTF-8): Aplet raportu pogodowego
c3067899 229Group: X11/Applications
d54e2cae
JB
230URL: https://help.gnome.org/users/gweather/stable/
231Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 232Requires: %{name} = %{epoch}:%{version}-%{release}
6261da7b 233Requires: dbus(org.freedesktop.Notifications)
d54e2cae
JB
234Requires: glib2 >= %{glib2_ver}
235Requires: gtk+3 >= %{gtk3_ver}
236Requires: libgweather >= 3.7.3
237Requires: libnotify >= 0.7
c3067899 238
239%description gweather
65c1b73f
JB
240The Weather Report downloads weather information from the U.S.
241National Weather Service (NWS) servers, including the Interactive
242Weather Information Network (IWIN) and other weather services. You can
243use Weather Report to display current weather information and weather
37bba870 244forecasts on your computer.
c3067899 245
afe4d16e 246%description gweather -l pl.UTF-8
65c1b73f
JB
247Aplet raportu pogodowego ściąga informacje pogodowe z serwerów U.S.
248National Weather Service (NWS), wraz z siecią Interactive Weather
249Information Network (IWIN) oraz innych serwisów pogodowych. Apletu
250można używać do wyświetlania aktualnych informacji pogodowych oraz
251prognoz.
c3067899 252
6d95af8e 253%package invest
254Summary: Stock Ticker applet
c5f85e76 255Summary(pl.UTF-8): Aplet wskaźnika giełdowego
6d95af8e 256Group: X11/Applications
d54e2cae
JB
257URL: https://help.gnome.org/users/invest-applet/stable/
258Requires(post,postun): gtk-update-icon-cache
6d95af8e 259Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae 260Requires: glib2 >= %{glib2_ver}
996f8772 261Requires: gobject-introspection
d54e2cae
JB
262Requires: gtk+3 >= %{gtk3_ver}
263Requires: hicolor-icon-theme
264Requires: python3-dbus
265Requires: python3-pygobject3 >= 3.0
6d95af8e 266Obsoletes: gnome-applets-gtik
267
268%description invest
37bba870
ER
269The Invest GNOME panel applet downloads current stock quotes from
270Yahoo! Finance and displays the quotes in a drop-down list.
6d95af8e 271
afe4d16e 272%description invest -l pl.UTF-8
65c1b73f
JB
273Aplet wskaźnika giełdowego, ściągający aktualne notowania z serwisu
274Yahoo! Finance i wyświetlające je na rozwijanej liście.
6d95af8e 275
c3067899 276%package minicommander
277Summary: Command Line applet
c5f85e76 278Summary(pl.UTF-8): Aplet wiersza poleceń
c3067899 279Group: X11/Applications
d54e2cae
JB
280URL: https://help.gnome.org/users/command-line/stable/
281Requires(post,postun): glib2 >= %{glib2_ver}
282Requires(post,postun): gtk-update-icon-cache
c3067899 283Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
284Requires: glib2 >= %{glib2_ver}
285Requires: gtk+3 >= %{gtk3_ver}
286Requires: hicolor-icon-theme
c3067899 287
288%description minicommander
37bba870
ER
289The Command Line provides a command line that you can use within any
290panel on the desktop.
c3067899 291
afe4d16e 292%description minicommander -l pl.UTF-8
65c1b73f
JB
293Aplet wiersza poleceń udostępnia linię poleceń z poziomu każdego
294panelu na pulpicie.
c3067899 295
d54e2cae
JB
296%package modemlights
297Summary: Modem Lights applet
298Summary(pl.UTF-8): Aplet kontrolek modemu
c3067899 299Group: X11/Applications
d54e2cae 300Requires(post,postun): gtk-update-icon-cache
c3067899 301Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
302Requires: glib2 >= %{glib2_ver}
303Requires: gtk+3 >= %{gtk3_ver}
304Requires: hicolor-icon-theme
305Requires: libxml2 >= 1:2.6.30
306
307%description modemlights
308Modem Lights applet.
309
310%description modemlights -l pl.UTF-8
311Aplet kontrolek modemu.
c3067899 312
c3067899 313%package multiload
314Summary: System Monitor applet
c5f85e76 315Summary(pl.UTF-8): Aplet monitora systemu
c3067899 316Group: X11/Applications
d54e2cae
JB
317URL: https://help.gnome.org/users/multiload/stable/
318Requires(post,postun): glib2 >= %{glib2_ver}
c3067899 319Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
320Requires: glib2 >= %{glib2_ver}
321Requires: gtk+3 >= %{gtk3_ver}
322Requires: libgtop >= 1:2.22.0
b3da2f5b 323Suggests: gnome-system-monitor >= 2.24.0
c3067899 324
325%description multiload
37bba870
ER
326The System Monitor displays system load information in graphical
327format in a panel.
c3067899 328
afe4d16e 329%description multiload -l pl.UTF-8
65c1b73f
JB
330Aplet monitora systemu wyświetla w panelu informacje o obciążeniu
331systemu w postaci graficznej.
c3067899 332
d54e2cae
JB
333%package netspeed
334Summary: Applet to show how much traffic occurs on a network device
335Summary(pl.UTF-8): Aplet pokazujący wielkość ruchu występującego na urządzeniu sieciowym
336Group: X11/Applications
337Requires(post,postun): glib2 >= %{glib2_ver}
338Requires(post,postun): gtk-update-icon-cache
339Requires: %{name} = %{epoch}:%{version}-%{release}
340Requires: glib2 >= %{glib2_ver}
341Requires: gtk+3 >= %{gtk3_ver}
342Requires: hicolor-icon-theme
343Requires: libiw >= 28
344Obsoletes: gnome-applet-netspeed
345
346%description netspeed
347Netspeed applet is just a little applet that shows how much traffic
348occurs on a specified network device.
349
350%description netspeed -l pl.UTF-8
351Netspeed to mały aplet pokazujący, jak duży ruch występuje na
352określonym urządzeniu sieciowym.
353
c3067899 354%package stickynotes
355Summary: Sticky Notes applet
c5f85e76 356Summary(pl.UTF-8): Aplet notatek
c3067899 357Group: X11/Applications
d54e2cae
JB
358URL: https://help.gnome.org/users/stickynotes_applet/stable/
359Requires(post,postun): glib2 >= %{glib2_ver}
360Requires(post,postun): gtk-update-icon-cache
c3067899 361Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
362Requires: glib2 >= %{glib2_ver}
363Requires: gtk+3 >= %{gtk3_ver}
364Requires: hicolor-icon-theme
365Requires: libwnck >= 3.0.0
366Requires: libxml2 >= 1:2.6.30
c3067899 367Obsoletes: gnotes_applet
368
369%description stickynotes
37bba870
ER
370The Sticky Notes panel application enables you to create, view, and
371manage sticky notes on your desktop. You can edit the title, contents,
372dimensions, and style of sticky notes. When the panel is restarted,
373for example when you log out and log in again, all sticky notes are
374saved and reopened in the same position with the same dimensions and
375style.
c3067899 376
afe4d16e 377%description stickynotes -l pl.UTF-8
65c1b73f
JB
378Aplet notatek pozwala na tworzenie, oglądanie i zarządzanie
379przyczepianymi notatkami na pulpicie. Pozwala modyfikować tytuł,
996f8772
MB
380treść, wymiary i styl notatek. Przy restarcie panelu, na przykład przy
381wylogowaniu i ponownym zalogowaniu, wszystkie notatki są zapisywane, a
382następnie otwierane ponownie w tym samym miejscu, z tymi samymi
383wymiarami i stylem.
c3067899 384
385%package trash
386Summary: Trash applet
c5f85e76 387Summary(pl.UTF-8): Aplet śmietnika
c3067899 388Group: X11/Applications
d54e2cae 389URL: https://help.gnome.org/users/trashapplet/stable/
c3067899 390Requires: %{name} = %{epoch}:%{version}-%{release}
d54e2cae
JB
391Requires: glib2 >= %{glib2_ver}
392Requires: gtk+3 >= %{gtk3_ver}
c3067899 393
394%description trash
37bba870
ER
395The Panel Trash applet lets you manage your Trash from the panel.
396
397The trash on your panel acts identically to the trash on your desktop,
398however it is useful because your panels are always visible.
c3067899 399
afe4d16e 400%description trash -l pl.UTF-8
65c1b73f
JB
401Aplet śmietnika pozwala na zarządzanie śmietnikiem z poziomu panelu.
402
403Śmietnik w panelu zachowuje się tak samo, jak śmietnik na pulpicie,
404ale jest przydatny o tyle, że panele są zawsze widoczne.
c3067899 405
d54e2cae
JB
406%package windowpicker
407Summary: Window Picker applet
408Summary(pl.UTF-8): Aplet do wybierania okien
409Group: X11/Applications
410Requires(post,postun): glib2 >= %{glib2_ver}
411Requires: %{name} = %{epoch}:%{version}-%{release}
412Requires: glib2 >= %{glib2_ver}
413Requires: gtk+3 >= %{gtk3_ver}
414Requires: libwnck >= 3.0.0
415
416%description windowpicker
417Window Picker is a port of the initial window-picker-applet made by
418Cannonical to GNOME 3 and GTK+ 3. It give you a task list that only
419contains the icons of each open window, but not the title. This saves
420a lot of space, especially if you have many open windows. You can use
421the mouse to reorder icons by drag and drop. Also on there are
422preferences to set additional options, such as greying out inactive
423icons.
424
425%description windowpicker -l pl.UTF-8
426Window Picket to port programu window-picker-applet napisanego przez
427Cannonical do środowiska GNOME 3 i GTK+ 3. Aplet podaje listę zadań
428zawierającą tylko ikony każdego otwartego okna, bez tytułu - oszczędza
429to dużo miejsca, zwłaszcza w przypadku wielu otwartych okien. Można
430zmieniać kolejność ikon myszką przez przeciąganie i upuszczanie.
431Dostępne są także ustawienia dla dodatkowych opcji, takich jak
432wyszarzanie nieaktywnych ikon.
433
6a5d9e40 434%prep
45551746 435%setup -q
8c7fc452 436%patch0 -p1
deb3bb07 437
6a5d9e40 438%build
55575619 439%{__libtoolize}
e4bb4543 440%{__glib_gettextize}
441%{__intltoolize}
97c6a012 442%{__aclocal} -I m4
996f8772 443%{__autoconf}
e916d5f1 444%{__autoheader}
cc085649 445%{__automake}
13413cf4 446%configure \
996f8772 447 --disable-silent-rules \
ff1ab036 448 --disable-static \
d54e2cae
JB
449 --enable-mini-commander
450
08de5cc0 451%{__make}
6a5d9e40 452
453%install
454rm -rf $RPM_BUILD_ROOT
455
ec82d9a9 456%{__make} install \
d54e2cae 457 DESTDIR=$RPM_BUILD_ROOT
92cc239d 458
d54e2cae 459# es is more recent
65c1b73f 460%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/es_ES
b3da2f5b 461
996f8772 462%find_lang %{name}-3.0
d54e2cae
JB
463%find_lang accessx-status --with-gnome
464%find_lang battstat --with-gnome
465%find_lang char-palette --with-gnome
466%find_lang command-line --with-gnome
467%find_lang cpufreq-applet --with-gnome
468%find_lang drivemount --with-gnome
469%find_lang geyes --with-gnome
470%find_lang gweather --with-gnome
471%find_lang invest-applet --with-gnome
472%find_lang multiload --with-gnome
473%find_lang netspeed_applet --with-gnome
474%find_lang stickynotes_applet --with-gnome
475%find_lang trashapplet --with-gnome
b29528cb 476
93e72bf3
JB
477%clean
478rm -rf $RPM_BUILD_ROOT
479
c3067899 480%post accessx-status
dbca2d9e 481%update_icon_cache hicolor
c3067899 482
483%postun accessx-status
dbca2d9e 484%update_icon_cache hicolor
c3067899 485
486%post battstat
d54e2cae 487%glib_compile_schemas
c3067899 488
489%postun battstat
d54e2cae 490%glib_compile_schemas
c3067899 491
492%post charpicker
d54e2cae 493%glib_compile_schemas
c3067899 494
495%postun charpicker
d54e2cae 496%glib_compile_schemas
c3067899 497
498%post cpufreq
d54e2cae 499%glib_compile_schemas
dbca2d9e 500%update_icon_cache hicolor
c3067899 501
c3067899 502%postun cpufreq
d54e2cae 503%glib_compile_schemas
dbca2d9e 504%update_icon_cache hicolor
c3067899 505
c3067899 506%post geyes
d54e2cae 507%glib_compile_schemas
dbca2d9e 508%update_icon_cache hicolor
c3067899 509
09327ab9 510%postun geyes
d54e2cae 511%glib_compile_schemas
dbca2d9e 512%update_icon_cache hicolor
c3067899 513
514%post gweather
d54e2cae 515%glib_compile_schemas
c3067899 516
517%postun gweather
d54e2cae 518%glib_compile_schemas
c3067899 519
6d95af8e 520%post invest
b26882b7 521%update_icon_cache hicolor
6d95af8e 522
523%postun invest
b26882b7 524%update_icon_cache hicolor
6d95af8e 525
c3067899 526%post minicommander
d54e2cae 527%glib_compile_schemas
dbca2d9e 528%update_icon_cache hicolor
ec82d9a9 529
c3067899 530%postun minicommander
d54e2cae 531%glib_compile_schemas
dbca2d9e 532%update_icon_cache hicolor
c3067899 533
d54e2cae
JB
534%post modemlights
535%update_icon_cache hicolor
c3067899 536
d54e2cae
JB
537%postun modemlights
538%update_icon_cache hicolor
c3067899 539
c3067899 540%post multiload
d54e2cae 541%glib_compile_schemas
c3067899 542
543%postun multiload
d54e2cae 544%glib_compile_schemas
c3067899 545
d54e2cae
JB
546%post netspeed
547%glib_compile_schemas
dbca2d9e 548%update_icon_cache hicolor
c3067899 549
d54e2cae
JB
550%postun netspeed
551%glib_compile_schemas
552%update_icon_cache hicolor
553
554%post stickynotes
555%glib_compile_schemas
556%update_icon_cache hicolor
c3067899 557
558%postun stickynotes
d54e2cae 559%glib_compile_schemas
dbca2d9e 560%update_icon_cache hicolor
c3067899 561
d54e2cae
JB
562%post windowpicker
563%glib_compile_schemas
c3067899 564
d54e2cae
JB
565%postun windowpicker
566%glib_compile_schemas
6a5d9e40 567
996f8772 568%files -f %{name}-3.0.lang
6a5d9e40 569%defattr(644,root,root,755)
d54e2cae
JB
570%doc AUTHORS ChangeLog MAINTAINERS NEWS README
571%dir %{_datadir}/gnome-applets
572%dir %{_datadir}/gnome-applets/builder
573%dir %{_datadir}/gnome-applets/ui
c3067899 574
97c6a012 575%files accessx-status -f accessx-status.lang
c3067899 576%defattr(644,root,root,755)
d54e2cae
JB
577%doc accessx-status/AUTHORS
578%attr(755,root,root) %{_libexecdir}/accessx-status-applet
21b55168 579%{_datadir}/dbus-1/services/org.gnome.panel.applet.AccessxStatusAppletFactory.service
996f8772 580%{_datadir}/gnome-applets/ui/accessx-status-applet-menu.xml
d54e2cae 581%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.AccessxStatusApplet.panel-applet
c3067899 582%{_pixmapsdir}/accessx-status-applet
583%{_iconsdir}/hicolor/48x48/apps/ax-applet.png
97c6a012 584
585%files battstat -f battstat.lang
c3067899 586%defattr(644,root,root,755)
d54e2cae 587%attr(755,root,root) %{_libexecdir}/battstat-applet-2
21b55168 588%{_datadir}/dbus-1/services/org.gnome.panel.applet.BattstatAppletFactory.service
d54e2cae
JB
589%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.battstat.gschema.xml
590%{_datadir}/gnome-applets/builder/battstat_applet.ui
996f8772 591%{_datadir}/gnome-applets/ui/battstat-applet-menu.xml
d54e2cae 592%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.BattstatApplet.panel-applet
c3067899 593%{_sysconfdir}/sound/events/battstat_applet.soundlist
97c6a012 594
595%files charpicker -f char-palette.lang
c3067899 596%defattr(644,root,root,755)
d54e2cae 597%attr(755,root,root) %{_libexecdir}/charpick_applet2
21b55168 598%{_datadir}/dbus-1/services/org.gnome.panel.applet.CharpickerAppletFactory.service
d54e2cae 599%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.charpick.gschema.xml
996f8772 600%{_datadir}/gnome-applets/ui/charpick-applet-menu.xml
d54e2cae 601%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.CharpickerApplet.panel-applet
97c6a012 602
603%files cpufreq -f cpufreq-applet.lang
c3067899 604%defattr(644,root,root,755)
d54e2cae 605%doc cpufreq/{AUTHORS,README}
c3067899 606%attr(755,root,root) %{_bindir}/cpufreq-selector
d54e2cae 607%attr(755,root,root) %{_libexecdir}/cpufreq-applet
21b55168 608%{_datadir}/dbus-1/services/org.gnome.panel.applet.CPUFreqAppletFactory.service
b26882b7 609%{_datadir}/dbus-1/system-services/org.gnome.CPUFreqSelector.service
d54e2cae
JB
610%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.cpufreq.enums.xml
611%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.cpufreq.gschema.xml
612%{_datadir}/gnome-applets/builder/cpufreq-preferences.ui
996f8772 613%{_datadir}/gnome-applets/ui/cpufreq-applet-menu.xml
d54e2cae 614%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.CPUFreqApplet.panel-applet
2d18cb81 615%{_datadir}/polkit-1/actions/org.gnome.cpufreqselector.policy
76b82b4d 616/etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf
c3067899 617%{_pixmapsdir}/cpufreq-applet
d54e2cae
JB
618%{_iconsdir}/hicolor/*x*/apps/gnome-cpu-frequency-applet.png
619%{_iconsdir}/hicolor/scalable/apps/gnome-cpu-frequency-applet.svg
c3067899 620
97c6a012 621%files drivemount -f drivemount.lang
c3067899 622%defattr(644,root,root,755)
d54e2cae
JB
623%doc drivemount/AUTHORS
624%attr(755,root,root) %{_libexecdir}/drivemount_applet2
21b55168 625%{_datadir}/dbus-1/services/org.gnome.panel.applet.DriveMountAppletFactory.service
996f8772 626%{_datadir}/gnome-applets/ui/drivemount-applet-menu.xml
d54e2cae 627%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.DriveMountApplet.panel-applet
97c6a012 628
629%files geyes -f geyes.lang
c3067899 630%defattr(644,root,root,755)
d54e2cae
JB
631%doc geyes/{AUTHORS,README.themes}
632%attr(755,root,root) %{_libexecdir}/geyes_applet2
21b55168 633%{_datadir}/dbus-1/services/org.gnome.panel.applet.GeyesAppletFactory.service
d54e2cae
JB
634%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.geyes.gschema.xml
635%{_datadir}/gnome-applets/geyes
996f8772 636%{_datadir}/gnome-applets/ui/geyes-applet-menu.xml
d54e2cae
JB
637%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.GeyesApplet.panel-applet
638%{_iconsdir}/hicolor/*x*/apps/gnome-eyes-applet.png
639%{_iconsdir}/hicolor/scalable/apps/gnome-eyes-applet.svg
97c6a012 640
97c6a012 641%files gweather -f gweather.lang
c3067899 642%defattr(644,root,root,755)
d54e2cae
JB
643%doc gweather/AUTHORS
644%attr(755,root,root) %{_libexecdir}/gweather-applet-2
21b55168 645%{_datadir}/dbus-1/services/org.gnome.panel.applet.GWeatherAppletFactory.service
d54e2cae 646%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.gweather.gschema.xml
996f8772 647%{_datadir}/gnome-applets/ui/gweather-applet-menu.xml
d54e2cae 648%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.GWeatherApplet.panel-applet
97c6a012 649
b26882b7 650%files invest -f invest-applet.lang
6d95af8e 651%defattr(644,root,root,755)
6d95af8e 652%attr(755,root,root) %{_bindir}/invest-chart
d54e2cae 653%attr(755,root,root) %{_libexecdir}/invest-applet
996f8772 654%{_datadir}/dbus-1/services/org.gnome.panel.applet.InvestAppletFactory.service
d54e2cae
JB
655%{_datadir}/gnome-applets/builder/financialchart.ui
656%{_datadir}/gnome-applets/builder/prefs-dialog.ui
657%{_datadir}/gnome-applets/invest-applet
996f8772 658%{_datadir}/gnome-applets/ui/invest-applet-menu.xml
d54e2cae
JB
659%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.InvestApplet.panel-applet
660%{_iconsdir}/hicolor/*x*/apps/invest-applet.png
661%{_iconsdir}/hicolor/scalable/apps/invest-applet.svg
662%{py3_sitescriptdir}/invest
6d95af8e 663
97c6a012 664%files minicommander -f command-line.lang
019a20cd 665%defattr(644,root,root,755)
d54e2cae 666%doc mini-commander/{AUTHORS,README,TODO}
c3067899 667%attr(755,root,root) %{_libdir}/mini_commander_applet
21b55168 668%{_datadir}/dbus-1/services/org.gnome.panel.applet.MiniCommanderAppletFactory.service
d54e2cae
JB
669%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.mini-commander.gschema.xml
670%{_datadir}/gnome-applets/builder/mini-commander.ui
996f8772 671%{_datadir}/gnome-applets/ui/mini-commander-applet-menu.xml
d54e2cae 672%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.MiniCommanderApplet.panel-applet
c3067899 673%{_iconsdir}/hicolor/48x48/apps/gnome-mini-commander.png
c3067899 674
d54e2cae 675%files modemlights
c3067899 676%defattr(644,root,root,755)
d54e2cae
JB
677%doc modemlights/AUTHORS
678%attr(755,root,root) %{_libexecdir}/modem_applet
679%{_datadir}/dbus-1/services/org.gnome.panel.applet.ModemAppletFactory.service
680%{_datadir}/gnome-applets/builder/modemlights.ui
681%{_datadir}/gnome-applets/ui/modem-applet-menu.xml
682%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.ModemApplet.panel-applet
683%{_iconsdir}/hicolor/*x*/apps/gnome-modem-monitor-applet.png
684%{_iconsdir}/hicolor/scalable/apps/gnome-modem-monitor-applet.svg
c3067899 685
97c6a012 686%files multiload -f multiload.lang
c3067899 687%defattr(644,root,root,755)
d54e2cae
JB
688%doc multiload/AUTHORS
689%attr(755,root,root) %{_libexecdir}/multiload-applet-2
21b55168 690%{_datadir}/dbus-1/services/org.gnome.panel.applet.MultiLoadAppletFactory.service
d54e2cae 691%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.multiload.gschema.xml
996f8772 692%{_datadir}/gnome-applets/ui/multiload-applet-menu.xml
d54e2cae
JB
693%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.MultiLoadApplet.panel-applet
694
695%files netspeed -f netspeed_applet.lang
696%defattr(644,root,root,755)
697%doc netspeed/{AUTHORS,TODO}
698%attr(755,root,root) %{_libexecdir}/netspeed_applet2
699%{_datadir}/dbus-1/services/org.gnome.panel.applet.NetspeedAppletFactory.service
700%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.netspeed.gschema.xml
701%{_datadir}/gnome-applets/ui/netspeed-menu.xml
702%{_datadir}/gnome-panel/5.0/applets/org.gnome.panel.Netspeed.panel-applet
703%{_iconsdir}/hicolor/*x*/apps/netspeed-applet.png
704%{_iconsdir}/hicolor/scalable/apps/netspeed-applet.svg
705%{_iconsdir}/hicolor/16x16/devices/netspeed-*.png
706%{_iconsdir}/hicolor/24x24/status/netspeed-*.png
97c6a012 707
708%files stickynotes -f stickynotes_applet.lang
c3067899 709%defattr(644,root,root,755)
d54e2cae
JB
710%doc stickynotes/{README,TODO}
711%attr(755,root,root) %{_libexecdir}/stickynotes_applet
21b55168 712%{_datadir}/dbus-1/services/org.gnome.panel.applet.StickyNotesAppletFactory.service
d54e2cae
JB
713%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml
714%{_datadir}/gnome-applets/builder/stickynotes-*.ui
715%{_datadir}/gnome-applets/icons
716%{_datadir}/gnome-applets/ui/stickynotes-*-menu.xml
717%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.StickyNotesApplet.panel-applet
718%{_iconsdir}/hicolor/*x*/apps/gnome-sticky-notes-applet.png
719%{_iconsdir}/hicolor/scalable/apps/gnome-sticky-notes-applet.svg
97c6a012 720
721%files trash -f trashapplet.lang
c3067899 722%defattr(644,root,root,755)
d54e2cae
JB
723%doc trashapplet/README
724%attr(755,root,root) %{_libexecdir}/trashapplet
21b55168 725%{_datadir}/dbus-1/services/org.gnome.panel.applet.TrashAppletFactory.service
d54e2cae 726%{_datadir}/gnome-applets/builder/trashapplet-empty-progress.ui
996f8772 727%{_datadir}/gnome-applets/ui/trashapplet-menu.xml
d54e2cae
JB
728%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.TrashApplet.panel-applet
729
730%files windowpicker
731%defattr(644,root,root,755)
732%doc windowpicker/{AUTHORS,TODO}
733%attr(755,root,root) %{_libexecdir}/window-picker-applet
734%{_datadir}/dbus-1/services/org.gnome.panel.applet.WindowPickerFactory.service
735%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml
736%{_datadir}/gnome-applets/ui/menu.xml
737%{_datadir}/gnome-applets/ui/window-picker-about-logo.png
738%{_datadir}/gnome-panel/5.0/applets/org.gnome.applets.WindowPicker.panel-applet
This page took 0.206367 seconds and 4 git commands to generate.