xfce4-settings-vl.spec 6.0 KB

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