summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb (renamed from meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb)12
1 files changed, 8 insertions, 4 deletions
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.36.3.bb
index 3da8629c6..6dd989415 100644
--- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb
@@ -12,12 +12,14 @@ DEPENDS += " \
12 libxkbfile \ 12 libxkbfile \
13 polkit \ 13 polkit \
14 metacity \ 14 metacity \
15 gdm \
15 gnome-desktop3 \ 16 gnome-desktop3 \
16 gnome-bluetooth \ 17 gnome-bluetooth \
18 gnome-panel \
17" 19"
18 20
19SRC_URI[archive.md5sum] = "251b51bad322c41d34d06fdb8f1799d4" 21SRC_URI[archive.md5sum] = "690b0d78c7d9265183ef18387b12fa50"
20SRC_URI[archive.sha256sum] = "3be65388cd2c8f39741bcc05da87ef40035183a9a39502d67696242c2aeb469c" 22SRC_URI[archive.sha256sum] = "2dba9ea40f2da81c22954a8ccc29f8f1fa4ca8395a6bb552506635832751c1a7"
21 23
22do_install_append() { 24do_install_append() {
23 # no oe-layer has compiz -> remove dead session 25 # no oe-layer has compiz -> remove dead session
@@ -25,10 +27,12 @@ do_install_append() {
25} 27}
26 28
27FILES_${PN} += " \ 29FILES_${PN} += " \
28 ${datadir}/xsessions \
29 ${datadir}/desktop-directories \ 30 ${datadir}/desktop-directories \
31 ${datadir}/gnome-panel \
30 ${datadir}/gnome-session \ 32 ${datadir}/gnome-session \
33 ${datadir}/xsessions \
34 ${libdir}/gnome-panel \
31 ${systemd_user_unitdir} \ 35 ${systemd_user_unitdir} \
32" 36"
33 37
34RDEPENDS_${PN} += "metacity gnome-panel" 38RDEPENDS_${PN} += "metacity"