xfce4-settings-vl.spec 6.5 KB

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