From patchwork Tue Mar 18 08:34:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 59368 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B962C35FFC for ; Tue, 18 Mar 2025 08:34:13 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx.groups.io with SMTP id smtpd.web11.6805.1742286845387870508 for ; Tue, 18 Mar 2025 01:34:05 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.82, mailfrom: f_l_k@t-online.de) Received: from fwd86.aul.t-online.de (fwd86.aul.t-online.de [10.223.144.112]) by mailout05.t-online.de (Postfix) with SMTP id 45B561578; Tue, 18 Mar 2025 09:33:50 +0100 (CET) Received: from intel-corei7-64.fritz.box ([79.219.234.59]) by fwd86.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tuSOS-2EPvLs0; Tue, 18 Mar 2025 09:33:48 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-gnome][PATCH 08/11] gnome-settings-daemon: update 47.1 -> 48.0 Date: Tue, 18 Mar 2025 09:34:27 +0100 Message-ID: <20250318083430.544906-8-f_l_k@t-online.de> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250318083430.544906-1-f_l_k@t-online.de> References: <20250318083430.544906-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1742286829-B1FF9450-15F25FA0/0/0 CLEAN NORMAL X-TOI-MSGID: 98843046-5a47-4a7a-8b3c-dbf438337dfe List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 18 Mar 2025 08:34:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116048 ============ Version 48.0 ============ - Translation updates - Port plugins to GApplication classes ============= Version 48.rc ============= - Translation updates - Add schemas for global shortcuts - Allow usage as subproject =============== Version 48.beta =============== - Translation updates - Fix deprecation warnings during build Media-keys: - Allow running custom commands in lock screen ================== Version 48.alpha.1 ================== - Brown paper bag release Media keys: - Fix crash on startup ================ Version 48.alpha ================ - Translation updates - Icon hint improvements to notifications Media keys: - Improve HIG compliance of notification messages - Add shortcuts for reboot and shutdown actions Power: - Improve HIG compliance of notification messages - Resolve device paths outside of the backlight helper Usb protection: - Improve strings Xsettings: - Do not notify icon-theme property on high-contrast changes ============= Version 47.2 ============= - Translation updates Power: - Fix possible invalid reads if backlight fails to initialize - Handle broken upower more elegantly - Test warning fixes Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- ...me-settings-daemon_47.1.bb => gnome-settings-daemon_48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-settings-daemon/{gnome-settings-daemon_47.1.bb => gnome-settings-daemon_48.0.bb} (93%) diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_47.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb similarity index 93% rename from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_47.1.bb rename to meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb index bc279dff40..9a2948d432 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_47.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb @@ -24,7 +24,7 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" GIR_MESON_OPTION = "" -SRC_URI[archive.sha256sum] = "f2aacbe55fa38e8708583eec0a6651049e537eb505a3ed2ce0baa4e9b64246d1" +SRC_URI[archive.sha256sum] = "f3da20ab4a2ba56fd3e97b991f2bc267973d5619bd58bfa516410aa036305e45" PACKAGECONFIG ??= " \ cups nm \