123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- Name: xfce4-settings
- Summary: Settings Manager for Xfce
- Summary(ja): Xfce の設定マネージャー
- Version: 4.8.0
- Release: 1%{?_dist_release}
- Group: User Interface/Desktops
- # xfce4-settings-helper is GPLv2 only.
- License: GPLv2+ and GPLv2
- URL: http://www.xfce.org/
- Source0: http://www.xfce.org/archive/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
- Patch0: xfce4-settings-4.6.4-libxklavier5.patch
- # Upstream bug: http://bugzilla.xfce.org/show_bug.cgi?id=6236
- Patch1: xfce4-settings-4.6.4-dsofix.patch
- # use vendor's artwork
- #Patch10: xfce4-settings-4.6.0-fedora.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: dbus-glib-devel >= 0.34
- BuildRequires: desktop-file-utils
- BuildRequires: gettext
- BuildRequires: glib2-devel >= 2.16.0
- BuildRequires: gtk2-devel >= 2.14.0
- BuildRequires: intltool
- BuildRequires: libexo-devel >= 0.6.0
- BuildRequires: libxfce4ui-devel >= 4.8.0
- BuildRequires: libxfce4util-devel >= 4.8.0
- BuildRequires: libnotify-devel >= 0.1.3
- BuildRequires: libX11-devel
- BuildRequires: libXcursor-devel >= 1.1.0
- BuildRequires: libXi-devel >= 1.2.0
- BuildRequires: libxklavier-devel
- BuildRequires: libXrandr-devel >= 1.2.0
- BuildRequires: pkgconfig
- BuildRequires: xfconf-devel >= 4.8.0
- BuildRequires: xorg-x11-proto-devel
- Requires: xfconf
- Obsoletes: xfce-mcs-manager < 4.4.3-2
- Obsoletes: xfce-mcs-plugins < 4.4.3-2
- Obsoletes: xfce-mcs-plugin-gsynaptics < 2.0-5
- Obsoletes: xfce-mcs-plugins-extra < 2.0-3
- Obsoletes: xfce4-gsynaptics-mcs-plugin < 1.0.0-3
- %description
- This package includes the settings manager applications for the Xfce desktop.
- %prep
- %setup -q
- #patch0 -p1 -b .xklavier5
- %patch1 -p1 -b .dsofix
- %build
- %configure --enable-sound-settings
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- desktop-file-install --vendor "" \
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
- --delete-original \
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-display-settings.desktop
- desktop-file-install --vendor "" \
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
- --delete-original \
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-keyboard-settings.desktop
- desktop-file-install --vendor "" \
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
- --delete-original \
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-mouse-settings.desktop
- desktop-file-install --vendor "" \
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
- --delete-original \
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-settings-manager.desktop
- desktop-file-install --vendor "" \
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
- --delete-original \
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-ui-settings.desktop
- desktop-file-install --vendor "" \
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
- --delete-original \
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-accessibility-settings.desktop
- desktop-file-install --vendor "" \
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
- --delete-original \
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-settings-editor.desktop
- %find_lang %{name}
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc AUTHORS ChangeLog NEWS TODO COPYING
- %config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-settings-helper-autostart.desktop
- %dir %{_sysconfdir}/xdg/xfce4
- %dir %{_sysconfdir}/xdg/xfce4/xfconf/
- %dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
- %config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
- %{_bindir}/xfce4-accessibility-settings
- %{_bindir}/xfce4-appearance-settings
- %{_bindir}/xfce4-display-settings
- %{_bindir}/xfce4-keyboard-settings
- %{_bindir}/xfce4-mouse-settings
- %{_bindir}/xfce4-settings-editor
- %{_bindir}/xfce4-settings-helper
- %{_bindir}/xfce4-settings-manager
- %{_bindir}/xfsettingsd
- %{_datadir}/applications/xfce*.desktop
- %changelog
- * Mon Mar 28 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.8.0-1
- - new upstream release
- * Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.5-1
- - new upstream release
- - dropt Patch0
- * Mon Apr 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.4-1
- - new upstream release
- - built with libxklavier-5.0
- - added Patch0 and 1 from Fedora
- * Sun Feb 14 2010 Kevin Fenzi <kevin@tummy.com> - 4.6.4-3
- - Add patch to fix DSO linking. Fixes bug #564803
- * Sat Jan 23 2010 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.4-2
- - Add patch for libxklavier 5.0. Thanks to Caolan McNamara (#558081)
- * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.3-1
- - new upstream release
- - rebuilt with libxklavier-4.0
- - added Japanese summary
- * Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
- - initial build for Vine
- * Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
- - Update to 4.6.1
- * Thu Apr 16 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-6
- - Have to add Antialias type to really enable by default.
- * Wed Apr 15 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-5
- - Bump to fix tagging mistake.
- * Wed Apr 15 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-4
- - Make Antialias default (bug #495700)
- * Thu Mar 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-3
- - display settings fixes from upstream svn.
- * Fri Feb 27 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-2
- - Rebase patch for artwork
- * Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
- - Update to 4.6.0
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Fri Feb 20 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-2
- - Add patch to fix imsettings (bug #478669)
- * Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
- - Update to 4.5.99.1
- * Thu Jan 22 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.5.93-2
- - Add Obsoletes for mcs packages to make sure xfce4-settings gets installed
- - Don't package desktop files twice
- - Require xfconf
- - Use Nodoka theme and Fedora icons
- - Add docs
- * Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
- - Update to 4.5.93
- * Sat Dec 27 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-2
- - Cleaned up desktop-file-install
- - Added some BuildRequires.
- * Fri Dec 26 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
- - Initial version for Fedora.
|