]> git.pld-linux.org Git - packages/xfce4-eyes-plugin.git/blob - xfce4-eyes-plugin.spec
- up to 4.6.0
[packages/xfce4-eyes-plugin.git] / xfce4-eyes-plugin.spec
1 Summary:        A eyes plugin for Xfce panel
2 Summary(pl.UTF-8):      Wtyczka eyes dla panelu Xfce
3 Name:           xfce4-eyes-plugin
4 Version:        4.6.0
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-eyes-plugin/4.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  1e4699c981ea6435d0ce06a8d8fad0b0
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake >= 1:1.8
13 BuildRequires:  gettext-tools
14 BuildRequires:  intltool
15 BuildRequires:  libtool
16 BuildRequires:  libxfce4ui-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  rpmbuild(macros) >= 1.601
19 BuildRequires:  xfce4-dev-tools >= 4.14.0
20 BuildRequires:  xfce4-panel-devel >= 4.14.0
21 Requires:       gtk-update-icon-cache
22 Requires:       hicolor-icon-theme
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 This plugin adds eyes to the Xfce panel which watch user every step.
27
28 %description -l pl.UTF-8
29 Ta wtyczka dodaje do panelu Xfce oczy, które patrzą na każdy krok
30 użytkownika.
31
32 %prep
33 %setup -q
34
35 mkdir -p m4
36
37 %build
38 %{__intltoolize}
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 %configure \
45         --disable-static
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libeyes.la
54
55 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/hy_AM
56 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/hye
57 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
58 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
59
60 %find_lang %{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post
66 %update_icon_cache hicolor
67
68 %postun
69 %update_icon_cache hicolor
70
71 %files -f %{name}.lang
72 %defattr(644,root,root,755)
73 %doc AUTHORS ChangeLog NEWS
74 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libeyes.so
75 %{_datadir}/xfce4/panel/plugins/eyes.desktop
76 %{_datadir}/xfce4/eyes
77 %{_iconsdir}/hicolor/*/apps/xfce4-eyes.png
This page took 0.111505 seconds and 4 git commands to generate.