forked from pool/gnome-settings-daemon
Accepting request 73863 from home:vuntz:branches:GNOME:Factory
Tweak + clarify a change OBS-URL: https://build.opensuse.org/request/show/73863 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=90
This commit is contained in:
parent
ee3039b276
commit
60adb3c4d1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 16 16:09:10 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Add pkgconfig(xfixes) BuildRequires, needed for the new cursor
|
||||||
|
plugin.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 14 09:40:28 CEST 2011 - dimstar@opensuse.org
|
Tue Jun 14 09:40:28 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
@ -22,7 +28,7 @@ Tue Jun 14 09:40:28 CEST 2011 - dimstar@opensuse.org
|
|||||||
- Fix ntp logic on Debian to include ntpdate as well as ntpd
|
- Fix ntp logic on Debian to include ntpdate as well as ntpd
|
||||||
[bgo#644821]
|
[bgo#644821]
|
||||||
+ GConf:
|
+ GConf:
|
||||||
- bgo#652200: Add missing Schema for
|
- bgo#652200: Add missing schema for
|
||||||
org.gnome.settings-daemon.plugins.gconf
|
org.gnome.settings-daemon.plugins.gconf
|
||||||
+ Keybindings:
|
+ Keybindings:
|
||||||
- Complete update to egg key parsing change
|
- Complete update to egg key parsing change
|
||||||
@ -44,13 +50,18 @@ Tue Jun 14 09:40:28 CEST 2011 - dimstar@opensuse.org
|
|||||||
- Use property settings helper in common/
|
- Use property settings helper in common/
|
||||||
- Typedef the Wacom device types
|
- Typedef the Wacom device types
|
||||||
+ Xrandr:
|
+ Xrandr:
|
||||||
- Switch touchscreen rotation as wel
|
- Switch touchscreen rotation as well
|
||||||
- Fix small memory leak on shutdown
|
- Fix small memory leak on shutdown
|
||||||
- Remove the functionality to call gcm-apply when outputs
|
- Remove the functionality to call gcm-apply when outputs
|
||||||
change
|
change
|
||||||
- Remove rotation handling for wacom tablets
|
- Remove rotation handling for wacom tablets
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
- Add pkgconfig(colord) and pkgconfig(lcms2) BuildRequires.
|
- Add pkgconfig(colord) and pkgconfig(lcms2) BuildRequires.
|
||||||
|
- Pass --with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids to
|
||||||
|
configure: the color plugin needs to have access to the pnp.ids
|
||||||
|
file. This comes with the gnome-desktop library; as
|
||||||
|
gnome-settings-daemon already depend on this library, we know the
|
||||||
|
file will be available at runtime.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 17 18:31:10 CEST 2011 - dimstar@opensuse.org
|
Tue May 17 18:31:10 CEST 2011 - dimstar@opensuse.org
|
||||||
|
@ -70,6 +70,7 @@ BuildRequires: pkgconfig(nss)
|
|||||||
BuildRequires: pkgconfig(packagekit-glib2)
|
BuildRequires: pkgconfig(packagekit-glib2)
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
BuildRequires: pkgconfig(upower-glib)
|
BuildRequires: pkgconfig(upower-glib)
|
||||||
|
BuildRequires: pkgconfig(xfixes)
|
||||||
BuildRequires: pkgconfig(xi)
|
BuildRequires: pkgconfig(xi)
|
||||||
Requires: gsettings-desktop-schemas
|
Requires: gsettings-desktop-schemas
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Loading…
Reference in New Issue
Block a user