]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blame - xfce4-notes-plugin.spec
- release 3 (by relup.sh)
[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
53ebc04a 4Version: 1.8.1
75d96ead 5Release: 3
6f570b59 6License: GPL
c113864c 7Group: X11/Applications
53ebc04a
JR
8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/%{name}-%{version}.tar.bz2
9# Source0-md5: 31cb9520b01512a94344770b4befdb3b
10Patch0: format-security.patch
5418512b 11URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
4379a039 12BuildRequires: Thunar-devel >= 1.2.0
7659a7e0
JR
13BuildRequires: autoconf >= 2.63
14BuildRequires: automake
15BuildRequires: intltool
16BuildRequires: libtool
4379a039 17BuildRequires: libunique-devel
7659a7e0 18BuildRequires: libxfce4ui-devel
2e9d6ff5 19BuildRequires: pkgconfig
4379a039
MB
20BuildRequires: rpmbuild(macros) >= 1.601
21BuildRequires: xfce4-dev-tools >= 4.8.0
22BuildRequires: xfce4-panel-devel >= 4.8.0
23BuildRequires: xfconf-devel >= 4.8.0
24Requires: gtk-update-icon-cache
25Requires: hicolor-icon-theme
26Requires: xfce4-panel >= 4.8.0
6f570b59 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
fbe59eba
MC
30xfce4-notes is a plugin for the Xfce panel which provides a simple
31system for managing sticky notes on your desktop.
32
4f9aafa6
JR
33%description -l pl.UTF-8
34xfce4-notes jest wtyczką dla panelu Xfce pozwalającą na umieszczanie
6f570b59 35notatek na pulpicie.
36
37%prep
fbe59eba 38%setup -q
7659a7e0 39%patch0 -p1
6f570b59 40
41%build
7659a7e0
JR
42%{__intltoolize}
43%{__libtoolize}
44%{__aclocal}
45%{__autoconf}
46%{__autoheader}
47%{__automake}
e211ec58 48%configure \
4379a039 49 --disable-silent-rules \
e211ec58 50 --disable-static
fbe59eba 51
f127655c 52%{__make}
6f570b59 53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
53ebc04a 60%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
4379a039
MB
61
62%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
be970bb8 63
5418512b 64%find_lang %{name}
e211ec58 65
6f570b59 66%clean
67rm -rf $RPM_BUILD_ROOT
68
5418512b
MB
69%post
70%update_icon_cache hicolor
71
72%postun
73%update_icon_cache hicolor
74
75%files -f %{name}.lang
6f570b59 76%defattr(644,root,root,755)
4379a039 77%doc AUTHORS ChangeLog NEWS README
50ab63af
JR
78%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
79%attr(755,root,root) %{_bindir}/xfce4-notes
5418512b 80%attr(755,root,root) %{_bindir}/xfce4-popup-notes
50ab63af 81%attr(755,root,root) %{_bindir}/xfce4-notes-settings
53ebc04a 82%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libnotes.so*
4379a039 83%{_datadir}/xfce4-notes-plugin
53ebc04a 84%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
5418512b 85%{_iconsdir}/hicolor/*/apps/*.*
50ab63af 86%{_desktopdir}/xfce4-notes.desktop
This page took 0.36518 seconds and 4 git commands to generate.