summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-29 16:18:42 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-26 13:17:10 +0200
commite49af85d19397f1286ef329919886b1b7f4e7c97 (patch)
tree37a70c85a6580856ecf8eee0a48a90611814ea10 /meta-gnome
parent3f7af540fdfbd5af4212560d854ec72acc9f145a (diff)
downloadmeta-openembedded-e49af85d19397f1286ef329919886b1b7f4e7c97.tar.gz
zenity: upgrade 3.42.0 -> 3.42.1
Changelog: ========== - scale: Make OK button default (allows pressing Enter to accept selected value) - Fix maximum width of message dialogs to 60 characters, and make message dialogs non-resizable (fixes regression from 3b64d05e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit abe91b6f51cd2237e0a8243bcde3dbb7e5fd21cb) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/zenity/zenity_3.42.1.bb (renamed from meta-gnome/recipes-gnome/zenity/zenity_3.42.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/zenity/zenity_3.42.0.bb b/meta-gnome/recipes-gnome/zenity/zenity_3.42.1.bb
index ba2d4594a8..d48eb826f3 100644
--- a/meta-gnome/recipes-gnome/zenity/zenity_3.42.0.bb
+++ b/meta-gnome/recipes-gnome/zenity/zenity_3.42.1.bb
@@ -14,7 +14,7 @@ DEPENDS = " \
14 14
15REQUIRED_DISTRO_FEATURES = "x11" 15REQUIRED_DISTRO_FEATURES = "x11"
16 16
17SRC_URI[archive.sha256sum] = "c24c7fe6bb43163ced8adf232d583b2e013d3ba6c28deb5fcf807985e3deb5ef" 17SRC_URI[archive.sha256sum] = "a08e0c8e626615ee2c23ff74628eba6f8b486875dd54371ca7e2d7605b72a87c"
18SRC_URI += "file://0001-Harcode-shebang-to-avoid-pointing-to-build-system-s-.patch" 18SRC_URI += "file://0001-Harcode-shebang-to-avoid-pointing-to-build-system-s-.patch"
19 19
20PACKAGECONFIG[libnotify] = "-Dlibnotify=true,-Dlibnotify=false,libnotify" 20PACKAGECONFIG[libnotify] = "-Dlibnotify=true,-Dlibnotify=false,libnotify"