]> git.pld-linux.org Git - packages/mate-applets.git/blame - mate-applets.spec
- honour system _libexecdir setting; release 2
[packages/mate-applets.git] / mate-applets.spec
CommitLineData
52b994c7 1# TODO
c6afed1f 2# - cpufreq applet does not start
47e702f3
JB
3#
4# Conditional build:
4ff7e681 5%bcond_without gucharmap # Gucharmap (character map) support in charpicker applet
23606d42 6
da523ee7
ER
7Summary: Small applications which embed themselves in the MATE panel
8Summary(pl.UTF-8): Aplety MATE - małe aplikacje osadzające się w panelu
9Summary(ru.UTF-8): Маленькие программы, встраивающиеся в панель MATE
10Summary(uk.UTF-8): Маленькі програми, що вбудовуються в панель MATE
11Name: mate-applets
50650a40 12Version: 1.20.2
f2cc1076 13Release: 2
c6afed1f 14License: GPL v2+ (applets), FDL (help)
45551746 15Group: X11/Applications
300f4916 16Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz
50650a40 17# Source0-md5: 01f189fd7cad20cd88e125179888a249
c513cb5c 18# check paths in Makefile before removing it!
c6afed1f
JB
19Patch0: m4_fix.patch
20Patch1: uidir.patch
93fbc216 21URL: https://github.com/mate-desktop/mate-applets
8eecd2f8 22BuildRequires: NetworkManager-devel >= 0.7
6dd2b6ca 23%ifarch %{ix86} %{arm} mips ppc sh
9a819dfd 24BuildRequires: apmd-devel
840ba540 25%endif
09327ab9 26BuildRequires: autoconf >= 2.59
c6afed1f 27BuildRequires: automake >= 1:1.9
d2c5b124 28BuildRequires: dbus-devel >= 1.1.2
8eecd2f8 29BuildRequires: dbus-glib-devel >= 0.74
e75a2750 30BuildRequires: gettext-tools >= 0.10.40
300f4916
JP
31BuildRequires: glib2-devel >= 1:2.50.0
32BuildRequires: gtk+3-devel >= 3.22
9056ac34 33BuildRequires: gtksourceview3-devel >= 3.0
5f32ec10 34BuildRequires: intltool >= 0.50.1
6ae989b8 35BuildRequires: kernel-tools-cpupower-libs-devel >= 4.7
6dd2b6ca 36BuildRequires: libgtop-devel >= 1:2.12.0
cf2e3bbe 37BuildRequires: libiw-devel >= 28-0.pre9
300f4916 38BuildRequires: libmateweather-devel >= 1.19.1
e5b5841a 39BuildRequires: libnotify-devel >= 0.7.0
c6afed1f 40BuildRequires: libtool >= 1:1.4.3
9056ac34 41BuildRequires: libwnck-devel >= 3.0.0
33644ac7 42BuildRequires: libxml2-devel >= 1:2.5.0
6ae989b8 43BuildRequires: linux-libc-headers >= 7:4.7
9a819dfd 44%if %{with gucharmap}
9056ac34 45BuildRequires: gucharmap-devel >= 3.0.0
9a819dfd 46%endif
c6afed1f 47BuildRequires: mate-common >= 1.1.0
9056ac34 48BuildRequires: mate-panel-devel >= 1.17.0
9a819dfd 49BuildRequires: mate-settings-daemon-devel
52b994c7 50BuildRequires: pkgconfig >= 1:0.19
025e86be 51BuildRequires: polkit-devel >= 0.97
da523ee7 52BuildRequires: rpmbuild(find_lang) >= 1.36
52b994c7 53BuildRequires: rpmbuild(macros) >= 1.311
c6afed1f 54BuildRequires: sed >= 4.0
cb11c32a 55BuildRequires: tar >= 1:1.22
33644ac7 56BuildRequires: upower-devel >= 0.9.4
c6afed1f 57BuildRequires: xorg-lib-libX11-devel
cb11c32a 58BuildRequires: xz
4ff7e681 59BuildRequires: yelp-tools
300f4916 60Obsoletes: mate-applet-invest
52b994c7
ER
61# sr@Latn vs. sr@latin
62Conflicts: glibc-misc < 6:2.7
29c6cc79 63BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6a5d9e40 64
f2cc1076
JB
65# use the same libexecdir as mate-panel
66# (better solution: store mate-panel libexecdir in libmatepanelapplet-*.pc and read it here)
67%define matepanel_libexecdir %{_libexecdir}/mate-panel
e5b5841a 68
6a5d9e40 69%description
da523ee7
ER
70The mate-applets package provides Panel applets which enhance your
71MATE experience.
6a5d9e40 72
afe4d16e 73%description -l pl.UTF-8
da523ee7
ER
74Pakiet mate-applets udostępnia aplety Panelu, które usprawniają pracę
75z MATE.
6a5d9e40 76
afe4d16e 77%description -l uk.UTF-8
da523ee7
ER
78Пакет mate-applets містить аплети Панелі MATE, що збільшують
79комфортність роботи в середовищі MATE.
be1274bb 80
afe4d16e 81%description -l ru.UTF-8
da523ee7
ER
82Пакет mate-applets содержит апплеты Панели MATE, увеличивающие
83комфортность работы в среде MATE.
be1274bb 84
aaddcfca 85%package -n mate-applet-accessx-status
47e702f3
JB
86Summary: Keyboard Accessibility Status applet for MATE Desktop
87Summary(pl.UTF-8): Aplet stanu dostepności klawiatury dla środowiska MATE
c3067899 88Group: X11/Applications
c6afed1f 89Requires(post,postun): gtk-update-icon-cache
da523ee7 90Requires: %{name} = %{version}-%{release}
300f4916
JP
91Requires: glib2 >= 1:2.50.0
92Requires: gtk+3 >= 3.22
9a819dfd 93Requires: mate-icon-theme >= 1.1.0
9056ac34 94Requires: mate-panel >= 1.17.0
da523ee7 95Suggests: mate-control-center >= 1.5
c3067899 96
aaddcfca 97%description -n mate-applet-accessx-status
37bba870
ER
98The Keyboard Accessibility Monitor shows you the status of the
99keyboard accessibility features when these are in use. For example,
100you can see which modifier keys are currently active, and which mouse
101buttons are being pressed via the keyboard.
c3067899 102
aaddcfca 103%description -n mate-applet-accessx-status -l pl.UTF-8
65c1b73f
JB
104Aplet monitora dostępności klawiatury pokazuje stan funkcji
105zwiększających dostępność klawiatury, kiedy są włączone. Pozwala
106zobaczyć m.in. które klawisze modyfikatorów są aktywne albo które
107przyciski myszy są wciskane z poziomu klawiatury.
c3067899 108
aaddcfca 109%package -n mate-applet-battstat
47e702f3
JB
110Summary: Battery Charge Monitor applet for MATE Desktop
111Summary(pl.UTF-8): Aplet monitora stanu naładowania akumulatora dla środowiska MATE
c3067899 112Group: X11/Applications
da523ee7 113Requires: %{name} = %{version}-%{release}
300f4916
JP
114Requires: glib2 >= 1:2.50.0
115Requires: gtk+3 >= 3.22
c6afed1f 116Requires: libnotify >= 0.7.0
9056ac34 117Requires: mate-panel >= 1.17.0
c6afed1f 118Requires: upower >= 0.9.4
c3067899 119
aaddcfca 120%description -n mate-applet-battstat
37bba870
ER
121The Battery Charge Monitor shows the status of any batteries in your
122laptop computer. The monitor can tell you the capacity remaining both
123visually and as a percentage, as well as offer you an estimate of the
124time remaining based off the current usage rate.
c3067899 125
aaddcfca 126%description -n mate-applet-battstat -l pl.UTF-8
65c1b73f
JB
127Aplet monitora stanu naładowania akumulatora pokazuje stan wszelkich
128baterii w laptopie. Monitor informuje o pozostałej pojemności zarówno
129w postaci graficznej, jak i procentowej, a także podaje przybliżony
130pozostały czas pracy przy założeniu bieżącego użycia prądu.
c3067899 131
aaddcfca 132%package -n mate-applet-charpicker
47e702f3
JB
133Summary: Character Palette applet for MATE Desktop
134Summary(pl.UTF-8): Aplet palety znaków dla środowiska MATE
c3067899 135Group: X11/Applications
c6afed1f 136Requires(post,postun): gtk-update-icon-cache
da523ee7 137Requires: %{name} = %{version}-%{release}
300f4916
JP
138Requires: glib2 >= 1:2.50.0
139Requires: gtk+3 >= 3.22
caf710b6 140%if %{with gucharmap}
9056ac34 141Requires: gucharmap-libs >= 3.0.0
caf710b6 142%endif
c6afed1f 143Requires: hicolor-icon-theme
9056ac34 144Requires: mate-panel >= 1.17.0
c3067899 145
aaddcfca 146%description -n mate-applet-charpicker
37bba870
ER
147The Character Palette provides a convenient way to access characters
148that are not on your keyboard, such as accented characters,
149mathematical symbols, special symbols, and punctuation marks.
150
151You can insert characters from the applet into text strings, for
152example in text documents or at the command line. You can customize
153the contents of the applet to suit your requirements.
154
155Character Palette supports the UTF-8 character encoding so you can use
156the palette to display or copy any Unicode character.
c3067899 157
aaddcfca 158%description -n mate-applet-charpicker -l pl.UTF-8
65c1b73f
JB
159Aplet palety znaków udostępnia wygodną metodę wprowadzania znaków nie
160istniejących na klawiaturze, takich jak znaki akcentowane, symbole
161matematyczne, symbole specjalne i znaki przestankowe.
162
163Przy pomocy apletu można wprowadzać znaki do łańcuchów tekstowych, na
164przykład w dokumentach tekstowych lub w linii poleceń. Zawartość
165apletu można dostosowywać do własnych wymagań.
166
167Paleta znaków obsługuje kodowanie znaków UTF-8, więc można jej używać
168do wyświetlania lub kopiowania dowolnych znaków unikodowych.
c3067899 169
4ff7e681
JP
170%package -n mate-applet-command
171Summary: Command applet for MATE Desktop
b32b9320 172Summary(pl.UTF-8): Aplet uruchamiania poleceń dla środowiska MATE
4ff7e681
JP
173Group: X11/Applications
174Requires: %{name} = %{version}-%{release}
300f4916
JP
175Requires: glib2 >= 1:2.50.0
176Requires: gtk+3 >= 3.22
4ff7e681 177Requires: hicolor-icon-theme
9056ac34 178Requires: mate-panel >= 1.17.0
4ff7e681
JP
179
180%description -n mate-applet-command
181Command applet for MATE Desktop.
182
b32b9320
JB
183%description -n mate-applet-command -l pl.UTF-8
184Aplet uruchamiania poleceń dla środowiska MATE.
185
aaddcfca 186%package -n mate-applet-cpufreq
47e702f3
JB
187Summary: CPU Frequency Scaling Monitor applet for MATE Desktop
188Summary(pl.UTF-8): Aplet monitora częstotliwości procesora dla środowiska MATE
c3067899 189Group: X11/Applications
c6afed1f 190Requires(post,postun): gtk-update-icon-cache
da523ee7 191Requires: %{name} = %{version}-%{release}
300f4916 192Requires: gtk+3 >= 3.22
c6afed1f 193Requires: hicolor-icon-theme
6ae989b8 194Requires: kernel-tools-cpupower-libs >= 4.7
9056ac34 195Requires: mate-panel >= 1.17.0
da523ee7 196Requires: mate-polkit
6dd2b6ca 197Requires: polkit >= 0.97
c3067899 198
aaddcfca 199%description -n mate-applet-cpufreq
37bba870
ER
200The CPU Frequency Scaling Monitor provides a convenient way to monitor
201the CPU Frequency Scaling for each CPU.
c3067899 202
aaddcfca 203%description -n mate-applet-cpufreq -l pl.UTF-8
65c1b73f
JB
204Aplet monitora częstotliwości procesora umożliwia wygodne
205monitorowanie częstotliwości dla każdego procesora.
c3067899 206
aaddcfca 207%package -n mate-applet-drivemount
47e702f3
JB
208Summary: Disk Mounter applet for MATE Desktop
209Summary(pl.UTF-8): Aplet do montowania dysków dla środowiska MATE
c3067899 210Group: X11/Applications
da523ee7 211Requires: %{name} = %{version}-%{release}
300f4916
JP
212Requires: glib2 >= 1:2.50.0
213Requires: gtk+3 >= 3.22
9056ac34 214Requires: mate-panel >= 1.17.0
c3067899 215
aaddcfca 216%description -n mate-applet-drivemount
37bba870
ER
217The Disk Mounter enables you to quickly mount and unmount various
218types of drives and file systems.
c3067899 219
aaddcfca 220%description -n mate-applet-drivemount -l pl.UTF-8
65c1b73f
JB
221Aplet do montowania dysków, pozwalający szybko montować i odmontowywać
222różne rodzaje dysków i systemów plików.
c3067899 223
aaddcfca 224%package -n mate-applet-geyes
47e702f3
JB
225Summary: Geyes applet - tracking the mouse pointer for MATE Desktop
226Summary(pl.UTF-8): Aplet geyes - śledzenie wskaźnika myszy dla środowiska MATE
c3067899 227Group: X11/Applications
c6afed1f 228Requires(post,postun): gtk-update-icon-cache
da523ee7 229Requires: %{name} = %{version}-%{release}
300f4916
JP
230Requires: glib2 >= 1:2.50.0
231Requires: gtk+3 >= 3.22
c6afed1f 232Requires: hicolor-icon-theme
9056ac34 233Requires: mate-panel >= 1.17.0
c3067899 234
aaddcfca 235%description -n mate-applet-geyes
37bba870
ER
236The Geyes applet provides an entertaining way to track the movement of
237the mouse pointer around your screen. The applet is an image of one or
238more eyes that follow the mouse pointer around the screen.
c3067899 239
aaddcfca 240%description -n mate-applet-geyes -l pl.UTF-8
65c1b73f
JB
241Aplet geyes to zabawny sposób śledzenia ruchu wskaźnika myszy po
242ekranie. Aplet jest obrazem jednego lub większej liczby oczu
243podążających za wskaźnikiem myszy.
c3067899 244
aaddcfca 245%package -n mate-applet-gweather
47e702f3
JB
246Summary: Weather Report applet for MATE Desktop
247Summary(pl.UTF-8): Aplet raportu pogodowego dla środowiska MATE
c3067899 248Group: X11/Applications
da523ee7 249Requires: %{name} = %{version}-%{release}
d2c5b124 250Requires: dbus >= 1.1.2
6261da7b 251Requires: dbus(org.freedesktop.Notifications)
23606d42 252Requires: dbus-glib >= 0.74
300f4916
JP
253Requires: glib2 >= 1:2.50.0
254Requires: gtk+3 >= 3.22
255Requires: libmateweather >= 1.19.1
c6afed1f 256Requires: libnotify >= 0.7.0
9056ac34 257Requires: mate-panel >= 1.17.0
c3067899 258
aaddcfca 259%description -n mate-applet-gweather
65c1b73f
JB
260The Weather Report downloads weather information from the U.S.
261National Weather Service (NWS) servers, including the Interactive
262Weather Information Network (IWIN) and other weather services. You can
263use Weather Report to display current weather information and weather
37bba870 264forecasts on your computer.
c3067899 265
aaddcfca 266%description -n mate-applet-gweather -l pl.UTF-8
65c1b73f
JB
267Aplet raportu pogodowego ściąga informacje pogodowe z serwerów U.S.
268National Weather Service (NWS), wraz z siecią Interactive Weather
269Information Network (IWIN) oraz innych serwisów pogodowych. Apletu
270można używać do wyświetlania aktualnych informacji pogodowych oraz
271prognoz.
c3067899 272
aaddcfca 273%package -n mate-applet-multiload
47e702f3
JB
274Summary: System Monitor applet for MATE Desktop
275Summary(pl.UTF-8): Aplet monitora systemu dla środowiska MATE
c3067899 276Group: X11/Applications
da523ee7 277Requires: %{name} = %{version}-%{release}
300f4916
JP
278Requires: glib2 >= 1:2.50.0
279Requires: gtk+3 >= 3.22
6dd2b6ca 280Requires: libgtop >= 1:2.12.0
9056ac34 281Requires: mate-panel >= 1.17.0
6952b53c 282Suggests: mate-system-monitor >= 1.5
c3067899 283
aaddcfca 284%description -n mate-applet-multiload
37bba870
ER
285The System Monitor displays system load information in graphical
286format in a panel.
c3067899 287
aaddcfca 288%description -n mate-applet-multiload -l pl.UTF-8
65c1b73f
JB
289Aplet monitora systemu wyświetla w panelu informacje o obciążeniu
290systemu w postaci graficznej.
c3067899 291
6765a7f3
JP
292%package -n mate-applet-netspeed
293Summary: MATE netspeed applet
294Summary(pl.UTF-8): Aplet netspeed dla środowiska MATE
295Group: X11/Applications
296Requires(post,postun): gtk-update-icon-cache
297Requires: %{name} = %{version}-%{release}
300f4916
JP
298Requires: glib2 >= 1:2.50.0
299Requires: gtk+3 >= 3.22
6765a7f3 300Requires: hicolor-icon-theme
9056ac34 301Requires: libwnck >= 3.0.0
6765a7f3 302Requires: libxml2 >= 1:2.5.0
9056ac34 303Requires: mate-panel >= 1.17.0
6765a7f3
JP
304
305%description -n mate-applet-netspeed
306MATE netspeed is an applet that shows how much traffic occurs on a
307specified network device. It's a fork of GNOME netspeed applet.
308
309%description -n mate-applet-netspeed -l pl.UTF-8
310MATE netspeed to aplet pokazujący, jak duży ruch występuje na
311określonym urządzeniu sieciowym. Jest to odgałęzienie apletu GNOME
312netspeed
313
aaddcfca 314%package -n mate-applet-stickynotes
47e702f3
JB
315Summary: Sticky Notes applet for MATE Desktop
316Summary(pl.UTF-8): Aplet notatek dla środowiska MATE
c3067899 317Group: X11/Applications
c6afed1f 318Requires(post,postun): gtk-update-icon-cache
da523ee7 319Requires: %{name} = %{version}-%{release}
300f4916
JP
320Requires: glib2 >= 1:2.50.0
321Requires: gtk+3 >= 3.22
c6afed1f 322Requires: hicolor-icon-theme
9056ac34 323Requires: libwnck >= 3.0.0
c6afed1f 324Requires: libxml2 >= 1:2.5.0
9056ac34 325Requires: mate-panel >= 1.17.0
c3067899 326
aaddcfca 327%description -n mate-applet-stickynotes
37bba870
ER
328The Sticky Notes panel application enables you to create, view, and
329manage sticky notes on your desktop. You can edit the title, contents,
330dimensions, and style of sticky notes. When the panel is restarted,
331for example when you log out and log in again, all sticky notes are
332saved and reopened in the same position with the same dimensions and
333style.
c3067899 334
aaddcfca 335%description -n mate-applet-stickynotes -l pl.UTF-8
65c1b73f
JB
336Aplet notatek pozwala na tworzenie, oglądanie i zarządzanie
337przyczepianymi notatkami na pulpicie. Pozwala modyfikować tytuł,
da523ee7
ER
338treść, wymiary i styl notatek. Przy restarcie panelu, na przykład przy
339wylogowaniu i ponownym zalogowaniu, wszystkie notatki są zapisywane, a
340następnie otwierane ponownie w tym samym miejscu, z tymi samymi
341wymiarami i stylem.
c3067899 342
47e702f3
JB
343%package -n mate-applet-timer
344Summary: Timer applet for MATE Desktop
345Summary(pl.UTF-8): Aplet czasomierza dla środowiska MATE
346Group: X11/Applications
347Requires: %{name} = %{version}-%{release}
9056ac34 348Requires: mate-panel >= 1.17.0
47e702f3
JB
349
350%description -n mate-applet-timer
351Timer applet for MATE Desktop.
352
353%description -n mate-applet-timer -l pl.UTF-8
354Aplet czasomierza dla środowiska MATE.
355
aaddcfca 356%package -n mate-applet-trash
47e702f3
JB
357Summary: Trash applet for MATE Desktop
358Summary(pl.UTF-8): Aplet śmietnika dla środowiska MATE
c3067899 359Group: X11/Applications
da523ee7 360Requires: %{name} = %{version}-%{release}
300f4916
JP
361Requires: glib2 >= 1:2.50.0
362Requires: gtk+3 >= 3.22
9056ac34 363Requires: mate-panel >= 1.17.0
c3067899 364
aaddcfca 365%description -n mate-applet-trash
37bba870
ER
366The Panel Trash applet lets you manage your Trash from the panel.
367
368The trash on your panel acts identically to the trash on your desktop,
369however it is useful because your panels are always visible.
c3067899 370
aaddcfca 371%description -n mate-applet-trash -l pl.UTF-8
65c1b73f
JB
372Aplet śmietnika pozwala na zarządzanie śmietnikiem z poziomu panelu.
373
374Śmietnik w panelu zachowuje się tak samo, jak śmietnik na pulpicie,
375ale jest przydatny o tyle, że panele są zawsze widoczne.
c3067899 376
6a5d9e40 377%prep
45551746 378%setup -q
e5b5841a 379%patch0 -p1
76dc4f52 380%patch1 -p1
c6afed1f 381
6a5d9e40 382%build
c6afed1f
JB
383%{__intltoolize}
384%{__libtoolize}
385%{__aclocal} -I m4
386%{__autoconf}
387%{__autoheader}
388%{__automake}
13413cf4 389%configure \
f2cc1076 390 --libexecdir=%{matepanel_libexecdir} \
52b994c7
ER
391 --enable-networkmanager \
392 --disable-schemas-compile \
47e702f3 393 --disable-static \
9a819dfd 394 --enable-timer-applet \
9a819dfd 395 --without-hal
c6afed1f
JB
396
397%{__make}
6a5d9e40 398
399%install
400rm -rf $RPM_BUILD_ROOT
ec82d9a9 401%{__make} install \
300f4916 402 DESTDIR=$RPM_BUILD_ROOT
eee291e8 403
c6afed1f 404# outdated version of es (as of 1.6.1)
da523ee7 405%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/es_ES
f0a8c96a 406# not supported by glibc (as of glibc-2.24)
300f4916 407%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,jv,ku_IQ,pms}
b3da2f5b 408
da523ee7 409%find_lang %{name}
9a819dfd
JB
410%find_lang mate-accessx-status --with-mate
411%find_lang mate-battstat --with-mate
412%find_lang mate-char-palette --with-mate
413%find_lang mate-cpufreq-applet --with-mate
414%find_lang mate-drivemount --with-mate
415%find_lang mate-geyes --with-mate
416%find_lang mateweather --with-mate
9a819dfd 417%find_lang mate-multiload --with-mate
6765a7f3 418%find_lang mate-netspeed-applet --with-mate
4552d319 419%find_lang mate-stickynotes-applet --with-mate
9a819dfd 420%find_lang mate-trashapplet --with-mate
b29528cb 421
93e72bf3
JB
422%clean
423rm -rf $RPM_BUILD_ROOT
424
aaddcfca 425%post -n mate-applet-accessx-status
c6afed1f 426%update_icon_cache mate
c3067899 427
aaddcfca 428%postun -n mate-applet-accessx-status
c6afed1f 429%update_icon_cache mate
c3067899 430
aaddcfca 431%post -n mate-applet-battstat
da523ee7 432%glib_compile_schemas
c3067899 433
aaddcfca 434%preun -n mate-applet-battstat
da523ee7 435%glib_compile_schemas
c3067899 436
aaddcfca 437%post -n mate-applet-charpicker
da523ee7 438%glib_compile_schemas
dbca2d9e 439%update_icon_cache hicolor
c3067899 440
aaddcfca 441%preun -n mate-applet-charpicker
da523ee7 442%glib_compile_schemas
c3067899 443
aaddcfca 444%postun -n mate-applet-charpicker
dbca2d9e 445%update_icon_cache hicolor
c3067899 446
4ff7e681
JP
447%post -n mate-applet-command
448%glib_compile_schemas
449
450%preun -n mate-applet-command
451%glib_compile_schemas
452
aaddcfca 453%post -n mate-applet-cpufreq
107b821d 454%glib_compile_schemas
dbca2d9e 455%update_icon_cache hicolor
c3067899 456
aaddcfca 457%preun -n mate-applet-cpufreq
107b821d 458%glib_compile_schemas
c3067899 459
aaddcfca 460%postun -n mate-applet-cpufreq
dbca2d9e 461%update_icon_cache hicolor
c3067899 462
aaddcfca 463%post -n mate-applet-drivemount
da523ee7 464%glib_compile_schemas
c3067899 465
aaddcfca 466%preun -n mate-applet-drivemount
da523ee7 467%glib_compile_schemas
c3067899 468
aaddcfca 469%post -n mate-applet-geyes
da523ee7 470%glib_compile_schemas
dbca2d9e 471%update_icon_cache hicolor
c3067899 472
aaddcfca 473%preun -n mate-applet-geyes
da523ee7 474%glib_compile_schemas
c3067899 475
aaddcfca 476%postun -n mate-applet-geyes
dbca2d9e 477%update_icon_cache hicolor
c3067899 478
aaddcfca 479%post -n mate-applet-multiload
da523ee7 480%glib_compile_schemas
c3067899 481
aaddcfca 482%preun -n mate-applet-multiload
da523ee7 483%glib_compile_schemas
c3067899 484
6765a7f3
JP
485%post -n mate-applet-netspeed
486%glib_compile_schemas
487%update_icon_cache hicolor
488
489%preun -n mate-applet-netspeed
490%glib_compile_schemas
491
492%postun -n mate-applet-netspeed
493%update_icon_cache hicolor
494
aaddcfca 495%post -n mate-applet-stickynotes
da523ee7 496%glib_compile_schemas
dbca2d9e 497%update_icon_cache hicolor
c3067899 498
aaddcfca 499%preun -n mate-applet-stickynotes
da523ee7 500%glib_compile_schemas
c3067899 501
aaddcfca 502%postun -n mate-applet-stickynotes
dbca2d9e 503%update_icon_cache hicolor
c3067899 504
4ff7e681
JP
505%post -n mate-applet-timer
506%glib_compile_schemas
507
508%preun -n mate-applet-timer
509%glib_compile_schemas
510
da523ee7 511%files -f %{name}.lang
6a5d9e40 512%defattr(644,root,root,755)
97c6a012 513%doc AUTHORS ChangeLog NEWS README
19bedf26 514%dir %{_datadir}/%{name}
b26882b7 515%dir %{_datadir}/%{name}/builder
6765a7f3
JP
516%dir %{_datadir}/%{name}/icons
517%dir %{_datadir}/%{name}/icons/hicolor
518%dir %{_datadir}/%{name}/icons/hicolor/48x48
519%dir %{_datadir}/%{name}/icons/hicolor/48x48/apps
c6afed1f
JB
520
521%files -n mate-applet-accessx-status -f mate-accessx-status.lang
c3067899 522%defattr(644,root,root,755)
f2cc1076 523%attr(755,root,root) %{matepanel_libexecdir}/accessx-status-applet
da523ee7 524%{_datadir}/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service
da523ee7 525%{_datadir}/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet
c6afed1f 526%{_datadir}/mate-panel/ui/accessx-status-applet-menu.xml
50650a40
JP
527%{_iconsdir}/hicolor/*/apps/mate-ax-*.png
528%{_iconsdir}/hicolor/*/apps/mate-mousekeys-*.png
97c6a012 529
c6afed1f 530%files -n mate-applet-battstat -f mate-battstat.lang
c3067899 531%defattr(644,root,root,755)
f2cc1076 532%attr(755,root,root) %{matepanel_libexecdir}/battstat-applet
c6afed1f 533%{_datadir}/%{name}/builder/battstat_applet.ui
da523ee7 534%{_datadir}/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service
da523ee7 535%{_datadir}/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet
c6afed1f 536%{_datadir}/mate-panel/ui/battstat-applet-menu.xml
da523ee7 537%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.battstat.gschema.xml
e5b5841a
ER
538# FIXME package not to pull 'balsa'
539%dir %{_sysconfdir}/sound
540%dir %{_sysconfdir}/sound/events
da523ee7 541%{_sysconfdir}/sound/events/mate-battstat_applet.soundlist
97c6a012 542
c6afed1f 543%files -n mate-applet-charpicker -f mate-char-palette.lang
c3067899 544%defattr(644,root,root,755)
f2cc1076 545%attr(755,root,root) %{matepanel_libexecdir}/mate-charpick-applet
da523ee7 546%{_datadir}/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service
da523ee7 547%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml
c6afed1f
JB
548%{_datadir}/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet
549%{_datadir}/mate-panel/ui/charpick-applet-menu.xml
d8a65a65 550%{_mandir}/man1/mate-charpick-applet.1*
97c6a012 551
4ff7e681
JP
552%files -n mate-applet-command
553%defattr(644,root,root,755)
f2cc1076 554%attr(755,root,root) %{matepanel_libexecdir}/command-applet
4ff7e681
JP
555%{_datadir}/dbus-1/services/org.mate.panel.applet.CommandAppletFactory.service
556%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.command.gschema.xml
557%{_datadir}/mate-panel/applets/org.mate.applets.CommandApplet.mate-panel-applet
558
c6afed1f 559%files -n mate-applet-cpufreq -f mate-cpufreq-applet.lang
c3067899 560%defattr(644,root,root,755)
c6afed1f 561# selector
da523ee7 562%attr(755,root,root) %{_bindir}/mate-cpufreq-selector
33644ac7
ER
563/etc/dbus-1/system.d/org.mate.CPUFreqSelector.conf
564%{_datadir}/dbus-1/system-services/org.mate.CPUFreqSelector.service
da523ee7 565%{_datadir}/polkit-1/actions/org.mate.cpufreqselector.policy
c6afed1f 566# applet itself
f2cc1076 567%attr(755,root,root) %{matepanel_libexecdir}/mate-cpufreq-applet
b26882b7 568%{_datadir}/%{name}/builder/cpufreq-preferences.ui
c6afed1f
JB
569%{_datadir}/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service
570%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.cpufreq.gschema.xml
571%{_datadir}/mate-panel/applets/org.mate.applets.CPUFreqApplet.mate-panel-applet
e5b5841a 572%{_datadir}/mate-panel/ui/cpufreq-applet-menu.xml
da523ee7
ER
573%{_pixmapsdir}/mate-cpufreq-applet
574%{_iconsdir}/hicolor/*/apps/mate-cpu-frequency-applet.png
575%{_iconsdir}/hicolor/*/apps/mate-cpu-frequency-applet.svg
d8a65a65 576%{_mandir}/man1/mate-cpufreq-selector.1*
c3067899 577
c6afed1f 578%files -n mate-applet-drivemount -f mate-drivemount.lang
c3067899 579%defattr(644,root,root,755)
f2cc1076 580%attr(755,root,root) %{matepanel_libexecdir}/mate-drivemount-applet
da523ee7 581%{_datadir}/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service
300f4916 582%{_datadir}/glib-2.0/schemas/org.mate.drivemount.gschema.xml
da523ee7 583%{_datadir}/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet
c6afed1f 584%{_datadir}/mate-panel/ui/drivemount-applet-menu.xml
d8a65a65 585%{_mandir}/man1/mate-drivemount-applet.1*
97c6a012 586
c6afed1f 587%files -n mate-applet-geyes -f mate-geyes.lang
c3067899 588%defattr(644,root,root,755)
f2cc1076 589%attr(755,root,root) %{matepanel_libexecdir}/mate-geyes-applet
c3067899 590%{_datadir}/%{name}/geyes
c6afed1f
JB
591%{_datadir}/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service
592%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.geyes.gschema.xml
da523ee7 593%{_datadir}/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet
c6afed1f 594%{_datadir}/mate-panel/ui/geyes-applet-menu.xml
da523ee7 595%{_iconsdir}/hicolor/*/apps/mate-eyes-applet.*
d8a65a65 596%{_mandir}/man1/mate-geyes-applet.1*
97c6a012 597
c6afed1f 598%files -n mate-applet-gweather -f mateweather.lang
c3067899 599%defattr(644,root,root,755)
f2cc1076 600%attr(755,root,root) %{matepanel_libexecdir}/mateweather-applet
da523ee7 601%{_datadir}/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service
da523ee7 602%{_datadir}/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet
c6afed1f 603%{_datadir}/mate-panel/ui/mateweather-applet-menu.xml
d8a65a65 604%{_mandir}/man1/mateweather.1*
97c6a012 605
c6afed1f 606%files -n mate-applet-multiload -f mate-multiload.lang
c3067899 607%defattr(644,root,root,755)
f2cc1076 608%attr(755,root,root) %{matepanel_libexecdir}/mate-multiload-applet
da523ee7 609%{_datadir}/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service
c6afed1f 610%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.multiload.gschema.xml
e5b5841a 611%{_datadir}/mate-panel/ui/multiload-applet-menu.xml
da523ee7 612%{_datadir}/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet
d8a65a65 613%{_mandir}/man1/mate-multiload-applet.1*
97c6a012 614
6765a7f3
JP
615%files -n mate-applet-netspeed -f mate-netspeed-applet.lang
616%defattr(644,root,root,755)
f2cc1076 617%attr(755,root,root) %{matepanel_libexecdir}/mate-netspeed-applet
6765a7f3
JP
618%{_datadir}/dbus-1/services/org.mate.panel.applet.NetspeedAppletFactory.service
619%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.netspeed.gschema.xml
620%{_datadir}/mate-panel/applets/org.mate.applets.NetspeedApplet.mate-panel-applet
621%{_datadir}/mate-panel/ui/netspeed-menu.xml
622%{_iconsdir}/hicolor/*/apps/mate-netspeed-applet.*
623%{_iconsdir}/hicolor/*x*/devices/mate-netspeed-*.png
624%{_iconsdir}/hicolor/24x24/status/mate-netspeed-*.png
625
4552d319 626%files -n mate-applet-stickynotes -f mate-stickynotes-applet.lang
c3067899 627%defattr(644,root,root,755)
f2cc1076 628%attr(755,root,root) %{matepanel_libexecdir}/stickynotes-applet
b26882b7 629%{_datadir}/%{name}/builder/stickynotes.ui
6765a7f3 630%{_datadir}/%{name}/icons/hicolor/*/apps/stickynotes-stock-*.png
c6afed1f
JB
631%{_datadir}/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service
632%{_datadir}/glib-2.0/schemas/org.mate.stickynotes.gschema.xml
da523ee7 633%{_datadir}/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet
c6afed1f 634%{_datadir}/mate-panel/ui/stickynotes-applet-menu.xml
50650a40 635%{_iconsdir}/hicolor/*/apps/mate-sticky-*.*
97c6a012 636
47e702f3
JB
637%files -n mate-applet-timer
638%defattr(644,root,root,755)
f2cc1076 639%attr(755,root,root) %{matepanel_libexecdir}/timer-applet
4ff7e681
JP
640%{_datadir}/dbus-1/services/org.mate.panel.applet.TimerAppletFactory.service
641%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.timer.gschema.xml
642%{_datadir}/mate-panel/applets/org.mate.applets.TimerApplet.mate-panel-applet
47e702f3 643
c6afed1f 644%files -n mate-applet-trash -f mate-trashapplet.lang
c3067899 645%defattr(644,root,root,755)
f2cc1076 646%attr(755,root,root) %{matepanel_libexecdir}/trashapplet
b26882b7 647%{_datadir}/%{name}/builder/trashapplet-empty-progress.ui
c6afed1f 648%{_datadir}/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service
da523ee7 649%{_datadir}/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet
c6afed1f 650%{_datadir}/mate-panel/ui/trashapplet-menu.xml
This page took 0.761999 seconds and 4 git commands to generate.