diff mbox series

[meta-gnome] gnome-control-center: update 46.0 -> 46.0.1

Message ID 20240328223718.2067-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] gnome-control-center: update 46.0 -> 46.0.1 | expand

Commit Message

Markus Volk March 28, 2024, 10:37 p.m. UTC
This is an important update, because it fixes a segfault in a new
settings tab 'system' that segfaulted, if it was selected.

This was horrible in two ways. A lot of important options were unaccessable
and also quite annoying ... if selected, gnome-control-center constantly
crashed on execution, unless started from shell with a working tab like
'gnome-control-center wifi'

46.0.1 confuses the gnomebase class. Workaround this by using git fetcher,
at least until they go back to normal xx.x scheme

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...control-center_46.0.bb => gnome-control-center_46.0.1.bb} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-control-center_46.0.bb => gnome-control-center_46.0.1.bb} (92%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.1.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.bb
rename to meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.1.bb
index fe9f1efbc..de11239ed 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.0.1.bb
@@ -37,8 +37,11 @@  inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext upstream-version-is
 
 REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
 
+SRC_URI = "gitsm://gitlab.gnome.org/GNOME/gnome-control-center.git;protocol=https;nobranch=1"
 SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
-SRC_URI[archive.sha256sum] = "25f67de05897868b2e97eaa0ecc986a408af08d4985c8a9da44f0d7bd8fea7a4"
+
+S = "${WORKDIR}/git"
+SRCREV = "005f40dcfa464f113a1c95f97673bc5505fc15ad"
 
 PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
 PACKAGECONFIG[cups] = ",,cups,cups"