From 93fad89775a6a9fe7886dfc89f02dfe2bf3d67e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 28 Jan 2021 08:47:26 +0100 Subject: [PATCH] xfce4-panel: upgrade 4.16.0 -> 4.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 4.16.1 ======================== - pager: Use gobject bindings (Fixes #376) - pager: Switch to new workspaces icon name - launcher: avoid double fork - statustray: Display tooltip title of statusnotifier items as plaintext - statustray: Prevent crash when parsing properties (Fixes #379) - windowmenu: fix use-after-free in window_menu_plugin_window_item_new - Fix compilation warnings - Update `.gitignore` - Translation Updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{xfce4-panel_4.16.0.bb => xfce4-panel_4.16.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/xfce4-panel/{xfce4-panel_4.16.0.bb => xfce4-panel_4.16.1.bb} (94%) diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.1.bb similarity index 94% rename from meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.0.bb rename to meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.1.bb index 0b210ffcce..b92ebde002 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.1.bb @@ -8,7 +8,7 @@ inherit xfce gtk-doc gobject-introspection features_check remove-libtool mime-xd REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI[sha256sum] = "5e979aeeb37d306d72858b1bc67448222ea7a68de01409055b846cd31f3cc53d" +SRC_URI[sha256sum] = "fa099bc6be6592dbb828747a473c2e1b0e7f85afd945a98002b475bb6f975991" SRC_URI += " \ file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \ file://0002-use-lxdm-to-replace-dm-tool.patch \