summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-05 21:05:41 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:49:52 -0800
commitbded34d8da88af7be2218e345ac456bd320ca520 (patch)
tree39b96efa03e2b006b205cf97b0bad7ba86f6537c
parentd154c47381686907493b7d743a6d3b8e5fccfe62 (diff)
downloadmeta-openembedded-bded34d8da88af7be2218e345ac456bd320ca520.tar.gz
dconf-editor: Upgrade 43 -> 45.0.1
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb (renamed from meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb)4
1 files changed, 3 insertions, 1 deletions
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
index 5b37645604..31226ef448 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"
6 6
7DEPENDS = " \ 7DEPENDS = " \
8 dconf \ 8 dconf \
9 desktop-file-utils-native \
9 gtk+3 \ 10 gtk+3 \
10 glib-2.0 \ 11 glib-2.0 \
11 libhandy\ 12 libhandy\
@@ -13,7 +14,8 @@ DEPENDS = " \
13 14
14inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache 15inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache
15 16
16SRC_URI[archive.sha256sum] = "935a3c2dd76cc2a93cd5aee9a54d3947fb111eb396f4b63dc5f0ba8f8d099136" 17SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/45/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
18SRC_URI[archive.sha256sum] = "1180297678eedae6217cc514a2638c187d2f1d1ef2720cb9079b740c429941dd"
17 19
18FILES:${PN} += " \ 20FILES:${PN} += " \
19 ${datadir}/dbus-1 \ 21 ${datadir}/dbus-1 \