xfce4-settings-vl.spec 7.0 KB

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