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