]> git.pld-linux.org Git - packages/xfce4-eyes-plugin.git/blob - xfce4-eyes-plugin.spec
- rel 2
[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.4.1
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-eyes-plugin/4.4/%{name}-%{version}.tar.bz2
9 # Source0-md5:  dcbf6ea9035d379d168b479be0d09f14
10 Patch0:         %{name}-ui.patch
11 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake >= 1:1.8
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.4.0
20 BuildRequires:  xfce4-panel-devel >= 4.4.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 %patch0 -p1
35
36 %build
37 %{__intltoolize}
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure \
44         --disable-static
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
54
55 %find_lang %{name}
56
57 %clean
58 rm -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)
68 %doc AUTHORS ChangeLog README
69 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-eyes-plugin
70 %{_datadir}/xfce4/panel-plugins/eyes.desktop
71 %{_datadir}/xfce4/eyes
72 %{_iconsdir}/hicolor/*/apps/xfce4-eyes.png
This page took 0.11469 seconds and 3 git commands to generate.