Summary: The daemon sharing settings from GNOME to GTK+/KDE applications Summary(ja): GNOME から GTK+/KDE のアプリケーションで設定を共有するためのデーモン Name: gnome-settings-daemon Version: 3.1.4 Release: 1%{?_dist_release} Group: System Environment/Daemons License: GPLv2+ URL: http://ftp.gnome.org/pub/gnome/sources/%{name} Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/3.1/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires(pre): GConf2 >= 2.14 Requires(preun): GConf2 >= 2.14 Requires(post): GConf2 >= 2.14 BuildRequires: dbus-glib-devel BuildRequires: GConf2-devel BuildRequires: gtk3-devel BuildRequires: gnome-desktop3-devel >= 3.0.0 BuildRequires: libgnome-devel BuildRequires: xorg-x11-proto-devel BuildRequires: libXrandr-devel BuildRequires: fontconfig-devel BuildRequires: gstreamer-devel BuildRequires: gstreamer-plugins-base-devel BuildRequires: pulseaudio-libs-devel BuildRequires: libgnomekbd-devel >= 2.32.0 BuildRequires: libxklavier-devel >= 5.0 BuildRequires: libnotify-devel >= 0.4.3 BuildRequires: gettext BuildRequires: perl-XML-Parser BuildRequires: libSM-devel BuildRequires: libgudev1-devel BuildRequires: nss-devel BuildRequires: polkit-devel BuildRequires: cups-devel BuildRequires: upower-devel >= 0.9.12 BuildRequires: libcanberra-gtk3-devel BuildRequires: colord-devel BuildRequires: lcms2-devel Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi %description A daemon to share settings from GNOME to other applications. It also handles global keybindings, as well as a number of desktop-wide settings. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig Requires: dbus-glib-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure \ --disable-static \ --disable-profiling \ --enable-pulse \ --disable-packagekit make %{?_smp_mflags} # strip unneeded translations from .mo files # ideally intltool (ha!) would do that for us # http://bugzilla.gnome.org/show_bug.cgi?id=474987 cd po grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep mv POTFILES.keep POTFILES.in intltool-update --pot for p in *.po; do msgmerge $p %{name}.pot > $p.out msgfmt -o `basename $p .po`.gmo $p.out done %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang %{name} --with-gnome %clean rm -rf $RPM_BUILD_ROOT %post touch %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor fi %postun touch %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor fi glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS %{_sysconfdir}/dbus-1/system.d/org.gnome.SettingsDaemon.DateTimeMechanism.conf %{_sysconfdir}/xdg/autostart/gnome-fallback-mount-helper.desktop %{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop %{_libdir}/gnome-settings-daemon-3.0 %{_libexecdir}/* %{_datadir}/GConf/gsettings/gnome-settings-daemon.convert %{_datadir}/dbus-1/services/org.gnome.SettingsDaemon.service %{_datadir}/dbus-1/system-services/org.gnome.SettingsDaemon.DateTimeMechanism.service %{_datadir}/glib-2.0/schemas/*.xml %{_datadir}/gnome-settings-daemon/ %{_datadir}/gnome-settings-daemon-3.0/ %{_datadir}/icons/hicolor/*/apps/gsd-xrandr.* %{_datadir}/icons/hicolor/*/actions/touchpad* %{_mandir}/man1/gnome-settings-daemon.1.gz %{_datadir}/polkit-1/actions/org.gnome.settingsdaemon.datetimemechanism.policy %files devel %defattr(-,root,root,-) %{_includedir}/gnome-settings-daemon-3.0 %{_libdir}/pkgconfig/gnome-settings-daemon.pc %changelog * Tue Aug 16 2011 Yoji TOYODA 3.1.4-1 - new upstream release - add BuildRequires: libgudev1-devel, nss-devel, polkit-devel, cups-devel, upower-devel libcanberra-gtk3-devel, colord-devel, lcms2-devel - change BuildRequires: gtk3-devel instead of gtk2-devel - change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel - drop all Patches - fix configure option * Sat Nov 20 2010 Yoji TOYODA 2.32.1-1 - new upstream release * Tue Oct 05 2010 Yoji TOYODA 2.32.0-1 - new upstream release * Sat Sep 25 2010 Yoji TOYODA 2.30.2-2 - rebuild with rpm-4.8.1 for pkg-config file * Sat Jun 26 2010 Yoji TOYODA 2.30.2-1 - new upstream release * Thu Apr 29 2010 Yoji TOYODA 2.30.1-1 - new upstream release * Sun Apr 04 2010 Yoji TOYODA 2.30.0-1 - new upstream release - add BuildRequires: libSM-devel - drop Patch0, Patch1 * Sun Mar 14 2010 Yoji TOYODA 2.28.2-1 - new upstream release - drop Patch2, Patch4 * Sat Oct 31 2009 Ryoichi INAGAKI 2.28.1-1 - new upstream release - updated Patch100 * Sat Jun 06 2009 Daisuke SUZUKI 2.26.1-2 - import patches from fedora - Patch10: listen for DeviceAdded - Patch11,12: add support touchpads - Patch13: Make custom keybindings work better - Patch14: Don't rely on _BACKUP property for xkb initialization * Wed Apr 22 2009 Ryoichi INAGAKI 2.26.1-1 - new upstream release * Sun Mar 29 2009 Daisuke SUZUKI 2.26.0-3 - update Patch10 - change hinting type to "none" instead of "medium" * Wed Mar 25 2009 Daisuke SUZUKI 2.26.0-2 - add Patch10 to set default dpi * Sat Mar 21 2009 Daisuke SUZUKI 2.26.0-1 - new upstream release * Mon Jan 19 2009 Ryoichi INAGAKI 2.24.1-1 - new upstream release * Wed Sep 24 2008 Daisuke SUZUKI 2.24.0-1 - new upstream release * Mon Sep 01 2008 Daisuke SUZUKI 2.22.2.1-2 - build with pulseaudio - add patch6 to ignore the legacy ESD GConf preference if compiled to use Pulseaudio * Sat May 31 2008 Ryoichi INAGAKI - 2.22.2.1-1 - new upstream release * Wed Apr 9 2008 Ryoichi INAGAKI - 2.22.1-1vl5 - new upstream release * Mon Mar 31 2008 Ryoichi INAGAKI - 2.22.0-1vl5 - Initial build for Vine Linux * Wed Mar 26 2008 - Bastien Nocera - 2.22.1-0.2008.03.26.3 - Add patch for the mouse plugin not to eat multimedia key events (#438942) * Wed Mar 26 2008 Jon McCann - 2.22.1-0.2008.03.26.2 - Rebuild * Wed Mar 26 2008 Jon McCann - 2.22.1-0.2008.03.26.1 - Update to snapshot - Enable profiling * Wed Mar 26 2008 - Bastien Nocera - 2.22.0-3 - apps_gnome_settings_daemon_default_editor.schemas is obsolete (#438937) * Thu Mar 20 2008 Matthias Clasen 2.22.0-2 - Fix interaction between "Locate Pointer" and volume keys * Mon Mar 10 2008 Matthias Clasen 2.22.0-1 - Update to 2.22.0 * Sun Mar 9 2008 Ray Strode - 2.21.92-3 - Don't set keyboard model on startup from gconf if evdev is being used. Evdev needs to use its own keyboard model to work right. * Sun Mar 2 2008 Soren Sandmann - 2.21.92-2 - Update randr patch to handle video key * Fri Feb 29 2008 Jon McCann - 2.21.92-1 - Update to 2.21.92 * Tue Feb 12 2008 Soren Sandmann - 2.21.91-3 - Add patch to make the xrandr plugin listen for client messages from the control panel and reread the configuration file. * Mon Feb 11 2008 Matthias Clasen - 2.21.91-2 - Remove obsolete control-center translations * Mon Feb 11 2008 - Bastien Nocera - 2.21.91-1 - Update to 2.21.91 - Remove obsolete patches * Thu Feb 7 2008 Matthias Clasen - 2.21.90.1-3 - Load xkb settings initially * Thu Jan 31 2008 - Bastien Nocera - 2.21.90.1-2 - Fix the path for g-s-d, from upstream patch * Tue Jan 29 2008 - Bastien Nocera - 2.21.90.1-1 - Update to 2.21.90.1 * Tue Jan 29 2008 - Bastien Nocera - 2.21.90-1 - Update to 2.21.90 * Tue Jan 15 2008 Matthias Clasen - 2.21.5.2-2 - Incorporate review feedback (#428833) * Tue Jan 15 2008 Matthias Clasen - 2.21.5.2-1 - Update to 2.21.5.2 * Tue Jan 15 2008 Matthias Clasen - 2.21.5.1-1 - Update to 2.21.5.1 - Fix up BuildRequires * Thu Dec 06 2007 - Bastien Nocera - 2.21.5-1 - First package