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