]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blob - xfce4-notes-plugin.spec
be23a2471a7d775c82060f72bf9ff30a6b4991c5
[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.4
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:  88132a8224880f01f02450020c73f9c3
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
11 BuildRequires:  Thunar-devel >= 0.8.0
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 BuildRequires:  xfconf-devel >= 4.6.0
20 Requires(post,postun):  gtk+2
21 Requires(post,postun):  hicolor-icon-theme
22 Requires:       xfce4-panel >= 4.4.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 xfce4-notes is a plugin for the Xfce panel which provides a simple
27 system for managing sticky notes on your desktop.
28
29 %description -l pl.UTF-8
30 xfce4-notes jest wtyczką dla panelu Xfce pozwalającą na umieszczanie
31 notatek na pulpicie.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__intltoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure \
43         --disable-static
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 mv $RPM_BUILD_ROOT%{_datadir}/locale/nb{_NO,}
54 mv $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,}
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.038231 seconds and 2 git commands to generate.