All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH 1/3] gnome-control-center: upgrade 44.2 -> 44.3
@ 2023-07-11 17:48 Markus Volk
  2023-07-11 17:48 ` [meta-gnome][PATCH 2/3] gnome-shell: " Markus Volk
  2023-07-11 17:48 ` [meta-gnome][PATCH 3/3] mutter: " Markus Volk
  0 siblings, 2 replies; 3+ messages in thread
From: Markus Volk @ 2023-07-11 17:48 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...nome-control-center_44.2.bb => gnome-control-center_44.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-control-center_44.2.bb => gnome-control-center_44.3.bb} (94%)

diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.2.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.3.bb
similarity index 94%
rename from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.2.bb
rename to meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.3.bb
index b2c04c2f68..0066f5885f 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.3.bb
@@ -37,7 +37,7 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext upstream-version-is
 REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
 
 SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
-SRC_URI[archive.sha256sum] = "0623d7d21cfe970d2ef34420623545a5945b9892e641f9a011cecec21afda10c"
+SRC_URI[archive.sha256sum] = "066a65052fc3ecfae860025e85f797e6ab2b87a58c4f8ab9c66ec20718a80c7a"
 
 PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
 PACKAGECONFIG[cups] = ",,cups,cups"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-gnome][PATCH 2/3] gnome-shell: upgrade 44.2 -> 44.3
  2023-07-11 17:48 [meta-gnome][PATCH 1/3] gnome-control-center: upgrade 44.2 -> 44.3 Markus Volk
@ 2023-07-11 17:48 ` Markus Volk
  2023-07-11 17:48 ` [meta-gnome][PATCH 3/3] mutter: " Markus Volk
  1 sibling, 0 replies; 3+ messages in thread
From: Markus Volk @ 2023-07-11 17:48 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../gnome-shell/{gnome-shell_44.2.bb => gnome-shell_44.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_44.2.bb => gnome-shell_44.3.bb} (95%)

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb
index 09995e51e4..e1aa051ef4 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb
@@ -32,7 +32,7 @@ GIR_MESON_OPTION = ""
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
 
-SRC_URI[archive.sha256sum] = "55f279ec6303b7c0c89246eced81247c87fc1c73948f45eb212a647218d1b63f"
+SRC_URI[archive.sha256sum] = "55694b71c2ee4eaef60d93428003f2eaa4cf00186848f5e36b45cfe506fc31bf"
 SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
 
 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-gnome][PATCH 3/3] mutter: upgrade 44.2 -> 44.3
  2023-07-11 17:48 [meta-gnome][PATCH 1/3] gnome-control-center: upgrade 44.2 -> 44.3 Markus Volk
  2023-07-11 17:48 ` [meta-gnome][PATCH 2/3] gnome-shell: " Markus Volk
@ 2023-07-11 17:48 ` Markus Volk
  1 sibling, 0 replies; 3+ messages in thread
From: Markus Volk @ 2023-07-11 17:48 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-gnome/mutter/{mutter_44.2.bb => mutter_44.3.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/mutter/{mutter_44.2.bb => mutter_44.3.bb} (97%)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_44.2.bb b/meta-gnome/recipes-gnome/mutter/mutter_44.3.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/mutter/mutter_44.2.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_44.3.bb
index 9c25eda6f7..6bd8a7b08e 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_44.2.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_44.3.bb
@@ -25,7 +25,7 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gsettings gobject-introspection gettext features_check
 
-SRC_URI[archive.sha256sum] = "37566d7e55c93dc8894e9c7f23a7ba5879a8b30baf65558223009d2b467402a1"
+SRC_URI[archive.sha256sum] = "185cbebf2150d3e450550e371bdb13a8b4db096978b14f99521e966eacc70551"
 
 # x11 is still manadatory - see meson.build
 REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-11 17:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11 17:48 [meta-gnome][PATCH 1/3] gnome-control-center: upgrade 44.2 -> 44.3 Markus Volk
2023-07-11 17:48 ` [meta-gnome][PATCH 2/3] gnome-shell: " Markus Volk
2023-07-11 17:48 ` [meta-gnome][PATCH 3/3] mutter: " Markus Volk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.