forked from pool/gnome-settings-daemon
Accepting request 101603 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/101603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=75
This commit is contained in:
commit
9a19eed5ed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ab326f4abfacd7e9a67380100b464eeaf0f23b6a99461122568e8e00f7f87ae
|
|
||||||
size 1444184
|
|
3
gnome-settings-daemon-3.3.4.tar.xz
Normal file
3
gnome-settings-daemon-3.3.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fbddf248038a231a62907f497e6b484eb020983ef5caf02a152c402092cb5294
|
||||||
|
size 1444936
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 16:09:49 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.4:
|
||||||
|
+ Build:
|
||||||
|
- Fix distribution of a pre-processed desktop file
|
||||||
|
+ Daemon:
|
||||||
|
- Fix --debug not working
|
||||||
|
- Remove gnome_settings_session_get_screen() and
|
||||||
|
gnome_settings_session_get_upower_client(), as the underlying
|
||||||
|
functions return singletons
|
||||||
|
+ Color:
|
||||||
|
- Fix some screen setups not being color corrected
|
||||||
|
+ Wacom:
|
||||||
|
- Fix loading of the plugin
|
||||||
|
- Fix GSettings read/write for per-tablet/per-styli configs
|
||||||
|
- Export more tablet and stylus metadata
|
||||||
|
+ XRandR:
|
||||||
|
- Better handling of docking stations and plugging of external
|
||||||
|
monitors (for suspend, and turning off monitors to work as
|
||||||
|
designed)
|
||||||
|
- Drop hack removing data/gnome-settings-daemon.desktop.in in
|
||||||
|
%setup: the issue is fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 5 14:42:14 UTC 2012 - vuntz@opensuse.org
|
Thu Jan 5 14:42:14 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -15,11 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 3.3.3.1
|
Version: 3.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: on update to 3.3.4, hack removing .desktop.in in %%setup can be removed
|
|
||||||
Summary: Settings daemon for the GNOME desktop
|
Summary: Settings daemon for the GNOME desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
@ -59,7 +57,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.29.14
|
|||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.1.5
|
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.3.4
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.4
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.4
|
||||||
BuildRequires: pkgconfig(gudev-1.0)
|
BuildRequires: pkgconfig(gudev-1.0)
|
||||||
@ -70,7 +68,7 @@ BuildRequires: pkgconfig(libgnomekbd)
|
|||||||
BuildRequires: pkgconfig(libgnomekbdui)
|
BuildRequires: pkgconfig(libgnomekbdui)
|
||||||
BuildRequires: pkgconfig(libnotify) >= 0.7.3
|
BuildRequires: pkgconfig(libnotify) >= 0.7.3
|
||||||
BuildRequires: pkgconfig(libpulse)
|
BuildRequires: pkgconfig(libpulse)
|
||||||
BuildRequires: pkgconfig(libwacom)
|
BuildRequires: pkgconfig(libwacom) >= 0.2
|
||||||
BuildRequires: pkgconfig(libxklavier)
|
BuildRequires: pkgconfig(libxklavier)
|
||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.12
|
BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.12
|
||||||
@ -127,8 +125,6 @@ contact the settings daemon via its DBus interface.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
# Hack, see bgo#666772
|
|
||||||
rm data/gnome-settings-daemon.desktop.in
|
|
||||||
%if !0%{?BUILD_FROM_VCS}
|
%if !0%{?BUILD_FROM_VCS}
|
||||||
# Disabled because of the non-rebased patches
|
# Disabled because of the non-rebased patches
|
||||||
#gnome-patch-translation-prepare
|
#gnome-patch-translation-prepare
|
||||||
|
Loading…
Reference in New Issue
Block a user