xfce4-embed-plugin-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Name: xfce4-embed-plugin
  2. Summary: Embed plugin for the Xfce panel
  3. Summary(ja): Xfce パネル用 Window 埋め込みプラグイン
  4. Version: 1.6.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.4/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk2-devel >= 2.20.0
  12. BuildRequires: libxfce4util-devel >= 4.8.0
  13. BuildRequires: libxfce4ui-devel >= 4.8.0
  14. BuildRequires: xfce4-panel-devel >= 4.8.0
  15. Requires: xfce4-panel
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: Takemikaduchi, inagaki
  19. %description
  20. This plugin enables the embedding of arbitrary application windows into the Xfce
  21. panel. The window is resized into the panel space available, and the associated
  22. program can be automatically launched if it is not open.
  23. Example uses include embedding an instant messaging buddy list, a mail client's
  24. new mail ticker, a simple media application, or a fancy clock or timer.
  25. Combining with Xfce's ability to auto-hide panels can make this very convenient.
  26. %prep
  27. %setup -q
  28. %build
  29. %configure --enable-silent-rules --disable-static
  30. make %{?_smp_mflags}
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. make install DESTDIR=$RPM_BUILD_ROOT
  34. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  35. %find_lang %{name}
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %files -f %{name}.lang
  39. %defattr(-,root,root)
  40. %doc AUTHORS COPYING ChangeLog NEWS README
  41. %{_libdir}/xfce4/panel/plugins/libembed.so
  42. %{_datadir}/xfce4/panel/plugins/embed.desktop
  43. %changelog
  44. * Mon Jul 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
  45. - new upstream release
  46. * Mon Mar 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.1-2
  47. - rebuilt with libxfce4util 4.12.1
  48. * Thu Sep 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.1-1
  49. - updated to 1.4.1
  50. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
  51. - rebuild with VineSeed environment
  52. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
  53. - initial build for Vine Linux