xfce4-places-plugin-vl.spec 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Name: xfce4-places-plugin
  2. Version: 1.7.0
  3. Release: 1%{?_dist_release}
  4. Summary: GNOME's Places menu plugin for the Xfce panel
  5. Summary(ja): Xfce パネル用 GNOME Places メニュープラグイン
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
  9. Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.6/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gettext
  12. BuildRequires: glib2-devel >= 2.22.0
  13. BuildRequires: gtk2-devel >= 2.14.0
  14. BuildRequires: intltool
  15. BuildRequires: libexo-devel >= 0.5.0
  16. BuildRequires: libICE-devel
  17. BuildRequires: libnotify-devel >= 0.4.0
  18. BuildRequires: libxfce4util-devel >= 4.8.0
  19. BuildRequires: libxfce4ui-devel >= 4.8.0
  20. BuildRequires: libX11-devel
  21. BuildRequires: xfce4-panel-devel >= 4.8.0
  22. BuildRequires: xfconf-devel >= 4.6.0
  23. Requires: xfce4-panel >= 4.8.0
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. Packager: inagaki
  27. %description
  28. This plugin brings much of the functionality of GNOME's Places menu to Xfce.
  29. %description -l ja
  30. このプラグインは GNOME の Places メニューの多くの機能を Xfce に追加します.
  31. %prep
  32. %setup -q
  33. %build
  34. %configure --enable-silent-rules --disable-static
  35. make %{?_smp_mflags}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. make install DESTDIR=$RPM_BUILD_ROOT
  39. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  40. %find_lang %{name}
  41. %clean
  42. rm -rf $RPM_BUILD_ROOT
  43. %files -f %{name}.lang
  44. %defattr(-,root,root)
  45. %doc AUTHORS COPYING ChangeLog NEWS README
  46. %{_bindir}/xfce4-popup-places
  47. %{_libdir}/xfce4/panel/plugins/libplaces.so
  48. %{_datadir}/xfce4/panel/plugins/places.desktop
  49. %changelog
  50. * Sun Mar 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7.0-1
  51. - new upstream release
  52. * Mon Mar 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-2
  53. - rebuilt with libxfce4util 4.12.1
  54. * Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
  55. - initial build for Vine Linux