]> git.pld-linux.org Git - packages/xfce4-clipman-plugin.git/blob - xfce4-clipman-plugin.spec
b07776505db791c1a757b162feb0964d86c11456
[packages/xfce4-clipman-plugin.git] / xfce4-clipman-plugin.spec
1 Summary:        A simple clipboard history for Xfce panel
2 Summary(pl.UTF-8):      Prosta historia schowka panelu Xfce
3 Name:           xfce4-clipman-plugin
4 Version:        1.4.3
5 Release:        3
6 License:        BSD-like (see COPYING)
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.4/%{name}-%{version}.tar.bz2
9 # Source0-md5:  fa0acd5f5e3298e56ebd47d2944cd02b
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  exo-devel >= 0.8.0
14 BuildRequires:  qrencode-devel >= 3.3.0
15 BuildRequires:  libtool
16 BuildRequires:  libunique-devel >= 1.0.0
17 BuildRequires:  libxfce4ui-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.601
20 BuildRequires:  xfce4-dev-tools >= 4.10.0
21 BuildRequires:  xfce4-panel-devel >= 4.10.0
22 Requires:       gtk-update-icon-cache
23 Requires:       hicolor-icon-theme
24 Requires:       xfce4-dirs >= 4.6
25 Requires:       xfce4-panel >= 4.10.0
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This plugin is a clipboard history for the panel.
30
31 %description -l pl.UTF-8
32 Wtyczka ta jest historiÄ… schowka panelu.
33
34 %prep
35 %setup -q
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure \
43         --disable-static
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
54
55 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post
63 %update_icon_cache hicolor
64
65 %postun
66 %update_icon_cache hicolor
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README
71 %{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
72 %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
73 %attr(755,root,root) %{_bindir}/xfce4-clipman
74 %attr(755,root,root) %{_bindir}/xfce4-clipman-settings
75 %attr(755,root,root) %{_bindir}/xfce4-popup-clipman
76 %attr(755,root,root) %{_bindir}/xfce4-popup-clipman-actions
77 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libclipman.so
78 %{_iconsdir}/hicolor/*/apps/clipman-symbolic.*
79 %{_iconsdir}/hicolor/*/apps/xfce4-clipman-plugin.*
80 %{_desktopdir}/xfce4-clipman.desktop
81 %{_datadir}/xfce4/panel/plugins/xfce4-clipman-plugin.desktop
82 %{_datadir}/appdata/xfce4-clipman.appdata.xml
This page took 0.047072 seconds and 2 git commands to generate.