summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-15 17:02:31 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-15 16:36:16 -0700
commit6c17dcda464a4cc2ab0f3c363401e23eb0383102 (patch)
treee73d3302bc6bd143cbeb6941998bed52b7886a02
parent06521d85148e71a93afd465e50168c33dcf1c36e (diff)
downloadmeta-openembedded-6c17dcda464a4cc2ab0f3c363401e23eb0383102.tar.gz
zenity: upgrade 4.0.1 -> 4.0.2
Changelog: ============ - tree: Enable 'activates-default' in GtkSearchEntry - main: Fix command-line signal signature - filesel: Passing a dir with trailing '/' should open that dir - colview: Return if nth item of row exceeds num items in row - tree: Don't try to print nonexisting items - colview: Add more sanity checks - colview: Clicking on column titles should sort items - filesel: Allow a non-existing filename with --save and add associated test - filesel: Remove spurious extra _show() call Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/zenity/zenity_4.0.2.bb (renamed from meta-gnome/recipes-gnome/zenity/zenity_4.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/zenity/zenity_4.0.1.bb b/meta-gnome/recipes-gnome/zenity/zenity_4.0.2.bb
index 88b4b5c86c..801eaae8e0 100644
--- a/meta-gnome/recipes-gnome/zenity/zenity_4.0.1.bb
+++ b/meta-gnome/recipes-gnome/zenity/zenity_4.0.2.bb
@@ -18,7 +18,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
18REQUIRED_DISTRO_FEATURES = "opengl" 18REQUIRED_DISTRO_FEATURES = "opengl"
19GTKIC_VERSION = "4" 19GTKIC_VERSION = "4"
20 20
21SRC_URI[archive.sha256sum] = "0c2f537813b10f728470d9d05d6c95713db2512f9c95096e1e85b1a6739605e6" 21SRC_URI[archive.sha256sum] = "c16dcae46e29e22c2fa0b95e80e06c96b2aec93840161369c95c85ed9f093153"
22 22
23PACKAGECONFIG ?= "webkitgtk" 23PACKAGECONFIG ?= "webkitgtk"
24PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk" 24PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk"