]> git.pld-linux.org Git - packages/xfce4-verve-plugin.git/blame - xfce4-verve-plugin.spec
- disable patch porting to libxfce4ui due to:
[packages/xfce4-verve-plugin.git] / xfce4-verve-plugin.spec
CommitLineData
3f5cb8f0 1Summary: Verve plugin for Xfce panel
e503ac06 2Summary(pl.UTF-8): Wtyczka Verve dla panelu Xfce
e7182df5 3Name: xfce4-verve-plugin
51b134f1 4Version: 1.0.0
7481eced 5Release: 4
3f5cb8f0
MB
6License: GPL v2
7Group: X11/Applications
51b134f1
MB
8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/%{name}-%{version}.tar.bz2
9# Source0-md5: ed7039c40d6e560ed8bcf9a324d2ae86
691a75d4 10Patch0: %{name}-ui.patch
3f5cb8f0
MB
11URL: http://goodies.xfce.org/projects/panel-plugins/verve-plugin
12BuildRequires: autoconf >= 2.50
13BuildRequires: automake
14BuildRequires: dbus-glib-devel >= 0.34
51b134f1 15BuildRequires: exo-devel >= 0.5.0
3f5cb8f0 16BuildRequires: intltool
3f5cb8f0 17BuildRequires: libtool
691a75d4 18BuildRequires: libxfce4ui-devel
3f5cb8f0
MB
19BuildRequires: pcre-devel
20BuildRequires: pkgconfig
21BuildRequires: xfce4-dev-tools >= 4.4.0
22BuildRequires: xfce4-panel-devel >= 4.4.0
e7182df5 23Requires: xfce4-panel >= 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 45%prep
e7182df5 46%setup -q
2b1de3d0 47#%patch0 -p1
3f5cb8f0
MB
48
49%build
2b1de3d0
JR
50#{__intltoolize}
51#{__libtoolize}
52#{__aclocal}
53#{__autoheader}
54#{__automake}
55#{__autoconf}
e95548e1 56%configure
673fb2da 57
3f5cb8f0
MB
58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
51b134f1 66%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
e7182df5
MB
67
68%find_lang %{name}
3f5cb8f0
MB
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
e7182df5 73%files -f %{name}.lang
3f5cb8f0 74%defattr(644,root,root,755)
51b134f1 75%doc AUTHORS ChangeLog README THANKS
3f5cb8f0
MB
76%attr(755,root,root) %{_bindir}/verve-focus
77%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-verve-plugin
e7182df5 78%{_datadir}/xfce4/panel-plugins/xfce4-verve-plugin.desktop
This page took 0.078269 seconds and 4 git commands to generate.