]> git.pld-linux.org Git - packages/xfce4-statusnotifier-plugin.git/blame - xfce4-statusnotifier-plugin.spec
- up to 0.2.3
[packages/xfce4-statusnotifier-plugin.git] / xfce4-statusnotifier-plugin.spec
CommitLineData
0cffd343
JR
1Summary: A panel area for status notifier items (application indicators)
2Name: xfce4-statusnotifier-plugin
2a1fb922 3Version: 0.2.3
0cffd343
JR
4Release: 1
5License: GPL v2
6Group: X11/Applications
7Source0: http://archive.xfce.org/src/panel-plugins/xfce4-statusnotifier-plugin/0.2/%{name}-%{version}.tar.bz2
2a1fb922 8# Source0-md5: ea7dc4ba444b61840706107463ec0459
0cffd343
JR
9URL: https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: gettext-tools
13BuildRequires: glib2-devel >= 1:2.30.2
14BuildRequires: gtk+3-devel
15BuildRequires: intltool
16BuildRequires: libdbusmenu-gtk3-devel
17BuildRequires: libtool
18BuildRequires: libxfce4ui-devel >= 4.14.0
19BuildRequires: libxfce4util-devel >= 4.14.0
20BuildRequires: pkgconfig
21BuildRequires: xfce4-dev-tools >= 4.14.0
22BuildRequires: xfce4-panel-devel >= 4.14.0
23Requires: xfce4-panel >= 4.14.0
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27This plugin provides a panel area for status notifier items
28(application indicators). Applications may use these items to display
29their status and interact with user. This technology is a modern
30alternative to systray and has the freedesktop.org specification.
31
32%prep
33%setup -q
34
35%build
36%{__libtoolize}
37%{__aclocal}
38%{__autoconf}
39%{__autoheader}
40%{__automake}
41%configure
42
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libstatusnotifier.la
52
9042ff7c
KM
53%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
54
0cffd343
JR
55%find_lang %{name}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post
61%update_icon_cache hicolor
62
63%postun
64%update_icon_cache hicolor
65
66%files -f %{name}.lang
67%defattr(644,root,root,755)
2a1fb922 68%doc AUTHORS ChangeLog NEWS THANKS
0cffd343
JR
69%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libstatusnotifier.so
70%{_datadir}/xfce4/panel/plugins/statusnotifier.desktop
71%{_iconsdir}/hicolor/*x*/apps/xfce4-statusnotifier-plugin.png
72%{_iconsdir}/hicolor/scalable/apps/xfce4-statusnotifier-plugin.svg
This page took 0.091811 seconds and 4 git commands to generate.