]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blame - xfce4-notes-plugin.spec
- converted to UTF-8
[packages/xfce4-notes-plugin.git] / xfce4-notes-plugin.spec
CommitLineData
fbe59eba 1Summary: Notes plugin for the Xfce panel
4f9aafa6 2Summary(pl.UTF-8): Notatki dla panelu Xfce
6f570b59 3Name: xfce4-notes-plugin
5418512b 4Version: 1.4.1
4391efc5 5Release: 1
6f570b59 6License: GPL
c113864c 7Group: X11/Applications
5418512b
MB
8Source0: http://goodies.xfce.org/releases/xfce4-notes-plugin/%{name}-%{version}.tar.bz2
9# Source0-md5: 6f20d84bf3aadd6c974f226c04f33050
10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
1c362223
JB
11BuildRequires: autoconf
12BuildRequires: automake
2e9d6ff5 13BuildRequires: libtool
14BuildRequires: pkgconfig
5418512b
MB
15BuildRequires: rpmbuild(macros) >= 1.311
16BuildRequires: xfce4-dev-tools >= 4.4.0
17BuildRequires: xfce4-panel-devel >= 4.4.0
18Requires(post,postun): gtk+2
19Requires(post,postun): hicolor-icon-theme
20Requires: xfce4-panel >= 4.4.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
5418512b
MB
35%{__libtoolize}
36%{__aclocal}
f127655c 37%{__autoconf}
38%{__autoheader}
39%{__automake}
e211ec58
KK
40%configure \
41 --disable-static
fbe59eba 42
f127655c 43%{__make}
6f570b59 44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
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)
5418512b
MB
64%doc AUTHORS ChangeLog NEWS README TODO
65%attr(755,root,root) %{_bindir}/xfce4-popup-notes
66%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-notes-plugin
67%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
68%{_iconsdir}/hicolor/*/apps/*.*
This page took 0.043137 seconds and 4 git commands to generate.