xfce4-verve-plugin-vl.spec 2.2 KB

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