]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blame - xfce4-notes-plugin.spec
- updated to 1.6.4
[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
40abd2e6 4Version: 1.6.4
4391efc5 5Release: 1
6f570b59 6License: GPL
c113864c 7Group: X11/Applications
5418512b 8Source0: http://goodies.xfce.org/releases/xfce4-notes-plugin/%{name}-%{version}.tar.bz2
40abd2e6 9# Source0-md5: 88132a8224880f01f02450020c73f9c3
5418512b 10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
40abd2e6 11BuildRequires: Thunar-devel >= 0.8.0
1c362223
JB
12BuildRequires: autoconf
13BuildRequires: automake
c257601d 14BuildRequires: intltool
2e9d6ff5 15BuildRequires: pkgconfig
5418512b
MB
16BuildRequires: rpmbuild(macros) >= 1.311
17BuildRequires: xfce4-dev-tools >= 4.4.0
18BuildRequires: xfce4-panel-devel >= 4.4.0
40abd2e6 19BuildRequires: xfconf-devel >= 4.6.0
5418512b
MB
20Requires(post,postun): gtk+2
21Requires(post,postun): hicolor-icon-theme
22Requires: xfce4-panel >= 4.4.0
6f570b59 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
fbe59eba
MC
26xfce4-notes is a plugin for the Xfce panel which provides a simple
27system for managing sticky notes on your desktop.
28
4f9aafa6
JR
29%description -l pl.UTF-8
30xfce4-notes jest wtyczką dla panelu Xfce pozwalającą na umieszczanie
6f570b59 31notatek na pulpicie.
32
33%prep
fbe59eba 34%setup -q
6f570b59 35
36%build
c257601d 37%{__intltoolize}
5418512b 38%{__aclocal}
f127655c 39%{__autoconf}
40%{__autoheader}
41%{__automake}
e211ec58
KK
42%configure \
43 --disable-static
fbe59eba 44
f127655c 45%{__make}
6f570b59 46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
40abd2e6
MB
53mv $RPM_BUILD_ROOT%{_datadir}/locale/nb{_NO,}
54mv $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,}
55
5418512b 56%find_lang %{name}
e211ec58 57
6f570b59 58%clean
59rm -rf $RPM_BUILD_ROOT
60
5418512b
MB
61%post
62%update_icon_cache hicolor
63
64%postun
65%update_icon_cache hicolor
66
67%files -f %{name}.lang
6f570b59 68%defattr(644,root,root,755)
5418512b
MB
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.050006 seconds and 4 git commands to generate.