forked from pool/gnome-settings-daemon
Accepting request 73621 from home:dimstar:branches:GNOME:Factory
Update to 3.1.2 OBS-URL: https://build.opensuse.org/request/show/73621 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=89
This commit is contained in:
parent
5ffe8be840
commit
ee3039b276
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c97015dd0d0d562a5fd4473e2d01756e0ea12ddd46ab091069f7189eb7ead126
|
||||
size 1566772
|
3
gnome-settings-daemon-3.1.2.tar.bz2
Normal file
3
gnome-settings-daemon-3.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f419ec5b4dcea4031adbb6163e49d5b1c8365dc2564f229307857897933a91ea
|
||||
size 1625643
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 09:40:28 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.1.2:
|
||||
+ Common:
|
||||
- Don't try to convert show-keyboard-leds-indicator in
|
||||
gnome-settings-daemon.convert
|
||||
- Add touchscreen detection
|
||||
- Add X property setting helper
|
||||
- Add code to detect accelerometers
|
||||
- Add better error reporting for egg key parsing
|
||||
- Add code to allow disabling input devices
|
||||
+ Color:
|
||||
- Add new color plugin
|
||||
+ Cursor:
|
||||
- Hide cursor on tablets with only a touchscreen [bgo#650604]
|
||||
- Show the cursor again on exit
|
||||
- Fix XFixes version checking
|
||||
- Ignore PS/2 mice as well
|
||||
- Fix checking for extension pointer
|
||||
+ Datetime:
|
||||
- Fix ntp logic on Debian to include ntpdate as well as ntpd
|
||||
[bgo#644821]
|
||||
+ GConf:
|
||||
- bgo#652200: Add missing Schema for
|
||||
org.gnome.settings-daemon.plugins.gconf
|
||||
+ Keybindings:
|
||||
- Complete update to egg key parsing change
|
||||
+ Media keys:
|
||||
- Only start D-Bus when _start() is called
|
||||
- Simplify touchpad OSD
|
||||
- Hardcode the "toggle touchpad" button
|
||||
- Remove old-style OSD
|
||||
- Always use the primary monitor for display [bgo#650159]
|
||||
- Make sound changes quiet with Alt [bgo#651704]
|
||||
+ Mouse:
|
||||
- Use new disable/enable device code
|
||||
+ Orientation:
|
||||
- Add orientation plugin
|
||||
+ Updates:
|
||||
- Fix a string that is hard to translate [bgo#645749]
|
||||
+ Wacom:
|
||||
- Enable wacom touch key by default
|
||||
- Use property settings helper in common/
|
||||
- Typedef the Wacom device types
|
||||
+ Xrandr:
|
||||
- Switch touchscreen rotation as wel
|
||||
- Fix small memory leak on shutdown
|
||||
- Remove the functionality to call gcm-apply when outputs
|
||||
change
|
||||
- Remove rotation handling for wacom tablets
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(colord) and pkgconfig(lcms2) BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 18:31:10 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.1.1
|
||||
Version: 3.1.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
@ -47,6 +47,7 @@ BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
@ -58,6 +59,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libgnomekbd)
|
||||
BuildRequires: pkgconfig(libgnomekbdui)
|
||||
@ -143,7 +145,8 @@ NOCONFIGURE=1 /usr/bin/gnome-autogen.sh
|
||||
%configure\
|
||||
--libexecdir=%{_libexecdir}/gnome-settings-daemon-3.0 \
|
||||
--enable-gconf-bridge \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids
|
||||
make %{?jobs:-j%jobs} V=1
|
||||
|
||||
%install
|
||||
@ -187,10 +190,12 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.keyboard.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.orientation.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user