]> git.pld-linux.org Git - packages/xfce4-indicator-plugin.git/blame - xfce4-indicator-plugin.spec
- up to 2.3.3
[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
1263572b 3Version: 2.3.3
7c41efd6
JR
4Release: 1
5License: GPL v2
6Group: X11/Applications
7Source0: http://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.3/%{name}-%{version}.tar.bz2
1263572b 8# Source0-md5: 05bd27312e7869fa91482a4caf01ad14
7c41efd6
JR
9URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: intltool
13BuildRequires: libtool
1263572b
JR
14BuildRequires: libxfce4ui-devel >= 4.12.0
15BuildRequires: libxfce4util-devel >= 4.12.0
16BuildRequires: xfce4-dev-tools >= 4.12.0
17BuildRequires: xfce4-panel-devel >= 4.12.0
7c41efd6
JR
18BuildRequires: xfconf-devel
19BuildRequires: gtk+3-devel >= 3.6.0
20BuildRequires: libindicator-devel >= 12.10.1
21BuildRequires: libindicator-gtk3-devel >= 12.10.1
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
50%find_lang %{name}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post
56%update_icon_cache hicolor
57
58%postun
59%update_icon_cache hicolor
60
61%files -f %{name}.lang
62%defattr(644,root,root,755)
63%doc AUTHORS ChangeLog README
64%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libindicator-plugin.so
65%{_datadir}/xfce4/panel/plugins/indicator.desktop
66%{_iconsdir}/hicolor/*x*/apps/xfce4-indicator-plugin.png
67%{_iconsdir}/hicolor/scalable/apps/xfce4-indicator-plugin.svg
This page took 0.104424 seconds and 4 git commands to generate.