]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blob - xfce4-notes-plugin.spec
- updated to 1.6.0
[packages/xfce4-notes-plugin.git] / xfce4-notes-plugin.spec
1 Summary:        Notes plugin for the Xfce panel
2 Summary(pl.UTF-8):      Notatki dla panelu Xfce
3 Name:           xfce4-notes-plugin
4 Version:        1.6.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://goodies.xfce.org/releases/xfce4-notes-plugin/%{name}-%{version}.tar.bz2
9 # Source0-md5:  979e3bce856ab217e7cfad14bd50cc26
10 Patch0:         %{name}-locale-names.patch
11 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  intltool
15 BuildRequires:  pkgconfig
16 BuildRequires:  rpmbuild(macros) >= 1.311
17 BuildRequires:  xfce4-dev-tools >= 4.4.0
18 BuildRequires:  xfce4-panel-devel >= 4.4.0
19 Requires(post,postun):  gtk+2
20 Requires(post,postun):  hicolor-icon-theme
21 Requires:       xfce4-panel >= 4.4.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 xfce4-notes is a plugin for the Xfce panel which provides a simple
26 system for managing sticky notes on your desktop.
27
28 %description -l pl.UTF-8
29 xfce4-notes jest wtyczką dla panelu Xfce pozwalającą na umieszczanie
30 notatek na pulpicie.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 mv -f po/{nb_NO,nb}.po
37 mv -f po/{pt_PT,pt}.po
38
39 %build
40 %{__intltoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --disable-static
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 %update_icon_cache hicolor
63
64 %postun
65 %update_icon_cache hicolor
66
67 %files -f %{name}.lang
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog NEWS README TODO
70 %attr(755,root,root) %{_bindir}/xfce4-popup-notes
71 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-notes-plugin
72 %{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
73 %{_iconsdir}/hicolor/*/apps/*.*
This page took 0.030016 seconds and 4 git commands to generate.