]> git.pld-linux.org Git - packages/mate-applets.git/blame - mate-applets.spec
deps cleanup by cleanbuild
[packages/mate-applets.git] / mate-applets.spec
CommitLineData
52b994c7
ER
1# TODO
2# - rename applets (to match applet name vs package name):
3# - charpick
4# - mateweather
5# - invest-applet
6# - trashapplet
7# - build:
8# - timer-applet
9# - cpufreq applet does not startup
da523ee7
ER
10Summary: Small applications which embed themselves in the MATE panel
11Summary(pl.UTF-8): Aplety MATE - małe aplikacje osadzające się w panelu
12Summary(ru.UTF-8): Маленькие программы, встраивающиеся в панель MATE
13Summary(uk.UTF-8): Маленькі програми, що вбудовуються в панель MATE
14Name: mate-applets
94bec28d 15Version: 1.5.1
33644ac7 16Release: 0.12
325fbf8e 17License: GPL v2, FDL
45551746 18Group: X11/Applications
da523ee7 19Source0: http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
94bec28d 20# Source0-md5: 0d903468bb288c3c05030c36fa5a25c8
c513cb5c 21# check paths in Makefile before removing it!
cb11c32a 22#Patch0: m4_fix.patch
da523ee7 23Patch0: mate-gnome-conflicts.patch
93fbc216 24URL: https://github.com/mate-desktop/mate-applets
8c7fc452 25BuildRequires: GConf2-devel >= 2.26.0
09327ab9
MB
26BuildRequires: autoconf >= 2.59
27BuildRequires: automake >= 1:1.8
76b82b4d 28BuildRequires: docbook-dtd412-xml
512e10b8 29BuildRequires: gettext-devel
8c7fc452 30BuildRequires: gnome-settings-daemon-devel >= 2.26.0
44265df5 31BuildRequires: gstreamer-plugins-base-devel >= 0.10.10
b3da2f5b 32BuildRequires: intltool >= 0.40.0
8c7fc452 33BuildRequires: libgnomekbd-devel >= 2.24.0
8c7fc452 34BuildRequires: libgweather-devel >= 2.26.0
512e10b8 35BuildRequires: libtool
b3da2f5b 36BuildRequires: python-devel >= 1:2.4
c2217076 37BuildRequires: python-gnome-desktop-devel
b3da2f5b 38BuildRequires: python-gnome-devel >= 2.22.0
ec9c457b 39BuildRequires: rpm-pythonprov
52b994c7
ER
40BuildRequires: NetworkManager-devel >= 0.7
41BuildRequires: cpufrequtils-devel >= 0.3
33644ac7 42BuildRequires: dbus-devel >= 1.1.1
52b994c7 43BuildRequires: dbus-glib-devel >= 0.74
33644ac7
ER
44BuildRequires: glib2-devel >= 1:2.22.0
45BuildRequires: gtk+2-devel >= 2:2.20.0
46BuildRequires: libgtop-devel >= 1:2.11.92
47BuildRequires: libmatenotify-devel >= 1.1.0
48BuildRequires: libmatewnck-devel >= 1.3.0
33644ac7
ER
49BuildRequires: libxml2-devel >= 1:2.5.0
50BuildRequires: mate-desktop-devel >= 1.1.0
72781aad 51BuildRequires: mate-doc-utils >= 0.3.2
da523ee7 52BuildRequires: mate-icon-theme-devel >= 1.1.0
33644ac7 53BuildRequires: mate-panel-devel >= 1.5.2
52b994c7 54BuildRequires: pkgconfig >= 1:0.19
33644ac7
ER
55BuildRequires: polkit-devel >= 0.92
56BuildRequires: python-pygobject-devel >= 2.6
57BuildRequires: python-pygtk-devel >= 2:2.6
da523ee7 58BuildRequires: rpmbuild(find_lang) >= 1.36
52b994c7 59BuildRequires: rpmbuild(macros) >= 1.311
cb11c32a 60BuildRequires: tar >= 1:1.22
33644ac7 61BuildRequires: upower-devel >= 0.9.4
cb11c32a 62BuildRequires: xz
52b994c7 63Requires(post,postun): gtk-update-icon-cache
33644ac7
ER
64BuildRequires: gucharmap-devel >= 1.4.0
65BuildRequires: gucharmap2-devel >= 2.23.0
52b994c7
ER
66Requires(post,postun): hicolor-icon-theme
67Requires: gnome-icon-theme >= 2.26.0
68Requires: mate-panel >= 1.5
69# sr@Latn vs. sr@latin
70Conflicts: glibc-misc < 6:2.7
29c6cc79 71BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6a5d9e40 72
6a5d9e40 73%description
da523ee7
ER
74The mate-applets package provides Panel applets which enhance your
75MATE experience.
6a5d9e40 76
afe4d16e 77%description -l pl.UTF-8
da523ee7
ER
78Pakiet mate-applets udostępnia aplety Panelu, które usprawniają pracę
79z MATE.
6a5d9e40 80
afe4d16e 81%description -l uk.UTF-8
da523ee7
ER
82Пакет mate-applets містить аплети Панелі MATE, що збільшують
83комфортність роботи в середовищі MATE.
be1274bb 84
afe4d16e 85%description -l ru.UTF-8
da523ee7
ER
86Пакет mate-applets содержит апплеты Панели MATE, увеличивающие
87комфортность работы в среде MATE.
be1274bb 88
c3067899 89%package accessx-status
90Summary: Keyboard Accessibility Status applet
c5f85e76 91Summary(pl.UTF-8): Aplet stanu dostepności klawiatury
c3067899 92Group: X11/Applications
09327ab9 93Requires(post,postun): gtk+2
23a406a7 94Requires(post,postun): scrollkeeper
da523ee7
ER
95Requires: %{name} = %{version}-%{release}
96Suggests: mate-control-center >= 1.5
c3067899 97
98%description accessx-status
37bba870
ER
99The Keyboard Accessibility Monitor shows you the status of the
100keyboard accessibility features when these are in use. For example,
101you can see which modifier keys are currently active, and which mouse
102buttons are being pressed via the keyboard.
c3067899 103
afe4d16e 104%description accessx-status -l pl.UTF-8
65c1b73f
JB
105Aplet monitora dostępności klawiatury pokazuje stan funkcji
106zwiększających dostępność klawiatury, kiedy są włączone. Pozwala
107zobaczyć m.in. które klawisze modyfikatorów są aktywne albo które
108przyciski myszy są wciskane z poziomu klawiatury.
c3067899 109
110%package battstat
111Summary: Battery Charge Monitor applet
c5f85e76 112Summary(pl.UTF-8): Aplet monitora stanu naładowania akumulatora
c3067899 113Group: X11/Applications
23a406a7 114Requires(post,postun): scrollkeeper
da523ee7
ER
115Requires: %{name} = %{version}-%{release}
116Requires: glib2 >= 1:2.26.0
c3067899 117
118%description battstat
37bba870
ER
119The Battery Charge Monitor shows the status of any batteries in your
120laptop computer. The monitor can tell you the capacity remaining both
121visually and as a percentage, as well as offer you an estimate of the
122time remaining based off the current usage rate.
c3067899 123
afe4d16e 124%description battstat -l pl.UTF-8
65c1b73f
JB
125Aplet monitora stanu naładowania akumulatora pokazuje stan wszelkich
126baterii w laptopie. Monitor informuje o pozostałej pojemności zarówno
127w postaci graficznej, jak i procentowej, a także podaje przybliżony
128pozostały czas pracy przy założeniu bieżącego użycia prądu.
c3067899 129
130%package charpicker
131Summary: Character Palette applet
c5f85e76 132Summary(pl.UTF-8): Aplet palety znaków
c3067899 133Group: X11/Applications
09327ab9 134Requires(post,postun): gtk+2
23a406a7 135Requires(post,postun): scrollkeeper
da523ee7
ER
136Requires: %{name} = %{version}-%{release}
137Requires: glib2 >= 1:2.26.0
c3067899 138
139%description charpicker
37bba870
ER
140The Character Palette provides a convenient way to access characters
141that are not on your keyboard, such as accented characters,
142mathematical symbols, special symbols, and punctuation marks.
143
144You can insert characters from the applet into text strings, for
145example in text documents or at the command line. You can customize
146the contents of the applet to suit your requirements.
147
148Character Palette supports the UTF-8 character encoding so you can use
149the palette to display or copy any Unicode character.
c3067899 150
afe4d16e 151%description charpicker -l pl.UTF-8
65c1b73f
JB
152Aplet palety znaków udostępnia wygodną metodę wprowadzania znaków nie
153istniejących na klawiaturze, takich jak znaki akcentowane, symbole
154matematyczne, symbole specjalne i znaki przestankowe.
155
156Przy pomocy apletu można wprowadzać znaki do łańcuchów tekstowych, na
157przykład w dokumentach tekstowych lub w linii poleceń. Zawartość
158apletu można dostosowywać do własnych wymagań.
159
160Paleta znaków obsługuje kodowanie znaków UTF-8, więc można jej używać
161do wyświetlania lub kopiowania dowolnych znaków unikodowych.
c3067899 162
163%package cpufreq
164Summary: CPU Frequency Scaling Monitor applet
c5f85e76 165Summary(pl.UTF-8): Aplet monitora częstotliwości procesora
c3067899 166Group: X11/Applications
09327ab9 167Requires(post,postun): gtk+2
23a406a7 168Requires(post,postun): scrollkeeper
09327ab9 169Requires(post,preun): GConf2
da523ee7
ER
170Requires: %{name} = %{version}-%{release}
171Requires: mate-polkit
c3067899 172
173%description cpufreq
37bba870
ER
174The CPU Frequency Scaling Monitor provides a convenient way to monitor
175the CPU Frequency Scaling for each CPU.
c3067899 176
afe4d16e 177%description cpufreq -l pl.UTF-8
65c1b73f
JB
178Aplet monitora częstotliwości procesora umożliwia wygodne
179monitorowanie częstotliwości dla każdego procesora.
c3067899 180
181%package drivemount
182Summary: Disk Mounter applet
c5f85e76 183Summary(pl.UTF-8): Aplet do montowania dysków
c3067899 184Group: X11/Applications
23a406a7 185Requires(post,postun): scrollkeeper
da523ee7
ER
186Requires: %{name} = %{version}-%{release}
187Requires: glib2 >= 1:2.26.0
c3067899 188
189%description drivemount
37bba870
ER
190The Disk Mounter enables you to quickly mount and unmount various
191types of drives and file systems.
c3067899 192
afe4d16e 193%description drivemount -l pl.UTF-8
65c1b73f
JB
194Aplet do montowania dysków, pozwalający szybko montować i odmontowywać
195różne rodzaje dysków i systemów plików.
c3067899 196
197%package geyes
65c1b73f
JB
198Summary: Geyes applet - tracking the mouse pointer
199Summary(pl.UTF-8): Aplet geyes - śledzenie wskaźnika myszy
c3067899 200Group: X11/Applications
09327ab9 201Requires(post,postun): gtk+2
23a406a7 202Requires(post,postun): scrollkeeper
da523ee7
ER
203Requires: %{name} = %{version}-%{release}
204Requires: glib2 >= 1:2.26.0
c3067899 205
206%description geyes
37bba870
ER
207The Geyes applet provides an entertaining way to track the movement of
208the mouse pointer around your screen. The applet is an image of one or
209more eyes that follow the mouse pointer around the screen.
c3067899 210
afe4d16e 211%description geyes -l pl.UTF-8
65c1b73f
JB
212Aplet geyes to zabawny sposób śledzenia ruchu wskaźnika myszy po
213ekranie. Aplet jest obrazem jednego lub większej liczby oczu
214podążających za wskaźnikiem myszy.
c3067899 215
c3067899 216%package gweather
217Summary: Weather Report applet
c5f85e76 218Summary(pl.UTF-8): Aplet raportu pogodowego
c3067899 219Group: X11/Applications
23a406a7 220Requires(post,postun): scrollkeeper
09327ab9 221Requires(post,preun): GConf2
da523ee7 222Requires: %{name} = %{version}-%{release}
6261da7b 223Requires: dbus(org.freedesktop.Notifications)
c3067899 224
225%description gweather
65c1b73f
JB
226The Weather Report downloads weather information from the U.S.
227National Weather Service (NWS) servers, including the Interactive
228Weather Information Network (IWIN) and other weather services. You can
229use Weather Report to display current weather information and weather
37bba870 230forecasts on your computer.
c3067899 231
afe4d16e 232%description gweather -l pl.UTF-8
65c1b73f
JB
233Aplet raportu pogodowego ściąga informacje pogodowe z serwerów U.S.
234National Weather Service (NWS), wraz z siecią Interactive Weather
235Information Network (IWIN) oraz innych serwisów pogodowych. Apletu
236można używać do wyświetlania aktualnych informacji pogodowych oraz
237prognoz.
c3067899 238
6d95af8e 239%package invest
240Summary: Stock Ticker applet
c5f85e76 241Summary(pl.UTF-8): Aplet wskaźnika giełdowego
6d95af8e 242Group: X11/Applications
6d95af8e 243Requires(post,postun): scrollkeeper
09327ab9 244Requires(post,preun): GConf2
da523ee7 245Requires: %{name} = %{version}-%{release}
dbca2d9e 246Requires: python-gnome-extras-egg >= 2.14.2
6d95af8e 247
248%description invest
da523ee7 249The Invest MATE panel applet downloads current stock quotes from
37bba870 250Yahoo! Finance and displays the quotes in a drop-down list.
6d95af8e 251
afe4d16e 252%description invest -l pl.UTF-8
65c1b73f
JB
253Aplet wskaźnika giełdowego, ściągający aktualne notowania z serwisu
254Yahoo! Finance i wyświetlające je na rozwijanej liście.
6d95af8e 255
c3067899 256%package minicommander
257Summary: Command Line applet
c5f85e76 258Summary(pl.UTF-8): Aplet wiersza poleceń
c3067899 259Group: X11/Applications
23a406a7 260Requires(post,postun): scrollkeeper
09327ab9 261Requires(post,preun): GConf2
da523ee7 262Requires: %{name} = %{version}-%{release}
c3067899 263
264%description minicommander
37bba870
ER
265The Command Line provides a command line that you can use within any
266panel on the desktop.
c3067899 267
afe4d16e 268%description minicommander -l pl.UTF-8
65c1b73f
JB
269Aplet wiersza poleceń udostępnia linię poleceń z poziomu każdego
270panelu na pulpicie.
c3067899 271
272%package mixer
273Summary: Volume Control applet
c5f85e76 274Summary(pl.UTF-8): Aplet regulacji głośności
c3067899 275Group: X11/Applications
09327ab9 276Requires(post,postun): gtk+2
23a406a7 277Requires(post,postun): scrollkeeper
09327ab9 278Requires(post,preun): GConf2
da523ee7 279Requires: %{name} = %{version}-%{release}
44265df5 280Requires: gstreamer-audio-effects-base >= 0.10.10
c3067899 281Requires: gstreamer-audiosink
dfabdc7c 282Suggests: gnome-media-volume-control >= 2.22.0
c3067899 283
284%description mixer
37bba870
ER
285The Volume Control applet enables you to control the sound volume on
286your system. The applet icon changes depending on the volume level
287that you select. For example, if you select a low volume level, the
288icon displays one sound wave emanating from the speaker in the applet
289icon. As you increase the volume, the icon changes to display more
290sound waves.
c3067899 291
afe4d16e 292%description mixer -l pl.UTF-8
65c1b73f
JB
293Aplet regulacji głośności pozwala sterować głośnością dźwięku. Ikona
294apletu zmienia się w zależności od wybranego poziomu głośności. Na
295przykład przy niskiej głośności pokazuje pojedynczą falę wydobywającą
296się z głośnika; w miarę zwiększania głośności ikona wyświetla coraz
297więcej fal.
c3067899 298
c3067899 299%package multiload
300Summary: System Monitor applet
c5f85e76 301Summary(pl.UTF-8): Aplet monitora systemu
c3067899 302Group: X11/Applications
23a406a7 303Requires(post,postun): scrollkeeper
da523ee7
ER
304Requires: %{name} = %{version}-%{release}
305Requires: glib2 >= 1:2.26.0
6952b53c 306Suggests: mate-system-monitor >= 1.5
c3067899 307
308%description multiload
37bba870
ER
309The System Monitor displays system load information in graphical
310format in a panel.
c3067899 311
afe4d16e 312%description multiload -l pl.UTF-8
65c1b73f
JB
313Aplet monitora systemu wyświetla w panelu informacje o obciążeniu
314systemu w postaci graficznej.
c3067899 315
316%package stickynotes
317Summary: Sticky Notes applet
c5f85e76 318Summary(pl.UTF-8): Aplet notatek
c3067899 319Group: X11/Applications
09327ab9 320Requires(post,postun): gtk+2
23a406a7 321Requires(post,postun): scrollkeeper
da523ee7
ER
322Requires: %{name} = %{version}-%{release}
323Requires: glib2 >= 1:2.26.0
c3067899 324
325%description stickynotes
37bba870
ER
326The Sticky Notes panel application enables you to create, view, and
327manage sticky notes on your desktop. You can edit the title, contents,
328dimensions, and style of sticky notes. When the panel is restarted,
329for example when you log out and log in again, all sticky notes are
330saved and reopened in the same position with the same dimensions and
331style.
c3067899 332
afe4d16e 333%description stickynotes -l pl.UTF-8
65c1b73f
JB
334Aplet notatek pozwala na tworzenie, oglądanie i zarządzanie
335przyczepianymi notatkami na pulpicie. Pozwala modyfikować tytuł,
da523ee7
ER
336treść, wymiary i styl notatek. Przy restarcie panelu, na przykład przy
337wylogowaniu i ponownym zalogowaniu, wszystkie notatki są zapisywane, a
338następnie otwierane ponownie w tym samym miejscu, z tymi samymi
339wymiarami i stylem.
c3067899 340
341%package trash
342Summary: Trash applet
c5f85e76 343Summary(pl.UTF-8): Aplet śmietnika
c3067899 344Group: X11/Applications
23a406a7 345Requires(post,postun): scrollkeeper
da523ee7 346Requires: %{name} = %{version}-%{release}
c3067899 347
348%description trash
37bba870
ER
349The Panel Trash applet lets you manage your Trash from the panel.
350
351The trash on your panel acts identically to the trash on your desktop,
352however it is useful because your panels are always visible.
c3067899 353
afe4d16e 354%description trash -l pl.UTF-8
65c1b73f
JB
355Aplet śmietnika pozwala na zarządzanie śmietnikiem z poziomu panelu.
356
357Śmietnik w panelu zachowuje się tak samo, jak śmietnik na pulpicie,
358ale jest przydatny o tyle, że panele są zawsze widoczne.
c3067899 359
6a5d9e40 360%prep
45551746 361%setup -q
8c7fc452 362%patch0 -p1
deb3bb07 363
6a5d9e40 364%build
da523ee7 365NOCONFIGURE=1 ./autogen.sh
13413cf4 366%configure \
52b994c7
ER
367 --without-hal \
368 --enable-networkmanager \
369 --disable-schemas-compile \
a51c4c90 370 --disable-static
da523ee7
ER
371%{__make} \
372 DOC_MODULE=
6a5d9e40 373
374%install
375rm -rf $RPM_BUILD_ROOT
da523ee7
ER
376%if 1
377rm -rf $RPM_BUILD_ROOT
ec82d9a9 378%{__make} install \
da523ee7 379 DOC_MODULE= \
5a7493e5 380 DESTDIR=$RPM_BUILD_ROOT \
6d95af8e 381 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
382 pythondir=%{py_sitedir}
92cc239d 383
94bec28d
ER
384# mate < 1.5 did not exist in pld, avoid dependency on mate-conf
385%{__rm} $RPM_BUILD_ROOT%{_datadir}/MateConf/gsettings/stickynotes-applet.convert
386
da523ee7
ER
387#%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgweather.la
388%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/mate_invest/*.py
eee291e8 389
65c1b73f 390# es_ES is more complete copy
da523ee7
ER
391mv -f $RPM_BUILD_ROOT%{_localedir}/es{_ES,}/LC_MESSAGES/*.mo
392%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/es_ES
b3da2f5b 393
deb3bb07 394# keyboard applet has been removed
da523ee7
ER
395#%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/xmodmap
396%endif
397
398rm -f *.lang
399%find_lang %{name}
400cat <<EOF>>%{name}.lang
401%dir %{_datadir}/mate/help/C
402%dir %{_datadir}/mate/help/C/figures
403%dir %{_datadir}/mate/help/ar
404%dir %{_datadir}/mate/help/ar/figures
405%dir %{_datadir}/mate/help/ast
406%dir %{_datadir}/mate/help/ast/figures
407%dir %{_datadir}/mate/help/bg
408%dir %{_datadir}/mate/help/bg/figures
409%dir %{_datadir}/mate/help/ca
410%dir %{_datadir}/mate/help/ca/figures
411%dir %{_datadir}/mate/help/cs
412%dir %{_datadir}/mate/help/cs/figures
413%dir %{_datadir}/mate/help/da
414%dir %{_datadir}/mate/help/da/figures
415%dir %{_datadir}/mate/help/de
416%dir %{_datadir}/mate/help/de/figures
417%dir %{_datadir}/mate/help/el
418%dir %{_datadir}/mate/help/el/figures
419%dir %{_datadir}/mate/help/en_GB
420%dir %{_datadir}/mate/help/en_GB/figures
421%dir %{_datadir}/mate/help/es
422%dir %{_datadir}/mate/help/es/figures
423%dir %{_datadir}/mate/help/eu
424%dir %{_datadir}/mate/help/eu/figures
425%dir %{_datadir}/mate/help/fi
426%dir %{_datadir}/mate/help/fi/figures
427%dir %{_datadir}/mate/help/fr
428%dir %{_datadir}/mate/help/fr/figures
429%dir %{_datadir}/mate/help/gl
430%dir %{_datadir}/mate/help/gl/figures
431%dir %{_datadir}/mate/help/hu
432%dir %{_datadir}/mate/help/hu/figures
433%dir %{_datadir}/mate/help/it
434%dir %{_datadir}/mate/help/it/figures
435%dir %{_datadir}/mate/help/ko
436%dir %{_datadir}/mate/help/ko/figures
437%dir %{_datadir}/mate/help/nl
438%dir %{_datadir}/mate/help/nl/figures
439%dir %{_datadir}/mate/help/oc
440%dir %{_datadir}/mate/help/oc/figures
441%dir %{_datadir}/mate/help/pa
442%dir %{_datadir}/mate/help/pa/figures
443%dir %{_datadir}/mate/help/pt_BR
444%dir %{_datadir}/mate/help/pt_BR/figures
445%dir %{_datadir}/mate/help/ru
446%dir %{_datadir}/mate/help/ru/figures
447%dir %{_datadir}/mate/help/sv
448%dir %{_datadir}/mate/help/sv/figures
449%dir %{_datadir}/mate/help/uk
450%dir %{_datadir}/mate/help/uk/figures
451%dir %{_datadir}/mate/help/zh_CN
452%dir %{_datadir}/mate/help/zh_CN/figures
453%dir %{_datadir}/mate/help/zh_HK
454%dir %{_datadir}/mate/help/zh_HK/figures
455%dir %{_datadir}/mate/help/zh_TW
456%dir %{_datadir}/mate/help/zh_TW/figures
457
458EOF
459#%find_lang accessx-status --with-mate
460cat <<EOF >> accessx-status.lang
461%{_datadir}/mate/help/*/figures/accessx*.png
462EOF
463#%find_lang battstat --with-mate
464cat <<EOF >> battstat.lang
465%{_datadir}/mate/help/*/figures/battstat*.png
466%{_datadir}/mate/help/*/figures/context-menu.png
467EOF
468#%find_lang char-palette --with-mate
469cat <<EOF >> char-palette.lang
470%{_datadir}/mate/help/*/figures/charpalette*.png
471%{_datadir}/mate/help/*/figures/charpick*.png
472EOF
473#%find_lang cpufreq --with-mate
474cat <<EOF >> cpufreq.lang
475%{_datadir}/mate/help/*/figures/cpufreq*.png
476EOF
477#%find_lang drivemount --with-mate
478cat <<EOF >> drivemount.lang
479%{_datadir}/mate/help/*/figures/drivemount*.png
480EOF
481#%find_lang geyes --with-mate
482cat <<EOF >> geyes.lang
483%{_datadir}/mate/help/*/figures/geyes*.png
484EOF
485#%find_lang gweather --with-mate
486cat <<EOF >> gweather.lang
487%{_datadir}/mate/help/*/figures/mateweather*.png
488%{_datadir}/mate/help/*/figures/stock_weather-*.png
489EOF
490#%find_lang invest-applet --with-mate
491cat <<EOF >> invest-applet.lang
492%{_datadir}/mate/help/*/figures/symbol-search.png
493EOF
494#%find_lang mixer_applet2 --with-mate
495touch mixer_applet2.lang
496#%find_lang multiload --with-mate
497cat <<EOF >> multiload.lang
498%{_datadir}/mate/help/*/figures/multiload*.png
499%{_datadir}/mate/help/*/figures/system_monitor.png
500%{_datadir}/mate/help/*/figures/system-monitor-*.png
501EOF
502#%find_lang stickynotes_applet --with-mate
503cat <<EOF >> stickynotes_applet.lang
504%{_datadir}/mate/help/*/figures/stickynote*.png
505EOF
506#%find_lang trashapplet --with-mate
507cat <<EOF >>trashapplet.lang
508%{_datadir}/mate/help/*/figures/trash-applet.png
509EOF
b29528cb 510
93e72bf3
JB
511%clean
512rm -rf $RPM_BUILD_ROOT
513
c3067899 514%post accessx-status
e4bb4543 515%scrollkeeper_update_post
dbca2d9e 516%update_icon_cache hicolor
c3067899 517
518%postun accessx-status
e4bb4543 519%scrollkeeper_update_postun
dbca2d9e 520%update_icon_cache hicolor
c3067899 521
522%post battstat
e4bb4543 523%scrollkeeper_update_post
da523ee7 524%glib_compile_schemas
c3067899 525
526%preun battstat
da523ee7 527%glib_compile_schemas
c3067899 528
529%postun battstat
e4bb4543 530%scrollkeeper_update_postun
c3067899 531
532%post charpicker
e4bb4543 533%scrollkeeper_update_post
da523ee7 534%glib_compile_schemas
dbca2d9e 535%update_icon_cache hicolor
c3067899 536
537%preun charpicker
da523ee7 538%glib_compile_schemas
c3067899 539
540%postun charpicker
e4bb4543 541%scrollkeeper_update_postun
dbca2d9e 542%update_icon_cache hicolor
c3067899 543
544%post cpufreq
e4bb4543 545%scrollkeeper_update_post
546%gconf_schema_install cpufreq-applet.schemas
dbca2d9e 547%update_icon_cache hicolor
c3067899 548
549%preun cpufreq
e4bb4543 550%gconf_schema_uninstall cpufreq-applet.schemas
c3067899 551
552%postun cpufreq
e4bb4543 553%scrollkeeper_update_postun
dbca2d9e 554%update_icon_cache hicolor
c3067899 555
556%post drivemount
e4bb4543 557%scrollkeeper_update_post
da523ee7 558%glib_compile_schemas
c3067899 559
560%preun drivemount
da523ee7 561%glib_compile_schemas
c3067899 562
09327ab9 563%postun drivemount
e4bb4543 564%scrollkeeper_update_postun
c3067899 565
566%post geyes
e4bb4543 567%scrollkeeper_update_post
da523ee7 568%glib_compile_schemas
dbca2d9e 569%update_icon_cache hicolor
c3067899 570
571%preun geyes
da523ee7 572%glib_compile_schemas
c3067899 573
09327ab9 574%postun geyes
e4bb4543 575%scrollkeeper_update_postun
dbca2d9e 576%update_icon_cache hicolor
c3067899 577
578%post gweather
90d04c4a 579/sbin/ldconfig
e4bb4543 580%scrollkeeper_update_post
c3067899 581
582%postun gweather
90d04c4a 583/sbin/ldconfig
e4bb4543 584%scrollkeeper_update_postun
c3067899 585
6d95af8e 586%post invest
587%scrollkeeper_update_post
b26882b7 588%update_icon_cache hicolor
6d95af8e 589
590%postun invest
591%scrollkeeper_update_postun
b26882b7 592%update_icon_cache hicolor
6d95af8e 593
c3067899 594%post minicommander
e4bb4543 595%scrollkeeper_update_post
596%gconf_schema_install mini-commander-global.schemas
597%gconf_schema_install mini-commander.schemas
ed53c491 598GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" %{_libdir}/%{name}/mc-install-default-macros
dbca2d9e 599%update_icon_cache hicolor
ec82d9a9 600
c3067899 601%preun minicommander
e4bb4543 602%gconf_schema_uninstall mini-commander-global.schemas
603%gconf_schema_uninstall mini-commander.schemas
c3067899 604
605%postun minicommander
e4bb4543 606%scrollkeeper_update_postun
dbca2d9e 607%update_icon_cache hicolor
c3067899 608
609%post mixer
e4bb4543 610%scrollkeeper_update_post
611%gconf_schema_install mixer.schemas
c3067899 612
613%preun mixer
e4bb4543 614%gconf_schema_uninstall mixer.schemas
c3067899 615
616%postun mixer
e4bb4543 617%scrollkeeper_update_postun
c3067899 618
c3067899 619%post multiload
e4bb4543 620%scrollkeeper_update_post
da523ee7 621%glib_compile_schemas
c3067899 622
623%preun multiload
da523ee7 624%glib_compile_schemas
c3067899 625
626%postun multiload
e4bb4543 627%scrollkeeper_update_postun
c3067899 628
629%post stickynotes
e4bb4543 630%scrollkeeper_update_post
da523ee7 631%glib_compile_schemas
dbca2d9e 632%update_icon_cache hicolor
c3067899 633
634%preun stickynotes
da523ee7 635%glib_compile_schemas
c3067899 636
637%postun stickynotes
e4bb4543 638%scrollkeeper_update_postun
dbca2d9e 639%update_icon_cache hicolor
c3067899 640
641%post trash
e4bb4543 642%scrollkeeper_update_post
c3067899 643
644%postun trash
e4bb4543 645%scrollkeeper_update_postun
6a5d9e40 646
da523ee7 647%files -f %{name}.lang
6a5d9e40 648%defattr(644,root,root,755)
97c6a012 649%doc AUTHORS ChangeLog NEWS README
19bedf26 650%dir %{_datadir}/%{name}
b26882b7 651%dir %{_datadir}/%{name}/builder
da523ee7
ER
652%lang(es_CL) %dir %{_localedir}/es_CL
653%lang(es_CL) %dir %{_localedir}/es_CL/LC_MESSAGES
654%lang(es_CO) %dir %{_localedir}/es_CO
655%lang(es_CO) %dir %{_localedir}/es_CO/LC_MESSAGES
656%lang(es_CR) %dir %{_localedir}/es_CR
657%lang(es_CR) %dir %{_localedir}/es_CR/LC_MESSAGES
658%lang(es_DO) %dir %{_localedir}/es_DO
659%lang(es_DO) %dir %{_localedir}/es_DO/LC_MESSAGES
660%lang(es_EC) %dir %{_localedir}/es_EC
661%lang(es_EC) %dir %{_localedir}/es_EC/LC_MESSAGES
662%lang(es_GT) %dir %{_localedir}/es_GT
663%lang(es_GT) %dir %{_localedir}/es_GT/LC_MESSAGES
664%lang(es_HN) %dir %{_localedir}/es_HN
665%lang(es_HN) %dir %{_localedir}/es_HN/LC_MESSAGES
666%lang(es_PA) %dir %{_localedir}/es_PA
667%lang(es_PA) %dir %{_localedir}/es_PA/LC_MESSAGES
668%lang(es_PE) %dir %{_localedir}/es_PE
669%lang(es_PE) %dir %{_localedir}/es_PE/LC_MESSAGES
670%lang(es_PR) %dir %{_localedir}/es_PR
671%lang(es_PR) %dir %{_localedir}/es_PR/LC_MESSAGES
672%lang(es_SV) %dir %{_localedir}/es_SV
673%lang(es_SV) %dir %{_localedir}/es_SV/LC_MESSAGES
674%lang(es_UY) %dir %{_localedir}/es_UY
675%lang(es_UY) %dir %{_localedir}/es_UY/LC_MESSAGES
676%lang(es_VE) %dir %{_localedir}/es_VE
677%lang(es_VE) %dir %{_localedir}/es_VE/LC_MESSAGES
c3067899 678
97c6a012 679%files accessx-status -f accessx-status.lang
c3067899 680%defattr(644,root,root,755)
73d6fef5 681%attr(755,root,root) %{_libdir}/accessx-status-applet
da523ee7
ER
682%{_datadir}/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service
683%{_datadir}/mate-2.0/ui/accessx-status-applet-menu.xml
684%{_datadir}/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet
685%{_pixmapsdir}/mate-accessx-status-applet
686%{_iconsdir}/mate/*/apps/ax-applet.png
97c6a012 687
688%files battstat -f battstat.lang
c3067899 689%defattr(644,root,root,755)
b29528cb 690%attr(755,root,root) %{_libdir}/battstat-applet-2
da523ee7
ER
691%{_datadir}/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service
692%{_datadir}/mate-2.0/ui/battstat-applet-menu.xml
693%{_datadir}/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet
b26882b7 694%{_datadir}/%{name}/builder/battstat_applet.ui
da523ee7
ER
695%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.battstat.gschema.xml
696%{_sysconfdir}/sound/events/mate-battstat_applet.soundlist
97c6a012 697
698%files charpicker -f char-palette.lang
c3067899 699%defattr(644,root,root,755)
b29528cb 700%attr(755,root,root) %{_libdir}/charpick_applet2
da523ee7
ER
701%{_datadir}/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service
702%{_datadir}/mate-2.0/ui/charpick-applet-menu.xml
703%{_datadir}/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet
704%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml
97c6a012 705
da523ee7 706%files cpufreq -f cpufreq.lang
c3067899 707%defattr(644,root,root,755)
da523ee7
ER
708%attr(755,root,root) %{_bindir}/mate-cpufreq-selector
709%attr(755,root,root) %{_libdir}/mate-cpufreq-applet
da523ee7
ER
710%{_datadir}/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service
711%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.cpufreq.gschema.xml
33644ac7
ER
712%if 1
713/etc/dbus-1/system.d/org.mate.CPUFreqSelector.conf
714%{_datadir}/dbus-1/system-services/org.mate.CPUFreqSelector.service
da523ee7 715%{_datadir}/polkit-1/actions/org.mate.cpufreqselector.policy
33644ac7
ER
716%endif
717%{_datadir}/mate-panel/applets/org.mate.applets.CPUFreqApplet.mate-panel-applet
b26882b7 718%{_datadir}/%{name}/builder/cpufreq-preferences.ui
da523ee7 719%{_datadir}/mate-2.0/ui/cpufreq-applet-menu.xml
da523ee7
ER
720%{_pixmapsdir}/mate-cpufreq-applet
721%{_iconsdir}/hicolor/*/apps/mate-cpu-frequency-applet.png
722%{_iconsdir}/hicolor/*/apps/mate-cpu-frequency-applet.svg
c3067899 723
97c6a012 724%files drivemount -f drivemount.lang
c3067899 725%defattr(644,root,root,755)
b29528cb 726%attr(755,root,root) %{_libdir}/drivemount_applet2
da523ee7
ER
727%{_datadir}/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service
728%{_datadir}/mate-2.0/ui/drivemount-applet-menu.xml
729%{_datadir}/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet
730#%{_sysconfdir}/gconf/schemas/drivemount.schemas
97c6a012 731
732%files geyes -f geyes.lang
c3067899 733%defattr(644,root,root,755)
b29528cb 734%attr(755,root,root) %{_libdir}/geyes_applet2
da523ee7
ER
735%{_datadir}/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service
736%{_datadir}/mate-2.0/ui/geyes-applet-menu.xml
c3067899 737%{_datadir}/%{name}/geyes
da523ee7
ER
738%{_datadir}/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet
739%{_iconsdir}/hicolor/*/apps/mate-eyes-applet.*
740%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.geyes.gschema.xml
97c6a012 741
97c6a012 742%files gweather -f gweather.lang
c3067899 743%defattr(644,root,root,755)
da523ee7
ER
744%attr(755,root,root) %{_libdir}/mateweather-applet-2
745%{_datadir}/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service
746%{_datadir}/mate-2.0/ui/mateweather-applet-menu.xml
747%{_datadir}/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet
97c6a012 748
b26882b7 749%files invest -f invest-applet.lang
6d95af8e 750%defattr(644,root,root,755)
da523ee7 751%attr(755,root,root) %{_bindir}/mate-invest-chart
6d95af8e 752%attr(755,root,root) %{_libdir}/invest-applet
da523ee7
ER
753%{_datadir}/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service
754%{_datadir}/%{name}/Invest_Applet.xml
755%{_datadir}/mate-panel/applets/org.mate.applets.InvestApplet.mate-panel-applet
b26882b7
MB
756%{_datadir}/%{name}/builder/financialchart.ui
757%{_datadir}/%{name}/builder/prefs-dialog.ui
dbca2d9e 758%{_datadir}/%{name}/invest-applet
da523ee7
ER
759%{_iconsdir}/hicolor/*/apps/mate-invest-applet.*
760%dir %{py_sitedir}/mate_invest
761%{py_sitedir}/mate_invest/*.py[co]
762
763#%files minicommander -f command-line.lang
764#%defattr(644,root,root,755)
765#%attr(755,root,root) %{_libdir}/mini_commander_applet
766#%attr(755,root,root) %{_libdir}/%{name}/mc-install-default-macros
767#%{_datadir}/dbus-1/services/org.gnome.panel.applet.MiniCommanderAppletFactory.service
768#%{_datadir}/mate-2.0/ui/mini-commander-applet-menu.xml
769#%{_datadir}/%{name}/builder/mini-commander.ui
770#%{_datadir}/mate-panel/applets/org.gnome.applets.MiniCommanderApplet.panel-applet
771#%{_iconsdir}/hicolor/48x48/apps/gnome-mini-commander.png
772#%{_sysconfdir}/gconf/schemas/mini-commander-global.schemas
773#%{_sysconfdir}/gconf/schemas/mini-commander.schemas
774
775#%files mixer -f mixer_applet2.lang
776#%defattr(644,root,root,755)
777#%attr(755,root,root) %{_libdir}/mixer_applet2
778#%{_datadir}/dbus-1/services/org.gnome.panel.applet.MixerAppletFactory.service
779#%{_datadir}/mate-2.0/ui/mixer-applet-menu.xml
780#%{_datadir}/mate-panel/applets/org.gnome.applets.MixerApplet.panel-applet
781#%{_sysconfdir}/gconf/schemas/mixer.schemas
c3067899 782
97c6a012 783%files multiload -f multiload.lang
c3067899 784%defattr(644,root,root,755)
785%attr(755,root,root) %{_libdir}/multiload-applet-2
da523ee7
ER
786%{_datadir}/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service
787%{_datadir}/mate-2.0/ui/multiload-applet-menu.xml
788%{_datadir}/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet
789%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.multiload.gschema.xml
97c6a012 790
791%files stickynotes -f stickynotes_applet.lang
c3067899 792%defattr(644,root,root,755)
793%attr(755,root,root) %{_libdir}/stickynotes_applet
da523ee7
ER
794%{_datadir}/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service
795%{_datadir}/mate-2.0/ui/stickynotes-applet-menu.xml
b26882b7 796%{_datadir}/%{name}/builder/stickynotes.ui
da523ee7
ER
797%{_datadir}/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet
798%{_pixmapsdir}/mate-stickynotes
799%{_iconsdir}/hicolor/*/apps/mate-sticky-notes-applet.*
800%{_datadir}/glib-2.0/schemas/org.mate.stickynotes.gschema.xml
97c6a012 801
802%files trash -f trashapplet.lang
c3067899 803%defattr(644,root,root,755)
804%attr(755,root,root) %{_libdir}/trashapplet
da523ee7 805%{_datadir}/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service
b26882b7 806%{_datadir}/%{name}/builder/trashapplet-empty-progress.ui
da523ee7
ER
807%{_datadir}/mate-2.0/ui/trashapplet-menu.xml
808%{_datadir}/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet
This page took 0.309665 seconds and 4 git commands to generate.