xfce4-taskmanager-vl.spec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Name: xfce4-taskmanager
  2. Version: 1.1.0
  3. Release: 1%{?_dist_release}
  4. Summary: Task Manager for Xfce
  5. Summary(ja): Xfce タスクマネージャー
  6. License: GPLv2+
  7. Group: User Interface/Desktops
  8. URL: http://goodies.xfce.org/projects/applications/xfce4-taskmanager
  9. Source0: http://archive.xfce.org/src/apps/%{name}/1.1/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: cairo-devel >= 1.5.0
  12. BuildRequires: desktop-file-utils
  13. BuildRequires: gtk2-devel >= 2.14.0
  14. BuildRequires: gtk3-devel >= 3.2.0
  15. BuildRequires: libwnck3-devel >= 3.2.0
  16. Requires: xfce4-appfinder
  17. Requires: xfce4-terminal
  18. Requires(post,postun): desktop-file-utils
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. Packager: Takemikaduchi, inagaki
  22. %description
  23. Task Manager for Xfce.
  24. %description -l ja
  25. Xfce デスクトップ環境向けのタスクマネージャーです.
  26. %prep
  27. %setup -q
  28. %build
  29. %configure \
  30. --enable-silent-rules \
  31. --disable-static \
  32. --enable-gtk3 \
  33. --enable-wnck3 \
  34. --disable-gksu
  35. make %{?_smp_mflags}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. make install DESTDIR=$RPM_BUILD_ROOT
  39. desktop-file-install \
  40. --add-category="X-XFCE" \
  41. --delete-original \
  42. --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  43. $RPM_BUILD_ROOT%{_datadir}/applications/xfce4-taskmanager.desktop
  44. %find_lang %{name}
  45. %clean
  46. rm -rf $RPM_BUILD_ROOT
  47. %post
  48. update-desktop-database %{_datadir}/applications &> /dev/null || :
  49. %postun
  50. update-desktop-database %{_datadir}/applications &> /dev/null || :
  51. %files -f %{name}.lang
  52. %defattr(-,root,root,-)
  53. %doc AUTHORS ChangeLog COPYING NEWS README
  54. %{_bindir}/xfce4-taskmanager
  55. %{_datadir}/applications/xfce4-taskmanager.desktop
  56. %changelog
  57. * Sun Mar 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1.0-1
  58. - updated to 1.1.0
  59. - built with gtk3 and libwnck3
  60. - added R: xfce4-appfinder and xfce4-terminal
  61. * Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.1-1
  62. - updated to 1.0.1
  63. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-2
  64. - rebuild with VineSeed environment
  65. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-1
  66. - initial build for Vine Linux