]> git.pld-linux.org Git - packages/xfce4-indicator-plugin.git/blame - xfce4-indicator-plugin.spec
- up to 2.4.0
[packages/xfce4-indicator-plugin.git] / xfce4-indicator-plugin.spec
CommitLineData
7c41efd6
JR
1Summary: A panel plugin that uses indicator-applet to show new messages
2Name: xfce4-indicator-plugin
98414e08
KM
3Version: 2.4.0
4Release: 1
7c41efd6
JR
5License: GPL v2
6Group: X11/Applications
98414e08
KM
7Source0: http://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.4/%{name}-%{version}.tar.bz2
8# Source0-md5: ae9d2696e80ba9dac4defa0cdd864fc7
7c41efd6
JR
9URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin
10BuildRequires: autoconf
11BuildRequires: automake
98414e08 12BuildRequires: gtk+3-devel >= 3.18.0
7c41efd6 13BuildRequires: intltool
98414e08
KM
14BuildRequires: libindicator-devel >= 12.10.1
15BuildRequires: libindicator-gtk3-devel >= 12.10.1
7c41efd6 16BuildRequires: libtool
1263572b
JR
17BuildRequires: libxfce4ui-devel >= 4.12.0
18BuildRequires: libxfce4util-devel >= 4.12.0
19BuildRequires: xfce4-dev-tools >= 4.12.0
20BuildRequires: xfce4-panel-devel >= 4.12.0
7c41efd6 21BuildRequires: xfconf-devel
1263572b 22Requires: xfce4-panel >= 4.12.0
7c41efd6
JR
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26A panel plugin that uses indicator-applet to show new messages.
27
28%prep
29%setup -q
30
31%build
32%{__intltoolize}
33%{__libtoolize}
34%{__aclocal}
35%{__autoconf}
36%{__autoheader}
37%{__automake}
38%configure \
39 --disable-static
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
49
98414e08
KM
50%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,ie}
51
7c41efd6
JR
52%find_lang %{name}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%post
58%update_icon_cache hicolor
59
60%postun
61%update_icon_cache hicolor
62
63%files -f %{name}.lang
64%defattr(644,root,root,755)
98414e08 65%doc AUTHORS ChangeLog
7c41efd6
JR
66%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libindicator-plugin.so
67%{_datadir}/xfce4/panel/plugins/indicator.desktop
68%{_iconsdir}/hicolor/*x*/apps/xfce4-indicator-plugin.png
69%{_iconsdir}/hicolor/scalable/apps/xfce4-indicator-plugin.svg
This page took 0.056452 seconds and 4 git commands to generate.