xfce4-verve-plugin-vl.spec 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Name: xfce4-verve-plugin
  2. Summary: Command line plugin for the Xfce4 panel
  3. Summary(ja): Xfce パネル用 CPU コマンドラインプラグイン
  4. Version: 1.0.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: libxfce4util-devel >= 4.4.0
  12. BuildRequires: libxfcegui4-devel >= 4.4.0
  13. BuildRequires: xfce4-panel-devel >= 4.4.0
  14. BuildRequires: libexo-devel >= 0.5.0
  15. BuildRequires: pcre-devel >= 5.0
  16. BuildRequires: dbus-glib-devel >= 0.60
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi
  20. %description
  21. The Verve panel plugin is a comfortable command line plugin for the Xfce panel. It supports several nice features, such as:
  22. - Command history
  23. - Auto-completion (including command history)
  24. - Open URLs and eMail addresses in your favourite applications
  25. - Focus grabbing via D-BUS (so you can bind a shortcut to it)
  26. - Custom input field width
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --disable-static
  31. make %{?_smp_mflags}
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make install DESTDIR=$RPM_BUILD_ROOT
  35. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  36. %find_lang %{name}
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files -f %{name}.lang
  40. %defattr(-,root,root)
  41. %doc AUTHORS COPYING ChangeLog NEWS README
  42. %{_bindir}/verve-focus
  43. %{_libexecdir}/xfce4/panel-plugins/%{name}
  44. %{_datadir}/xfce4/panel-plugins/%{name}.desktop
  45. %changelog
  46. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
  47. - initial build for Vine Linux