aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-06-08 08:22:11 +0200
committerKhem Raj <raj.khem@gmail.com>2021-06-09 08:49:21 -0700
commit79ae59c620860a02545b4370f0c2d3ccd07c6ea0 (patch)
treec612da14f1d212241a74bad6cbf2488d54799d13 /meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb
parent3d9c3f0e0cd40f5b34d58c9105f75b72a2415682 (diff)
downloadmeta-openembedded-79ae59c620860a02545b4370f0c2d3ccd07c6ea0.tar.gz
gnome-flashback: upgrade 3.36.3 -> 3.40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb
new file mode 100644
index 0000000000..e6d946cb30
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb
@@ -0,0 +1,37 @@
+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.sha256sum] = "e03f33100f1982019c2e59bbdcd664549ec5caa0ef2d99e2c0e1272cea08bb3b"
+
+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"