]> git.pld-linux.org Git - packages/xfce4-verve-plugin.git/blob - xfce4-verve-plugin.spec
1a4d2b545c2801197f6ac1f8e81a9657b402e9f9
[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:        4
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 Patch0:         %{name}-ui.patch
11 URL:            http://goodies.xfce.org/projects/panel-plugins/verve-plugin
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  dbus-glib-devel >= 0.34
15 BuildRequires:  exo-devel >= 0.5.0
16 BuildRequires:  intltool
17 BuildRequires:  libtool
18 BuildRequires:  libxfce4ui-devel
19 BuildRequires:  pcre-devel
20 BuildRequires:  pkgconfig
21 BuildRequires:  xfce4-dev-tools >= 4.4.0
22 BuildRequires:  xfce4-panel-devel >= 4.4.0
23 Requires:       xfce4-panel >= 4.4.0
24 Obsoletes:      xfce4-minicmd-plugin
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Verve plugin is a comfortable command line plugin for the Xfce panel.
29 It 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
36 %description -l pl.UTF-8
37 Wtyczka Verve to wtyczka wygodnej linii poleceń dla panelu Xfce.
38 Obsł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
45 %prep
46 %setup -q
47 %patch0 -p1
48
49 %build
50 #{__intltoolize}
51 #{__libtoolize}
52 #{__aclocal}
53 #{__autoconf}
54 #{__autoheader}
55 #{__automake}
56 %configure \
57         --disable-static
58
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
68
69 %find_lang %{name}
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files -f %{name}.lang
75 %defattr(644,root,root,755)
76 %doc AUTHORS ChangeLog README THANKS
77 %attr(755,root,root) %{_bindir}/verve-focus
78 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-verve-plugin
79 %{_datadir}/xfce4/panel-plugins/xfce4-verve-plugin.desktop
This page took 0.062083 seconds and 3 git commands to generate.