Skip to content

Commit 126cc4b

Browse files
schnitzeltonyiipeace
authored andcommitted
gnome-flashback: upgrade 3.34.2 -> 3.36.3
Version 3.36.3 ============== - Fix enum type generation. (openembedded#52) Version 3.36.2 ============== - Fix screensaver unlock problems. (openembedded#46) - Fix few small memory leaks. - Fix screenshot saving to clipboard. (openembedded#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. (openembedded#41) - Fix lock screen button in end session dialog. (openembedded#43) - Exclude Extensions application from menu. (openembedded#42) - Fix visibility of input source button in lock screen. (openembedded#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. (openembedded#36) - Fix system indicators localisation. (openembedded#39) - Fix build with gettext 0.20+. (!25) - Add UsbProtection plugin to required components. - Disable screen locking without PAM configuration file. (openembedded#38) - Updated translations. Version 3.35.2 ============== - Add Yaru as supported theme. (openembedded#31) - Screensaver based on gnome-screensaver. (openembedded#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. (openembedded#7) - Install compiz configuration. (!16) - Add support for shift_caps_switch XKB option. (openembedded#24) Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 5ca8a2c commit 126cc4b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb renamed to meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,27 @@ DEPENDS += " \
1212
libxkbfile \
1313
polkit \
1414
metacity \
15+
gdm \
1516
gnome-desktop3 \
1617
gnome-bluetooth \
18+
gnome-panel \
1719
"
1820

19-
SRC_URI[archive.md5sum] = "251b51bad322c41d34d06fdb8f1799d4"
20-
SRC_URI[archive.sha256sum] = "3be65388cd2c8f39741bcc05da87ef40035183a9a39502d67696242c2aeb469c"
21+
SRC_URI[archive.md5sum] = "690b0d78c7d9265183ef18387b12fa50"
22+
SRC_URI[archive.sha256sum] = "2dba9ea40f2da81c22954a8ccc29f8f1fa4ca8395a6bb552506635832751c1a7"
2123

2224
do_install_append() {
2325
# no oe-layer has compiz -> remove dead session
2426
rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop
2527
}
2628

2729
FILES_${PN} += " \
28-
${datadir}/xsessions \
2930
${datadir}/desktop-directories \
31+
${datadir}/gnome-panel \
3032
${datadir}/gnome-session \
33+
${datadir}/xsessions \
34+
${libdir}/gnome-panel \
3135
${systemd_user_unitdir} \
3236
"
3337

34-
RDEPENDS_${PN} += "metacity gnome-panel"
38+
RDEPENDS_${PN} += "metacity"

0 commit comments

Comments
 (0)