| 1 | Summary: The daemon sharing settings from GNOME to GTK+/KDE applications |
|---|
| 2 | Summary(ja): GNOME から GTK+/KDE のアプリケーションで設定を共有するためのデーモン |
|---|
| 3 | |
|---|
| 4 | Name: gnome-settings-daemon |
|---|
| 5 | Version: 3.4.2 |
|---|
| 6 | Release: 1%{?_dist_release} |
|---|
| 7 | |
|---|
| 8 | Group: System Environment/Daemons |
|---|
| 9 | License: GPLv2+ |
|---|
| 10 | URL: http://ftp.gnome.org/pub/gnome/sources/%{name} |
|---|
| 11 | Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/3.4/%{name}-%{version}.tar.xz |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | |
|---|
| 15 | BuildRequires: dbus-glib-devel |
|---|
| 16 | BuildRequires: gtk3-devel |
|---|
| 17 | BuildRequires: gnome-desktop3-devel >= 3.0.0 |
|---|
| 18 | BuildRequires: libgnome-devel |
|---|
| 19 | BuildRequires: xorg-x11-proto-devel |
|---|
| 20 | BuildRequires: libXrandr-devel |
|---|
| 21 | BuildRequires: fontconfig-devel |
|---|
| 22 | BuildRequires: gstreamer-devel |
|---|
| 23 | BuildRequires: gstreamer-plugins-base-devel |
|---|
| 24 | BuildRequires: pulseaudio-libs-devel |
|---|
| 25 | BuildRequires: libgnomekbd-devel >= 2.32.0 |
|---|
| 26 | BuildRequires: libxklavier-devel >= 5.0 |
|---|
| 27 | BuildRequires: libnotify-devel >= 0.4.3 |
|---|
| 28 | BuildRequires: gettext |
|---|
| 29 | BuildRequires: perl-XML-Parser |
|---|
| 30 | BuildRequires: libSM-devel |
|---|
| 31 | BuildRequires: libgudev1-devel |
|---|
| 32 | BuildRequires: nss-devel |
|---|
| 33 | BuildRequires: polkit-devel |
|---|
| 34 | BuildRequires: cups-devel |
|---|
| 35 | BuildRequires: upower-devel >= 0.9.12 |
|---|
| 36 | BuildRequires: libcanberra-gtk3-devel |
|---|
| 37 | BuildRequires: colord-devel |
|---|
| 38 | BuildRequires: lcms2-devel |
|---|
| 39 | BuildRequires: libwacom-devel |
|---|
| 40 | BuildRequires: xorg-x11-drv-wacom-devel |
|---|
| 41 | BuildRequires: libXtst-devel |
|---|
| 42 | |
|---|
| 43 | Vendor: Project Vine |
|---|
| 44 | Distribution: Vine Linux |
|---|
| 45 | Packager: Takemikaduchi |
|---|
| 46 | |
|---|
| 47 | %description |
|---|
| 48 | A daemon to share settings from GNOME to other applications. It also |
|---|
| 49 | handles global keybindings, as well as a number of desktop-wide settings. |
|---|
| 50 | |
|---|
| 51 | %package devel |
|---|
| 52 | Summary: Development files for %{name} |
|---|
| 53 | Group: Development/Libraries |
|---|
| 54 | Requires: %{name} = %{version}-%{release} |
|---|
| 55 | Requires: pkgconfig |
|---|
| 56 | Requires: dbus-glib-devel |
|---|
| 57 | |
|---|
| 58 | %description devel |
|---|
| 59 | The %{name}-devel package contains libraries and header files for |
|---|
| 60 | developing applications that use %{name}. |
|---|
| 61 | |
|---|
| 62 | %prep |
|---|
| 63 | %setup -q |
|---|
| 64 | |
|---|
| 65 | %build |
|---|
| 66 | %configure \ |
|---|
| 67 | --disable-static \ |
|---|
| 68 | --disable-profiling \ |
|---|
| 69 | --disable-packagekit |
|---|
| 70 | |
|---|
| 71 | make %{?_smp_mflags} |
|---|
| 72 | |
|---|
| 73 | # strip unneeded translations from .mo files |
|---|
| 74 | # ideally intltool (ha!) would do that for us |
|---|
| 75 | # http://bugzilla.gnome.org/show_bug.cgi?id=474987 |
|---|
| 76 | cd po |
|---|
| 77 | grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep |
|---|
| 78 | mv POTFILES.keep POTFILES.in |
|---|
| 79 | intltool-update --pot |
|---|
| 80 | for p in *.po; do |
|---|
| 81 | msgmerge $p %{name}.pot > $p.out |
|---|
| 82 | msgfmt -o `basename $p .po`.gmo $p.out |
|---|
| 83 | done |
|---|
| 84 | |
|---|
| 85 | %install |
|---|
| 86 | rm -rf $RPM_BUILD_ROOT |
|---|
| 87 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 88 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' |
|---|
| 89 | |
|---|
| 90 | %find_lang %{name} --with-gnome |
|---|
| 91 | |
|---|
| 92 | %clean |
|---|
| 93 | rm -rf $RPM_BUILD_ROOT |
|---|
| 94 | |
|---|
| 95 | %post |
|---|
| 96 | touch %{_datadir}/icons/hicolor |
|---|
| 97 | if [ -x /usr/bin/gtk-update-icon-cache ]; then |
|---|
| 98 | /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor |
|---|
| 99 | fi |
|---|
| 100 | |
|---|
| 101 | %postun |
|---|
| 102 | touch %{_datadir}/icons/hicolor |
|---|
| 103 | if [ -x /usr/bin/gtk-update-icon-cache ]; then |
|---|
| 104 | /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor |
|---|
| 105 | fi |
|---|
| 106 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 107 | |
|---|
| 108 | %posttrans |
|---|
| 109 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 110 | |
|---|
| 111 | %files -f %{name}.lang |
|---|
| 112 | %defattr(-,root,root,-) |
|---|
| 113 | %doc AUTHORS COPYING NEWS |
|---|
| 114 | %{_sysconfdir}/xdg/autostart/gnome-fallback-mount-helper.desktop |
|---|
| 115 | %{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop |
|---|
| 116 | %{_libdir}/gnome-settings-daemon-3.0 |
|---|
| 117 | %{_libexecdir}/* |
|---|
| 118 | %{_datadir}/GConf/gsettings/gnome-settings-daemon.convert |
|---|
| 119 | %{_datadir}/dbus-1/services/org.gnome.SettingsDaemon.service |
|---|
| 120 | %{_datadir}/glib-2.0/schemas/*.xml |
|---|
| 121 | %{_datadir}/gnome-settings-daemon/ |
|---|
| 122 | %{_datadir}/gnome-settings-daemon-3.0/ |
|---|
| 123 | %{_datadir}/icons/hicolor/*/apps/gsd-xrandr.* |
|---|
| 124 | %{_mandir}/man1/gnome-settings-daemon.1.gz |
|---|
| 125 | %{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy |
|---|
| 126 | %{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy |
|---|
| 127 | |
|---|
| 128 | %files devel |
|---|
| 129 | %defattr(-,root,root,-) |
|---|
| 130 | %{_includedir}/gnome-settings-daemon-3.0 |
|---|
| 131 | %{_libdir}/pkgconfig/gnome-settings-daemon.pc |
|---|
| 132 | |
|---|
| 133 | %changelog |
|---|
| 134 | * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1 |
|---|
| 135 | - new upstream release |
|---|
| 136 | |
|---|
| 137 | * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1 |
|---|
| 138 | - new upstream release |
|---|
| 139 | - add BuildRequires: libwacom-devel, xorg-x11-drv-wacom-devel, libXtst-devel |
|---|
| 140 | |
|---|
| 141 | * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1 |
|---|
| 142 | - new upstream release |
|---|
| 143 | |
|---|
| 144 | * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1 |
|---|
| 145 | - new upstream release |
|---|
| 146 | |
|---|
| 147 | * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1 |
|---|
| 148 | - new upstream release |
|---|
| 149 | |
|---|
| 150 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1 |
|---|
| 151 | - new upstream release |
|---|
| 152 | |
|---|
| 153 | * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1 |
|---|
| 154 | - new upstream release |
|---|
| 155 | |
|---|
| 156 | * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1 |
|---|
| 157 | - new upstream release |
|---|
| 158 | |
|---|
| 159 | * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1 |
|---|
| 160 | - new upstream release |
|---|
| 161 | - add BuildRequires: libgudev1-devel, nss-devel, polkit-devel, cups-devel, upower-devel |
|---|
| 162 | libcanberra-gtk3-devel, colord-devel, lcms2-devel |
|---|
| 163 | - change BuildRequires: gtk3-devel instead of gtk2-devel |
|---|
| 164 | - change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel |
|---|
| 165 | - drop all Patches |
|---|
| 166 | - fix configure option |
|---|
| 167 | |
|---|
| 168 | * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1 |
|---|
| 169 | - new upstream release |
|---|
| 170 | |
|---|
| 171 | * Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1 |
|---|
| 172 | - new upstream release |
|---|
| 173 | |
|---|
| 174 | * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2 |
|---|
| 175 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 176 | |
|---|
| 177 | * Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1 |
|---|
| 178 | - new upstream release |
|---|
| 179 | |
|---|
| 180 | * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1 |
|---|
| 181 | - new upstream release |
|---|
| 182 | |
|---|
| 183 | * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1 |
|---|
| 184 | - new upstream release |
|---|
| 185 | - add BuildRequires: libSM-devel |
|---|
| 186 | - drop Patch0, Patch1 |
|---|
| 187 | |
|---|
| 188 | * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1 |
|---|
| 189 | - new upstream release |
|---|
| 190 | - drop Patch2, Patch4 |
|---|
| 191 | |
|---|
| 192 | * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1 |
|---|
| 193 | - new upstream release |
|---|
| 194 | - updated Patch100 |
|---|
| 195 | |
|---|
| 196 | * Sat Jun 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-2 |
|---|
| 197 | - import patches from fedora |
|---|
| 198 | - Patch10: listen for DeviceAdded |
|---|
| 199 | - Patch11,12: add support touchpads |
|---|
| 200 | - Patch13: Make custom keybindings work better |
|---|
| 201 | - Patch14: Don't rely on _BACKUP property for xkb initialization |
|---|
| 202 | |
|---|
| 203 | * Wed Apr 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.1-1 |
|---|
| 204 | - new upstream release |
|---|
| 205 | |
|---|
| 206 | * Sun Mar 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3 |
|---|
| 207 | - update Patch10 |
|---|
| 208 | - change hinting type to "none" instead of "medium" |
|---|
| 209 | |
|---|
| 210 | * Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2 |
|---|
| 211 | - add Patch10 to set default dpi |
|---|
| 212 | |
|---|
| 213 | * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1 |
|---|
| 214 | - new upstream release |
|---|
| 215 | |
|---|
| 216 | * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1 |
|---|
| 217 | - new upstream release |
|---|
| 218 | |
|---|
| 219 | * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1 |
|---|
| 220 | - new upstream release |
|---|
| 221 | |
|---|
| 222 | * Mon Sep 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2.1-2 |
|---|
| 223 | - build with pulseaudio |
|---|
| 224 | - add patch6 to ignore the legacy ESD GConf preference if compiled |
|---|
| 225 | to use Pulseaudio |
|---|
| 226 | |
|---|
| 227 | * Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.2.1-1 |
|---|
| 228 | - new upstream release |
|---|
| 229 | |
|---|
| 230 | * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.1-1vl5 |
|---|
| 231 | - new upstream release |
|---|
| 232 | |
|---|
| 233 | * Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.22.0-1vl5 |
|---|
| 234 | - Initial build for Vine Linux |
|---|
| 235 | |
|---|
| 236 | * Wed Mar 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-0.2008.03.26.3 |
|---|
| 237 | - Add patch for the mouse plugin not to eat multimedia key events (#438942) |
|---|
| 238 | |
|---|
| 239 | * Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-0.2008.03.26.2 |
|---|
| 240 | - Rebuild |
|---|
| 241 | |
|---|
| 242 | * Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-0.2008.03.26.1 |
|---|
| 243 | - Update to snapshot |
|---|
| 244 | - Enable profiling |
|---|
| 245 | |
|---|
| 246 | * Wed Mar 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-3 |
|---|
| 247 | - apps_gnome_settings_daemon_default_editor.schemas is obsolete (#438937) |
|---|
| 248 | |
|---|
| 249 | * Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-2 |
|---|
| 250 | - Fix interaction between "Locate Pointer" and volume keys |
|---|
| 251 | |
|---|
| 252 | * Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-1 |
|---|
| 253 | - Update to 2.22.0 |
|---|
| 254 | |
|---|
| 255 | * Sun Mar 9 2008 Ray Strode <rstrode@redhat.com> - 2.21.92-3 |
|---|
| 256 | - Don't set keyboard model on startup from gconf if evdev is being used. |
|---|
| 257 | Evdev needs to use its own keyboard model to work right. |
|---|
| 258 | |
|---|
| 259 | * Sun Mar 2 2008 Soren Sandmann <sandmann@redhat.com> - 2.21.92-2 |
|---|
| 260 | - Update randr patch to handle video key |
|---|
| 261 | |
|---|
| 262 | * Fri Feb 29 2008 Jon McCann <jmccann@redhat.com> - 2.21.92-1 |
|---|
| 263 | - Update to 2.21.92 |
|---|
| 264 | |
|---|
| 265 | * Tue Feb 12 2008 Soren Sandmann <sandmann@redhat.com> - 2.21.91-3 |
|---|
| 266 | - Add patch to make the xrandr plugin listen for client messages from |
|---|
| 267 | the control panel and reread the configuration file. |
|---|
| 268 | |
|---|
| 269 | * Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-2 |
|---|
| 270 | - Remove obsolete control-center translations |
|---|
| 271 | |
|---|
| 272 | * Mon Feb 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1 |
|---|
| 273 | - Update to 2.21.91 |
|---|
| 274 | - Remove obsolete patches |
|---|
| 275 | |
|---|
| 276 | * Thu Feb 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90.1-3 |
|---|
| 277 | - Load xkb settings initially |
|---|
| 278 | |
|---|
| 279 | * Thu Jan 31 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90.1-2 |
|---|
| 280 | - Fix the path for g-s-d, from upstream patch |
|---|
| 281 | |
|---|
| 282 | * Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90.1-1 |
|---|
| 283 | - Update to 2.21.90.1 |
|---|
| 284 | |
|---|
| 285 | * Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1 |
|---|
| 286 | - Update to 2.21.90 |
|---|
| 287 | |
|---|
| 288 | * Tue Jan 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5.2-2 |
|---|
| 289 | - Incorporate review feedback (#428833) |
|---|
| 290 | |
|---|
| 291 | * Tue Jan 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5.2-1 |
|---|
| 292 | - Update to 2.21.5.2 |
|---|
| 293 | |
|---|
| 294 | * Tue Jan 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5.1-1 |
|---|
| 295 | - Update to 2.21.5.1 |
|---|
| 296 | - Fix up BuildRequires |
|---|
| 297 | |
|---|
| 298 | * Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.5-1 |
|---|
| 299 | - First package |
|---|
| 300 | |
|---|