]> git.pld-linux.org Git - packages/xfce4-indicator-plugin.git/blob - xfce4-indicator-plugin.spec
- up to 2.3.3
[packages/xfce4-indicator-plugin.git] / xfce4-indicator-plugin.spec
1 Summary:        A panel plugin that uses indicator-applet to show new messages
2 Name:           xfce4-indicator-plugin
3 Version:        2.3.3
4 Release:        1
5 License:        GPL v2
6 Group:          X11/Applications
7 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.3/%{name}-%{version}.tar.bz2
8 # Source0-md5:  05bd27312e7869fa91482a4caf01ad14
9 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  intltool
13 BuildRequires:  libtool
14 BuildRequires:  libxfce4ui-devel >= 4.12.0
15 BuildRequires:  libxfce4util-devel >= 4.12.0
16 BuildRequires:  xfce4-dev-tools >= 4.12.0
17 BuildRequires:  xfce4-panel-devel >= 4.12.0
18 BuildRequires:  xfconf-devel
19 BuildRequires:  gtk+3-devel >= 3.6.0
20 BuildRequires:  libindicator-devel >= 12.10.1
21 BuildRequires:  libindicator-gtk3-devel >= 12.10.1
22 Requires:       xfce4-panel >= 4.12.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 A 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
43 rm -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
53 rm -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.117531 seconds and 4 git commands to generate.