Accepting request 251909 from GNOME:Next
Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251909 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=204
This commit is contained in:
parent
4c18cdd4a3
commit
261d2b42df
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3db57d262ee3c9a63e1bc0f70beb0a53e9052abe314fcb026177fe6215ff147a
|
||||
size 1648528
|
3
gnome-settings-daemon-3.14.0.tar.xz
Normal file
3
gnome-settings-daemon-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1511bbfbff5fc4aa59cdd4c84d778e6051343853a091a13a9d91024d859658b7
|
||||
size 1598472
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 17:01:09 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.14.0:
|
||||
+ XSettings: Fix swapping out of WM settings schemas.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 20:15:36 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.92:
|
||||
+ Keyboard: Remove input sources handling: this was moved to
|
||||
mutter/gnome-shell and removes g-s-d's build dependency on
|
||||
IBus.
|
||||
+ Power: '0' keyboard backlight is a valid value.
|
||||
+ Rfkill: Add a property to determine whether to show airplane
|
||||
mode.
|
||||
- Drop pkgconfig(ibus-1.0) BuildRequires, and clean up spec from
|
||||
define with ibus.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 17:45:58 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -20,9 +20,6 @@
|
||||
# lose ConsoleKit support (bad for sysvinit)
|
||||
%define with_systemd 1
|
||||
|
||||
# Allow to enable/disable ibus, as GNOME is rather strict on new versions.
|
||||
%define with_ibus 1
|
||||
|
||||
# Smart-Card support is disabled in version 3.7.3
|
||||
%define with_smartcard 1
|
||||
|
||||
@ -34,13 +31,13 @@
|
||||
%endif
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.13.91
|
||||
Version: 3.14.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.13/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.14/%{name}-%{version}.tar.xz
|
||||
# PATCH-NEEDS-REBASE gnome-settings-daemon-system-proxy-configuration.diff
|
||||
Patch2: gnome-settings-daemon-system-proxy-configuration.diff
|
||||
# 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
|
||||
@ -69,9 +66,6 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.9.91
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.8
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.9.5
|
||||
%if %{with_ibus}
|
||||
BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
|
||||
%endif
|
||||
BuildRequires: pkgconfig(kbproto)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
@ -151,11 +145,6 @@ autoreconf -f -i
|
||||
--disable-static \
|
||||
--with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids \
|
||||
--libexecdir=%{_libexecdir}/gnome-settings-daemon-3.0 \
|
||||
%if %{with_ibus}
|
||||
--enable-ibus
|
||||
%else
|
||||
--disable-ibus
|
||||
%endif
|
||||
|
||||
make %{?jobs:-j%jobs} V=1
|
||||
|
||||
@ -180,9 +169,6 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
%if %{with_ibus}
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.IBus.service
|
||||
%endif
|
||||
%{_datadir}/gnome-settings-daemon/
|
||||
%{_datadir}/gnome-settings-daemon-3.0/
|
||||
%dir %{_libexecdir}/gnome-settings-daemon-3.0/
|
||||
|
Loading…
Reference in New Issue
Block a user