diff mbox series

[meta-gnome,3/4] dconf-editor: Upgrade 43 -> 45.0.1

Message ID 20231105200542.13519-3-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/4] gnome-shell: Upgrade 45.0 -> 45.1 | expand

Commit Message

Markus Volk Nov. 5, 2023, 8:05 p.m. UTC
dconf-editor 45.0.1
===================

Fix string freeze break

dconf-editor 45.0
=================

Fix UI not displaying with latest GTK
Misc fixes and translation updates

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

Patch

diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb
similarity index 63%
rename from meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb
rename to meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb
index 5b3764560..31226ef44 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb
@@ -6,6 +6,7 @@  GNOMEBASEBUILDCLASS = "meson"
 
 DEPENDS = " \
     dconf \
+    desktop-file-utils-native \
     gtk+3 \
     glib-2.0 \
     libhandy\
@@ -13,7 +14,8 @@  DEPENDS = " \
 
 inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache
 
-SRC_URI[archive.sha256sum] = "935a3c2dd76cc2a93cd5aee9a54d3947fb111eb396f4b63dc5f0ba8f8d099136"
+SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/45/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
+SRC_URI[archive.sha256sum] = "1180297678eedae6217cc514a2638c187d2f1d1ef2720cb9079b740c429941dd"
 
 FILES:${PN} += " \
     ${datadir}/dbus-1 \