]> git.pld-linux.org Git - packages/xfce4-verve-plugin.git/blob - xfce4-verve-plugin.spec
- up to 2.0.3
[packages/xfce4-verve-plugin.git] / xfce4-verve-plugin.spec
1 Summary:        Verve plugin for Xfce panel
2 Summary(pl.UTF-8):      Wtyczka Verve dla panelu Xfce
3 Name:           xfce4-verve-plugin
4 Version:        2.0.3
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  7dac12f16b09031c985fe71e4e599377
10 URL:            http://goodies.xfce.org/projects/panel-plugins/verve-plugin
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  dbus-glib-devel >= 0.34
14 BuildRequires:  exo-devel >= 0.10.4
15 BuildRequires:  intltool
16 BuildRequires:  libtool
17 BuildRequires:  libxfce4ui-devel
18 BuildRequires:  pcre-devel
19 BuildRequires:  pkgconfig
20 BuildRequires:  xfce4-dev-tools >= 4.14.0
21 BuildRequires:  xfce4-panel-devel >= 4.14.0
22 Requires:       xfce4-panel >= 4.14.0
23 Obsoletes:      xfce4-minicmd-plugin
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Verve plugin is a comfortable command line plugin for the Xfce panel.
28 It supports several nice features, such as:
29 - command history
30 - auto-completion (including command history)
31 - open URLs and e-mail addresses in your favourite applications
32 - focus grabbing via D-BUS
33 - custom input field width
34
35 %description -l pl.UTF-8
36 Wtyczka Verve to wtyczka wygodnej linii poleceń dla panelu Xfce.
37 Obsługuje kilka przyjemnych elementów, takich jak:
38 - historię poleceń
39 - automatyczne dopełnianie (wraz z historią poleceń)
40 - otwieranie URL-i i adresów e-mail w ulubionych aplikacjach
41 - przechwytywanie ogniska poprzez D-BUS
42 - ustawialną szerokość pola wprowadzania
43
44 %prep
45 %setup -q
46
47 %build
48 %{__intltoolize}
49 %{__libtoolize}
50 %{__aclocal}
51 %{__autoheader}
52 %{__automake}
53 %{__autoconf}
54 %configure
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/{hy_AM,hye,ie,ur_PK}
65
66 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libverve.la
67
68 %find_lang %{name}
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog THANKS
76 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libverve.so
77 %{_datadir}/xfce4/panel/plugins/xfce4-verve-plugin.desktop
This page took 0.066979 seconds and 4 git commands to generate.