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