From 4efc34bdfd6c722ae4d65f81fa7b322e87507cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 12 Apr 2022 08:54:25 +0200 Subject: [PATCH] gnome-flashback: upgrade 3.42.1 -> 3.44.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 3.44.0 ============== - Updated translations. Version 3.43.1 ============== - Changes/fixes to monitor manager from mutter. - Add media keys manager (to restore screenshot keybindings). - Updated translations. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{gnome-flashback_3.42.1.bb => gnome-flashback_3.44.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-flashback/{gnome-flashback_3.42.1.bb => gnome-flashback_3.44.0.bb} (86%) diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.42.1.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.44.0.bb similarity index 86% rename from meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.42.1.bb rename to meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.44.0.bb index 13a68e3c80..3c41ea9bc2 100644 --- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.42.1.bb +++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.44.0.bb @@ -18,7 +18,7 @@ DEPENDS += " \ gnome-panel \ " -SRC_URI[archive.sha256sum] = "c8029220acf268c520dbb0750834b2ef4df868324d0e0fb6a80354c80ba8844e" +SRC_URI[archive.sha256sum] = "1df0838127c6246eecd89d1c50ff88fc82abf6de3b3068e52dde495a42bd550a" do_install:append() { # no oe-layer has compiz -> remove dead session @@ -27,6 +27,7 @@ do_install:append() { FILES:${PN} += " \ ${datadir}/desktop-directories \ + ${datadir}/gnome-control-center \ ${datadir}/gnome-panel \ ${datadir}/gnome-session \ ${datadir}/xsessions \