diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.0.bb new file mode 100644 index 0000000000..126e5ef3f7 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "GNOME Shell Extensions" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101" | ||
| 4 | |||
| 5 | GNOMEBASEBUILDCLASS = "meson" | ||
| 6 | |||
| 7 | inherit gnomebase gettext gsettings features_check | ||
| 8 | |||
| 9 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" | ||
| 10 | |||
| 11 | SRC_URI[archive.sha256sum] = "8c345e72f31a1e37f55063e0b15997301b01194ed698772fd87aeb50cbb101ab" | ||
| 12 | |||
| 13 | EXTRA_OEMESON += " \ | ||
| 14 | -Dextension_set=all \ | ||
| 15 | -Dclassic_mode=true \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += "gnome-shell" | ||
| 19 | |||
| 20 | FILES:${PN} += " \ | ||
| 21 | ${datadir}/gnome-shell \ | ||
| 22 | ${datadir}/gnome-session \ | ||
| 23 | ${datadir}/wayland-sessions \ | ||
| 24 | ${datadir}/xsessions \ | ||
| 25 | " | ||
