xfce4-settings-vl.spec 5.7 KB

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