]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blame_incremental - xfce4-notes-plugin.spec
- Requires(post,postun): gtk-update-icon-cache
[packages/xfce4-notes-plugin.git] / xfce4-notes-plugin.spec
... / ...
CommitLineData
1Summary: Notes plugin for the Xfce panel
2Summary(pl.UTF-8): Notatki dla panelu Xfce
3Name: xfce4-notes-plugin
4Version: 1.7.2
5Release: 4
6License: GPL
7Group: X11/Applications
8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/%{name}-%{version}.tar.bz2
9# Source0-md5: 054742ecc4bb83de6c1447b023938d3e
10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
11BuildRequires: Thunar-devel >= 0.8.0
12BuildRequires: pkgconfig
13BuildRequires: rpmbuild(macros) >= 1.311
14BuildRequires: xfce4-dev-tools >= 4.6.0
15BuildRequires: xfce4-panel-devel >= 4.6.0
16BuildRequires: xfconf-devel >= 4.6.0
17Requires(post,postun): gtk-update-icon-cache
18Requires(post,postun): hicolor-icon-theme
19Requires: xfce4-panel >= 4.6.0
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23xfce4-notes is a plugin for the Xfce panel which provides a simple
24system for managing sticky notes on your desktop.
25
26%description -l pl.UTF-8
27xfce4-notes jest wtyczką dla panelu Xfce pozwalającą na umieszczanie
28notatek na pulpicie.
29
30%prep
31%setup -q
32
33%build
34%configure \
35 --disable-static
36
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
46
47%find_lang %{name}
48
49%clean
50rm -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.150986 seconds and 4 git commands to generate.