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