aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb38
1 files changed, 0 insertions, 38 deletions
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
deleted file mode 100644
index 6dd9894158..0000000000
--- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.36.3.bb
+++ /dev/null
@@ -1,38 +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 \
- 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"