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