Accepting request 292834 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/292834 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=213
This commit is contained in:
parent
d6397db451
commit
f017a0f81d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4704c7a7f61a266d1a181bf1bea47a13f36fbc916e38aef276514c8044f72ad
|
||||
size 1606424
|
3
gnome-settings-daemon-3.16.0.tar.xz
Normal file
3
gnome-settings-daemon-3.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3851ca0aa43e86584e5dad8964f3f7c2246a7aa95d9a25e112115fca3e849f0
|
||||
size 1649780
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 11:50:51 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.16.0:
|
||||
+ Fix a problem when hot-plugging Wacom devices.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 08:06:34 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -33,13 +33,13 @@
|
||||
%define with_wayland 1
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.15.92
|
||||
Version: 3.16.0
|
||||
Release: 0
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.15/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.16/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-UPSTREAM gnome-settings-daemon-bnc462640-mute-action.patch bnc462640 bgo572365 vuntz@novell.com -- Mute button should always mute sound instead of toggling mute status
|
||||
Patch10: gnome-settings-daemon-bnc462640-mute-action.patch
|
||||
# PATCH-FEATURE-UPSTREAM gnome-settings-daemon-notify-idle-resumed.patch bnc#439018 bnc#708182 bgo#575467 hpj@suse.com -- notify user about auto suspend when returning from sleep
|
||||
@ -148,7 +148,9 @@ autoreconf -f -i
|
||||
--disable-static \
|
||||
--with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids \
|
||||
--libexecdir=%{_libexecdir}/gnome-settings-daemon-3.0 \
|
||||
|
||||
%{nil}
|
||||
# work around a racing condition in plugins/common, which does not always build properly using parallel build
|
||||
(cd plugins/common; make -j 1 gsd-common-enums.h)
|
||||
make %{?jobs:-j%jobs} V=1
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user