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