]> git.pld-linux.org Git - packages/xfce4-timer-plugin.git/blob - xfce4-timer-plugin.spec
- package app icon
[packages/xfce4-timer-plugin.git] / xfce4-timer-plugin.spec
1 Summary:        Xfce panel timer plugin
2 Summary(pl.UTF-8):      Wtyczka panelu Xfce odliczająca czas
3 Name:           xfce4-timer-plugin
4 Version:        0.6.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/0.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c2f9e113dcda742cd1559129b79f609b
10 Patch0:         %{name}-libxfce4ui.patch
11 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  intltool
15 BuildRequires:  libtool
16 BuildRequires:  libxfce4ui-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  xfce4-dev-tools >= 4.4.0
19 BuildRequires:  xfce4-panel-devel >= 4.4.0
20 Requires:       xfce4-panel >= 4.4.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This is a simple plugin that lets the user run an alarm at a specified
25 time or at the end of a specified countdown period.
26
27 %description -l pl.UTF-8
28 Wtyczka ta pozwala na powiadamianie o zdefiniowanym wcześniej
29 zdarzeniu, bądź po upływie określonego odcinka czasu.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 %{__intltoolize}
37 %{__libtoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure \
43         --disable-static
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{name}
53
54 %clean
55 rm -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)
65 %doc AUTHORS ChangeLog README TODO
66 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-timer
67 %{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
68 %{_iconsdir}/hicolor/*x*/apps/xfce4-timer.png
This page took 0.074759 seconds and 3 git commands to generate.