From patchwork Wed Jan 10 09:11:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 37585 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 798EBC47422 for ; Wed, 10 Jan 2024 09:11:57 +0000 (UTC) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx.groups.io with SMTP id smtpd.web11.8046.1704877916511063746 for ; Wed, 10 Jan 2024 01:11:56 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.85, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout11.t-online.de (Postfix) with SMTP id ECED427DAA for ; Wed, 10 Jan 2024 10:11:53 +0100 (CET) Received: from intel-corei7-64.fritz.box ([79.219.230.233]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rNUcr-27uFYT0; Wed, 10 Jan 2024 10:11:53 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 5/5] gnome-shell-extensions: update 45.1 -> 45.2 Date: Wed, 10 Jan 2024 10:11:46 +0100 Message-ID: <20240110091146.867242-5-f_l_k@t-online.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240110091146.867242-1-f_l_k@t-online.de> References: <20240110091146.867242-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1704877913-DB7FD94C-BA592DFE/0/0 CLEAN NORMAL X-TOI-MSGID: ba69f380-ec6d-4597-8062-11b571830d2d 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 ; Wed, 10 Jan 2024 09:11:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/108212 45.2 ==== * window-list: Fix buttons not being clickable at the screen edge [Florian; !291] * window-list: Really fix initial preview visibility [Florian; !292] * workspace-indicator: Really fix initial preview visibility [Florian; !292] * Misc. bug fixes and cleanups [Florian; !290] Contributors: Florian Müllner Signed-off-by: Markus Volk --- ...-shell-extensions_45.1.bb => gnome-shell-extensions_45.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell-extensions_45.1.bb => gnome-shell-extensions_45.2.bb} (84%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_45.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_45.2.bb similarity index 84% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_45.1.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_45.2.bb index cfc01c7da..49cd6b810 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_45.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_45.2.bb @@ -6,7 +6,7 @@ inherit gnomebase gettext gsettings features_check REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" -SRC_URI[archive.sha256sum] = "242e15a0c06e820c3fd8dd6aeac1a8ef865ce58882e5975af1d65934bb4d4261" +SRC_URI[archive.sha256sum] = "ee32f6387a2d18adbff7a956689bc747866b4a8712d73790c002abeae4ccaaaf" EXTRA_OEMESON += " \ -Dextension_set=all \