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