]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blob - xfce4-notes-plugin.spec
- Requires(post,postun): gtk-update-icon-cache
[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.7.2
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/%{name}-%{version}.tar.bz2
9 # Source0-md5:  054742ecc4bb83de6c1447b023938d3e
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
11 BuildRequires:  Thunar-devel >= 0.8.0
12 BuildRequires:  pkgconfig
13 BuildRequires:  rpmbuild(macros) >= 1.311
14 BuildRequires:  xfce4-dev-tools >= 4.6.0
15 BuildRequires:  xfce4-panel-devel >= 4.6.0
16 BuildRequires:  xfconf-devel >= 4.6.0
17 Requires(post,postun):  gtk-update-icon-cache
18 Requires(post,postun):  hicolor-icon-theme
19 Requires:       xfce4-panel >= 4.6.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 xfce4-notes is a plugin for the Xfce panel which provides a simple
24 system for managing sticky notes on your desktop.
25
26 %description -l pl.UTF-8
27 xfce4-notes jest wtyczką dla panelu Xfce pozwalającą na umieszczanie
28 notatek na pulpicie.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure \
35         --disable-static
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
46
47 %find_lang %{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post
53 %update_icon_cache hicolor
54
55 %postun
56 %update_icon_cache hicolor
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog NEWS README TODO
61 %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
62 %attr(755,root,root) %{_bindir}/xfce4-notes
63 %attr(755,root,root) %{_bindir}/xfce4-popup-notes
64 %attr(755,root,root) %{_bindir}/xfce4-notes-settings
65 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-notes-plugin
66 %{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
67 %{_iconsdir}/hicolor/*/apps/*.*
68 %{_desktopdir}/xfce4-notes.desktop
This page took 0.114716 seconds and 3 git commands to generate.