source: projects/specs/trunk/x/xfce4-verve-plugin/xfce4-verve-plugin-vl.spec @ 9688

Revision 9688, 2.2 KB checked in by inagaki, 9 years ago (diff)

2015-08-02 Ryoichi INAGAKI <ryo1@…>

  • self-build-broadcom-wl: added patch for kernel 3.18
  • xfce4-embed-plugin, xfce4-verve-plugin, xfdesktop: updated


Line 
1Name:           xfce4-verve-plugin
2Summary:        Command line plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 CPU コマンドラインプラグイン
4Version:        1.1.0
5Release:        1%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
10
11Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  dbus-glib-devel >= 0.60
15BuildRequires:  glib2-devel >= 2.6.4
16BuildRequires:  libxfce4ui-devel >= 4.8.0
17BuildRequires:  libxfce4util-devel >= 4.8.0
18BuildRequires:  xfce4-panel-devel >= 4.8.0
19BuildRequires:  libexo-devel >= 0.5.0
20BuildRequires:  pcre-devel >= 5.0
21
22Vendor:         Project Vine
23Distribution:   Vine Linux
24Packager:       Takemikaduchi
25
26
27%description
28The Verve panel plugin is a comfortable command line plugin for the Xfce panel. It supports several nice features, such as:
29
30  - Command history
31  - Auto-completion (including command history)
32  - Open URLs and eMail addresses in your favourite applications
33  - Focus grabbing via D-BUS (so you can bind a shortcut to it)
34  - Custom input field width
35
36
37%prep
38%setup -q
39
40%build
41%configure --disable-static
42make %{?_smp_mflags}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make install DESTDIR=$RPM_BUILD_ROOT
47
48find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
49
50%find_lang %{name}
51
52chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libverve.so
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%files -f %{name}.lang
59%defattr(-,root,root)
60%doc AUTHORS COPYING ChangeLog NEWS README
61%{_bindir}/verve-focus
62%{_libdir}/xfce4/panel/plugins/libverve.so
63%{_datadir}/xfce4/panel/plugins/%{name}.desktop
64
65%changelog
66* Mon Jul 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.0-1
67- new upstream release
68
69* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.1-1
70- updated to 1.0.1
71- changed BR: libxfce4ui-devel instead of libxfcegui4-devel
72- built with libxfce4util 4.12.1
73
74* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-3
75- rebuild with VineSeed environment
76
77* Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
78- rebuild with pcre-8.31
79
80* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
81- initial build for Vine Linux
82
Note: See TracBrowser for help on using the repository browser.