xfce4-settings-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. Name: xfce4-settings
  2. Version: 4.6.3
  3. Release: 1%{?_dist_release}
  4. Summary: Settings Manager for Xfce
  5. Summary(ja): Xfce の設定マネージャー
  6. Group: User Interface/Desktops
  7. # xfce4-settings-helper is GPLv2 only.
  8. License: GPLv2+ and GPLv2
  9. URL: http://www.xfce.org/
  10. Source0: http://www.xfce.org/archive/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
  11. # use vendor's artwork
  12. #Patch10: xfce4-settings-4.6.0-fedora.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: gettext
  15. BuildRequires: intltool
  16. BuildRequires: libexo-devel >= 0.3.93
  17. BuildRequires: libxfcegui4-devel >= 4.6
  18. BuildRequires: libxfce4util-devel >= 4.6
  19. BuildRequires: xfconf-devel >= 4.6
  20. BuildRequires: libglade2-devel
  21. BuildRequires: libwnck-devel
  22. BuildRequires: desktop-file-utils >= 0.7
  23. BuildRequires: libnotify-devel
  24. BuildRequires: libcanberra-devel
  25. BuildRequires: libxklavier-devel >= 4.0
  26. Requires: xfconf
  27. Obsoletes: xfce-mcs-manager < 4.4.3-2
  28. Obsoletes: xfce-mcs-plugins < 4.4.3-2
  29. Obsoletes: xfce-mcs-plugin-gsynaptics < 2.0-5
  30. Obsoletes: xfce-mcs-plugins-extra < 2.0-3
  31. Obsoletes: xfce4-gsynaptics-mcs-plugin < 1.0.0-3
  32. %description
  33. This package includes the settings manager applications for the Xfce desktop.
  34. %prep
  35. %setup -q
  36. %build
  37. %configure --enable-sound-settings
  38. make %{?_smp_mflags}
  39. %install
  40. rm -rf $RPM_BUILD_ROOT
  41. make install DESTDIR=$RPM_BUILD_ROOT
  42. desktop-file-install --vendor "" \
  43. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
  44. --delete-original \
  45. ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-display-settings.desktop
  46. desktop-file-install --vendor "" \
  47. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
  48. --delete-original \
  49. ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-keyboard-settings.desktop
  50. desktop-file-install --vendor "" \
  51. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
  52. --delete-original \
  53. ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-mouse-settings.desktop
  54. desktop-file-install --vendor "" \
  55. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
  56. --delete-original \
  57. ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-settings-manager.desktop
  58. desktop-file-install --vendor "" \
  59. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
  60. --delete-original \
  61. ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-ui-settings.desktop
  62. desktop-file-install --vendor "" \
  63. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
  64. --delete-original \
  65. ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-accessibility-settings.desktop
  66. desktop-file-install --vendor "" \
  67. --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
  68. --delete-original \
  69. ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-settings-editor.desktop
  70. %find_lang %{name}
  71. %clean
  72. rm -rf $RPM_BUILD_ROOT
  73. %files -f %{name}.lang
  74. %defattr(-,root,root,-)
  75. %doc AUTHORS ChangeLog NEWS TODO COPYING
  76. %config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-settings-helper-autostart.desktop
  77. %dir %{_sysconfdir}/xdg/xfce4
  78. %dir %{_sysconfdir}/xdg/xfce4/xfconf/
  79. %dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
  80. %config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
  81. %{_bindir}/xfce4-accessibility-settings
  82. %{_bindir}/xfce4-appearance-settings
  83. %{_bindir}/xfce4-display-settings
  84. %{_bindir}/xfce4-keyboard-settings
  85. %{_bindir}/xfce4-mouse-settings
  86. %{_bindir}/xfce4-settings-editor
  87. %{_bindir}/xfce4-settings-helper
  88. %{_bindir}/xfce4-settings-manager
  89. %{_bindir}/xfsettingsd
  90. %{_datadir}/applications/xfce*.desktop
  91. %changelog
  92. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.3-1
  93. - new upstream release
  94. - rebuilt with libxklavier-4.0
  95. - added Japanese summary
  96. * Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
  97. - initial build for Vine
  98. * Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
  99. - Update to 4.6.1
  100. * Thu Apr 16 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-6
  101. - Have to add Antialias type to really enable by default.
  102. * Wed Apr 15 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-5
  103. - Bump to fix tagging mistake.
  104. * Wed Apr 15 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-4
  105. - Make Antialias default (bug #495700)
  106. * Thu Mar 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-3
  107. - display settings fixes from upstream svn.
  108. * Fri Feb 27 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-2
  109. - Rebase patch for artwork
  110. * Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
  111. - Update to 4.6.0
  112. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-3
  113. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  114. * Fri Feb 20 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-2
  115. - Add patch to fix imsettings (bug #478669)
  116. * Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
  117. - Update to 4.5.99.1
  118. * Thu Jan 22 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.5.93-2
  119. - Add Obsoletes for mcs packages to make sure xfce4-settings gets installed
  120. - Don't package desktop files twice
  121. - Require xfconf
  122. - Use Nodoka theme and Fedora icons
  123. - Add docs
  124. * Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
  125. - Update to 4.5.93
  126. * Sat Dec 27 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-2
  127. - Cleaned up desktop-file-install
  128. - Added some BuildRequires.
  129. * Fri Dec 26 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
  130. - Initial version for Fedora.