From 0066ea1816e24c3b03140e3c6ae048345dd1a641 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 1 Jun 2020 23:45:00 +0200 Subject: gnome-flashback: upgrade 3.34.2 -> 3.36.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 3.36.3 ============== - Fix enum type generation. (#52) Version 3.36.2 ============== - Fix screensaver unlock problems. (#46) - Fix few small memory leaks. - Fix screenshot saving to clipboard. (#50) - Active desktop icon rename with F2 key. (LP:#1875703) - Fix creating new desktop icons. (LP:#1875317) - Updated translations. Version 3.36.1 ============== - Disable unimplemented icon placement modes. (#41) - Fix lock screen button in end session dialog. (#43) - Exclude Extensions application from menu. (#42) - Fix visibility of input source button in lock screen. (#45) - Do no close/destroy desktop window. (gnome-applets#15) - Fix use after free in System Indicators. (gnome-panel#21) Version 3.36.0 ============== - Save screenshot to clipboard when filename is empty. - Show password box on key presses. (#36) - Fix system indicators localisation. (#39) - Fix build with gettext 0.20+. (!25) - Add UsbProtection plugin to required components. - Disable screen locking without PAM configuration file. (#38) - Updated translations. Version 3.35.2 ============== - Add Yaru as supported theme. (#31) - Screensaver based on gnome-screensaver. (#18) - Fix crash and memory leaks in notifications module. - New system indicators applet for gnome-panel. - Install gnome panel layout for GNOME Flashback session. - Updated translations. Version 3.35.1 ============== - Remove desktop-background module. - Add root-background module, disabled by default. - Add new desktop module for icons and background. (#7) - Install compiz configuration. (!16) - Add support for shift_caps_switch XKB option. (#24) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../gnome-flashback/gnome-flashback_3.34.2.bb | 34 ------------------- .../gnome-flashback/gnome-flashback_3.36.3.bb | 38 ++++++++++++++++++++++ 2 files changed, 38 insertions(+), 34 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb create mode 100644 meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb deleted file mode 100644 index 3da8629c64..0000000000 --- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "GNOME Flashback (GNOME 2) session" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -inherit gnomebase gsettings gtk-icon-cache gettext upstream-version-is-even features_check - -REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" - -DEPENDS += " \ - upower \ - ibus \ - libxkbfile \ - polkit \ - metacity \ - gnome-desktop3 \ - gnome-bluetooth \ -" - -SRC_URI[archive.md5sum] = "251b51bad322c41d34d06fdb8f1799d4" -SRC_URI[archive.sha256sum] = "3be65388cd2c8f39741bcc05da87ef40035183a9a39502d67696242c2aeb469c" - -do_install_append() { - # no oe-layer has compiz -> remove dead session - rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop -} - -FILES_${PN} += " \ - ${datadir}/xsessions \ - ${datadir}/desktop-directories \ - ${datadir}/gnome-session \ - ${systemd_user_unitdir} \ -" - -RDEPENDS_${PN} += "metacity gnome-panel" diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb new file mode 100644 index 0000000000..6dd9894158 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb @@ -0,0 +1,38 @@ +SUMMARY = "GNOME Flashback (GNOME 2) session" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +inherit gnomebase gsettings gtk-icon-cache gettext upstream-version-is-even features_check + +REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" + +DEPENDS += " \ + upower \ + ibus \ + libxkbfile \ + polkit \ + metacity \ + gdm \ + gnome-desktop3 \ + gnome-bluetooth \ + gnome-panel \ +" + +SRC_URI[archive.md5sum] = "690b0d78c7d9265183ef18387b12fa50" +SRC_URI[archive.sha256sum] = "2dba9ea40f2da81c22954a8ccc29f8f1fa4ca8395a6bb552506635832751c1a7" + +do_install_append() { + # no oe-layer has compiz -> remove dead session + rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop +} + +FILES_${PN} += " \ + ${datadir}/desktop-directories \ + ${datadir}/gnome-panel \ + ${datadir}/gnome-session \ + ${datadir}/xsessions \ + ${libdir}/gnome-panel \ + ${systemd_user_unitdir} \ +" + +RDEPENDS_${PN} += "metacity" -- cgit v1.2.3-54-g00ecf