forked from pool/gnome-settings-daemon
Accepting request 1109825 from GNOME:Next
Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109825 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=403
This commit is contained in:
parent
fdfd7dde45
commit
14d140b9e1
BIN
gnome-settings-daemon-44.1.tar.xz
(Stored with Git LFS)
BIN
gnome-settings-daemon-44.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
gnome-settings-daemon-45.rc.tar.xz
Normal file
3
gnome-settings-daemon-45.rc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:846b4e87931812bc48f70caed5907b5105f2903c88780cc39ca13dc3856487d6
|
||||||
|
size 1464900
|
@ -1,7 +1,8 @@
|
|||||||
diff -urp gnome-settings-daemon-3.33.90.orig/plugins/media-keys/gsd-media-keys-manager.c gnome-settings-daemon-3.33.90/plugins/media-keys/gsd-media-keys-manager.c
|
Index: b/plugins/media-keys/gsd-media-keys-manager.c
|
||||||
--- gnome-settings-daemon-3.33.90.orig/plugins/media-keys/gsd-media-keys-manager.c 2019-08-05 18:40:19.000000000 -0500
|
===================================================================
|
||||||
+++ gnome-settings-daemon-3.33.90/plugins/media-keys/gsd-media-keys-manager.c 2019-08-31 06:38:56.889827801 -0500
|
--- a/plugins/media-keys/gsd-media-keys-manager.c
|
||||||
@@ -374,7 +374,7 @@ get_key_string (MediaKey *key)
|
+++ b/plugins/media-keys/gsd-media-keys-manager.c
|
||||||
|
@@ -350,7 +350,7 @@ get_key_string (MediaKey *key)
|
||||||
else if (key->custom_path != NULL)
|
else if (key->custom_path != NULL)
|
||||||
return g_strdup_printf ("custom:%s", key->custom_path);
|
return g_strdup_printf ("custom:%s", key->custom_path);
|
||||||
else
|
else
|
||||||
@ -10,7 +11,7 @@ diff -urp gnome-settings-daemon-3.33.90.orig/plugins/media-keys/gsd-media-keys-m
|
|||||||
}
|
}
|
||||||
|
|
||||||
static GStrv
|
static GStrv
|
||||||
@@ -416,7 +416,7 @@ get_bindings (GsdMediaKeysManager *manag
|
@@ -392,7 +392,7 @@ get_bindings (GsdMediaKeysManager *manag
|
||||||
key->custom_path);
|
key->custom_path);
|
||||||
binding = g_settings_get_string (settings, "binding");
|
binding = g_settings_get_string (settings, "binding");
|
||||||
} else
|
} else
|
||||||
@ -19,9 +20,10 @@ diff -urp gnome-settings-daemon-3.33.90.orig/plugins/media-keys/gsd-media-keys-m
|
|||||||
|
|
||||||
array = g_ptr_array_new ();
|
array = g_ptr_array_new ();
|
||||||
g_ptr_array_add (array, binding);
|
g_ptr_array_add (array, binding);
|
||||||
diff -urp gnome-settings-daemon-3.33.90.orig/plugins/rfkill/rfkill-glib.c gnome-settings-daemon-3.33.90/plugins/rfkill/rfkill-glib.c
|
Index: b/plugins/rfkill/rfkill-glib.c
|
||||||
--- gnome-settings-daemon-3.33.90.orig/plugins/rfkill/rfkill-glib.c 2019-08-05 18:40:19.000000000 -0500
|
===================================================================
|
||||||
+++ gnome-settings-daemon-3.33.90/plugins/rfkill/rfkill-glib.c 2019-08-31 06:39:55.674139424 -0500
|
--- a/plugins/rfkill/rfkill-glib.c
|
||||||
|
+++ b/plugins/rfkill/rfkill-glib.c
|
||||||
@@ -268,7 +268,7 @@ op_to_string (unsigned int op)
|
@@ -268,7 +268,7 @@ op_to_string (unsigned int op)
|
||||||
case RFKILL_OP_CHANGE_ALL:
|
case RFKILL_OP_CHANGE_ALL:
|
||||||
return "CHANGE_ALL";
|
return "CHANGE_ALL";
|
||||||
@ -31,10 +33,11 @@ diff -urp gnome-settings-daemon-3.33.90.orig/plugins/rfkill/rfkill-glib.c gnome-
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
diff -urp gnome-settings-daemon-3.33.90.orig/plugins/xsettings/xsettings-manager.c gnome-settings-daemon-3.33.90/plugins/xsettings/xsettings-manager.c
|
Index: b/plugins/xsettings/xsettings-manager.c
|
||||||
--- gnome-settings-daemon-3.33.90.orig/plugins/xsettings/xsettings-manager.c 2019-08-05 18:40:19.000000000 -0500
|
===================================================================
|
||||||
+++ gnome-settings-daemon-3.33.90/plugins/xsettings/xsettings-manager.c 2019-08-31 06:40:54.030448794 -0500
|
--- a/plugins/xsettings/xsettings-manager.c
|
||||||
@@ -268,7 +268,7 @@ xsettings_get_typecode (GVariant *value)
|
+++ b/plugins/xsettings/xsettings-manager.c
|
||||||
|
@@ -271,7 +271,7 @@ xsettings_get_typecode (GVariant *value)
|
||||||
case G_VARIANT_CLASS_TUPLE:
|
case G_VARIANT_CLASS_TUPLE:
|
||||||
return XSETTINGS_TYPE_COLOR;
|
return XSETTINGS_TYPE_COLOR;
|
||||||
default:
|
default:
|
||||||
|
@ -13,10 +13,11 @@ https://bugzilla.suse.com/show_bug.cgi?id=979051
|
|||||||
plugins/keyboard/gsd-keyboard-manager.c | 18 +++++++++++++-----
|
plugins/keyboard/gsd-keyboard-manager.c | 18 +++++++++++++-----
|
||||||
1 file changed, 13 insertions(+), 5 deletions(-)
|
1 file changed, 13 insertions(+), 5 deletions(-)
|
||||||
|
|
||||||
diff -urp gnome-settings-daemon-3.33.90.orig/plugins/keyboard/gsd-keyboard-manager.c gnome-settings-daemon-3.33.90/plugins/keyboard/gsd-keyboard-manager.c
|
Index: b/plugins/keyboard/gsd-keyboard-manager.c
|
||||||
--- gnome-settings-daemon-3.33.90.orig/plugins/keyboard/gsd-keyboard-manager.c 2019-08-05 18:40:19.000000000 -0500
|
===================================================================
|
||||||
+++ gnome-settings-daemon-3.33.90/plugins/keyboard/gsd-keyboard-manager.c 2019-08-31 06:29:26.930806593 -0500
|
--- a/plugins/keyboard/gsd-keyboard-manager.c
|
||||||
@@ -331,7 +331,7 @@ update_gtk_im_module (GsdKeyboardManager
|
+++ b/plugins/keyboard/gsd-keyboard-manager.c
|
||||||
|
@@ -207,7 +207,7 @@ settings_changed (GSettings *se
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -25,7 +26,7 @@ diff -urp gnome-settings-daemon-3.33.90.orig/plugins/keyboard/gsd-keyboard-manag
|
|||||||
{
|
{
|
||||||
GVariantBuilder builder;
|
GVariantBuilder builder;
|
||||||
GVariant *v;
|
GVariant *v;
|
||||||
@@ -349,7 +349,7 @@ get_sources_from_xkb_config (GsdKeyboard
|
@@ -225,7 +225,7 @@ get_sources_from_xkb_config (GsdKeyboard
|
||||||
|
|
||||||
init_builder_with_sources (&builder, manager->input_sources_settings);
|
init_builder_with_sources (&builder, manager->input_sources_settings);
|
||||||
|
|
||||||
@ -34,7 +35,7 @@ diff -urp gnome-settings-daemon-3.33.90.orig/plugins/keyboard/gsd-keyboard-manag
|
|||||||
g_variant_builder_add (&builder, "(ss)", INPUT_SOURCE_TYPE_XKB, DEFAULT_LAYOUT);
|
g_variant_builder_add (&builder, "(ss)", INPUT_SOURCE_TYPE_XKB, DEFAULT_LAYOUT);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
@@ -528,15 +528,23 @@ maybe_create_initial_settings (GsdKeyboa
|
@@ -404,15 +404,23 @@ maybe_create_initial_settings (GsdKeyboa
|
||||||
|
|
||||||
settings = manager->input_sources_settings;
|
settings = manager->input_sources_settings;
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Index: gnome-settings-daemon-3.32.1/plugins/keyboard/gsd-keyboard-manager.c
|
Index: b/plugins/keyboard/gsd-keyboard-manager.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gnome-settings-daemon-3.32.1.orig/plugins/keyboard/gsd-keyboard-manager.c
|
--- a/plugins/keyboard/gsd-keyboard-manager.c
|
||||||
+++ gnome-settings-daemon-3.32.1/plugins/keyboard/gsd-keyboard-manager.c
|
+++ b/plugins/keyboard/gsd-keyboard-manager.c
|
||||||
@@ -524,7 +524,11 @@ get_sources_from_xkb_config (GsdKeyboard
|
@@ -251,7 +251,11 @@ get_sources_from_xkb_config (GsdKeyboard
|
||||||
else
|
else
|
||||||
id = g_strdup (layouts[i]);
|
id = g_strdup (layouts[i]);
|
||||||
|
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 6 03:06:15 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 45.rc:
|
||||||
|
+ Smartcards: Rewrite to use p11-kit backend via Gck API.
|
||||||
|
+ Updated translations.
|
||||||
|
- Replace BuildRequires on pkgconfig(nss) with pkgconfig(gck-2),
|
||||||
|
following upstream change. And nest it under if-with "smartcard",
|
||||||
|
as it's only required when building with smartcard support.
|
||||||
|
- Refresh patches with Quilt.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 10:37:50 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 45.beta:
|
||||||
|
+ Fix linkage of GResources.
|
||||||
|
+ USB protection: Change wording of notification.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 4 09:04:02 UTC 2023 - Yifan Jiang <yfjiang@suse.com>
|
Fri Aug 4 09:04:02 UTC 2023 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
@ -6,6 +25,20 @@ Fri Aug 4 09:04:02 UTC 2023 - Yifan Jiang <yfjiang@suse.com>
|
|||||||
- Drop patch gnome-settings-daemon-bnc873545-hide-warnings.patch:
|
- Drop patch gnome-settings-daemon-bnc873545-hide-warnings.patch:
|
||||||
the relevant color management has been moved to mutter.
|
the relevant color management has been moved to mutter.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 7 19:14:08 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 45.alpha:
|
||||||
|
+ Housekeeping: Clean up x-large and xx-large thumbnails.
|
||||||
|
+ Power:
|
||||||
|
- Respect the "nothing" power-button-action for VMs.
|
||||||
|
- Expose number of supported steps for keyboard backlight.
|
||||||
|
+ Screensaver: Better explain why out-of-spec D-Bus methods don't
|
||||||
|
work.
|
||||||
|
+ USB protection: Fix race conditions and other general
|
||||||
|
improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 18 14:40:35 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Apr 18 14:40:35 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -27,16 +27,16 @@
|
|||||||
%bcond_without wacom
|
%bcond_without wacom
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define base_ver 44
|
%define base_ver 45
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 44.1
|
Version: 45.rc
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Settings daemon for the GNOME desktop
|
Summary: Settings daemon for the GNOME desktop
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-only
|
License: GPL-2.0-or-later AND LGPL-2.1-only
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
|
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
|
||||||
Source0: https://download.gnome.org/sources/gnome-settings-daemon/44/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-settings-daemon/45/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# PATCH-FIX-OPENSUSE gnome-settings-daemon-initial-keyboard.patch bsc#979051 boo#1009515 federico@suse.com -- Deal with the default keyboard being set from xkb instead of GNOME
|
# PATCH-FIX-OPENSUSE gnome-settings-daemon-initial-keyboard.patch bsc#979051 boo#1009515 federico@suse.com -- Deal with the default keyboard being set from xkb instead of GNOME
|
||||||
Patch1: gnome-settings-daemon-initial-keyboard.patch
|
Patch1: gnome-settings-daemon-initial-keyboard.patch
|
||||||
@ -83,7 +83,6 @@ BuildRequires: pkgconfig(libpulse) >= 2.0
|
|||||||
BuildRequires: pkgconfig(libpulse-mainloop-glib) >= 2.0
|
BuildRequires: pkgconfig(libpulse-mainloop-glib) >= 2.0
|
||||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.36.2
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.36.2
|
||||||
BuildRequires: pkgconfig(mm-glib) >= 1.0
|
BuildRequires: pkgconfig(mm-glib) >= 1.0
|
||||||
BuildRequires: pkgconfig(nss)
|
|
||||||
BuildRequires: pkgconfig(pango) >= 1.20.0
|
BuildRequires: pkgconfig(pango) >= 1.20.0
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114
|
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
@ -103,6 +102,9 @@ Requires: gsettings-desktop-schemas
|
|||||||
Requires: /usr/bin/pkexec
|
Requires: /usr/bin/pkexec
|
||||||
# For housekeeping plugin, that uses the nautilus dbus service
|
# For housekeeping plugin, that uses the nautilus dbus service
|
||||||
Recommends: nautilus
|
Recommends: nautilus
|
||||||
|
%if %{with smartcard}
|
||||||
|
BuildRequires: pkgconfig(gck-2)
|
||||||
|
%endif
|
||||||
%if %{with wacom}
|
%if %{with wacom}
|
||||||
BuildRequires: pkgconfig(libwacom) >= 0.7
|
BuildRequires: pkgconfig(libwacom) >= 0.7
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user