diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-09 09:36:03 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-10 16:21:07 -0800 |
commit | 9ccb12210df6c3f8a580e555da57717c1bd5867e (patch) | |
tree | a3c4edfad49be000c949adbb8b1f970d1a85bb5d | |
parent | 29f034c423e93e765cbfdac1d91e46550ffb985b (diff) | |
download | meta-openembedded-9ccb12210df6c3f8a580e555da57717c1bd5867e.tar.gz |
gnome-flashback: initial add 3.34.1
For all those wanting GNOME 2 e.g on targets without graphics acceleration
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.1.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.1.bb new file mode 100644 index 0000000000..637f83715b --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.1.bb | |||
@@ -0,0 +1,34 @@ | |||
1 | SUMMARY = "GNOME Flashback (GNOME 2) session" | ||
2 | LICENSE = "GPLv3" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
4 | |||
5 | inherit gnomebase gsettings gtk-icon-cache gettext upstream-version-is-even features_check | ||
6 | |||
7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" | ||
8 | |||
9 | DEPENDS += " \ | ||
10 | upower \ | ||
11 | ibus \ | ||
12 | libxkbfile \ | ||
13 | polkit \ | ||
14 | metacity \ | ||
15 | gnome-desktop3 \ | ||
16 | gnome-bluetooth \ | ||
17 | " | ||
18 | |||
19 | SRC_URI[archive.md5sum] = "e328a51b69d97e291709458dfd8c0a1a" | ||
20 | SRC_URI[archive.sha256sum] = "ddba0c9661ad93b58ccbde267f6ecbc02da2c15f9d38d87d5504f4670c2fbc77" | ||
21 | |||
22 | do_install_append() { | ||
23 | # no oe-layer has compiz -> remove dead session | ||
24 | rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop | ||
25 | } | ||
26 | |||
27 | FILES_${PN} += " \ | ||
28 | ${datadir}/xsessions \ | ||
29 | ${datadir}/desktop-directories \ | ||
30 | ${datadir}/gnome-session \ | ||
31 | ${systemd_user_unitdir} \ | ||
32 | " | ||
33 | |||
34 | RDEPENDS_${PN} += "metacity gnome-panel" | ||