xfce4-embed-plugin-vl.spec 1.7 KB

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