xfce4-volumed-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. Name: xfce4-volumed
  2. Version: 0.1.13
  3. Release: 2%{?_dist_release}
  4. Summary: Daemon to add additional functionality to the volume keys of the keyboard
  5. Group: User Interface/Desktops
  6. License: GPLv3+
  7. URL: https://launchpad.net/xfce4-volumed
  8. Source0: http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: xfconf-devel
  11. BuildRequires: keybinder-devel
  12. BuildRequires: libnotify-devel
  13. BuildRequires: gstreamer-plugins-base-devel
  14. BuildRequires: desktop-file-utils
  15. Requires: xfce4-mixer
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. The xfce4-volumed adds additional functionality to the volume up/down and mute
  20. keys of the keyboard. It makes the keys work without configuration and uses
  21. the XFCE 4 mixer's defined card and track for choosing which track to act on.
  22. The volume level is shown in a notification.
  23. %prep
  24. %setup -q
  25. echo "Icon=multimedia-volume-control" >> data/%{name}.desktop
  26. %build
  27. %configure
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. desktop-file-install \
  33. --add-category="Utility" \
  34. --dir=$RPM_BUILD_ROOT/%{_datadir}/applications \
  35. $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/%{name}.desktop
  36. # one launcher is enough, we don't want to have a daemon in the menu
  37. rm -rf $RPM_BUILD_ROOT/%{_datadir}/applications/
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files
  41. %defattr(-,root,root,-)
  42. %doc AUTHORS ChangeLog COPYING README THANKS
  43. %config %{_sysconfdir}/xdg/autostart/%{name}.desktop
  44. %{_bindir}/%{name}
  45. %changelog
  46. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.13-2
  47. - rebuild with VineSeed environment
  48. * Sun Nov 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.13-1
  49. - initial build for Vine Linux
  50. * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-4
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  52. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-3
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  54. * Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.1.13-2
  55. - Rebuild for new libpng
  56. * Fri May 27 2011 Orion Poplawski <orion@cora.nwra.com> - 0.1.13-1
  57. - Update to 0.1.13
  58. - Drop libnotify patch fixed upstream
  59. - Upstream now accepts CFLAGS environment variable in configure
  60. * Sun Mar 06 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.12-1
  61. - Update to 0.1.12 (fixes #680111)
  62. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.11-2
  63. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  64. * Sat Nov 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.11-1
  65. - Update to 0.1.11
  66. * Sat Nov 06 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.10-2
  67. - Fix for libnotify 0.7.0
  68. * Wed Nov 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.10-1
  69. - Update to 0.1.10 (#631199)
  70. - Build requirements change: Require keybinder-devel instead of xcb-util-devel
  71. * Tue Nov 17 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.8-1
  72. - Update to 0.1.8
  73. * Sun Nov 01 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.7-1
  74. - Update to 0.1.7
  75. * Wed Oct 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.5-1
  76. - Update to 0.1.5
  77. * Sat Sep 05 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.4-1
  78. - Initial Fedora package