diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb new file mode 100644 index 0000000000..8625a7b328 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | SUMMARY = "GNOME Shell Extensions" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101" | ||
4 | |||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | |||
7 | inherit gnomebase gettext gsettings features_check upstream-version-is-even | ||
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" | ||
10 | |||
11 | SRC_URI[archive.md5sum] = "09e64640bbf0e978171d581e2086a0c6" | ||
12 | SRC_URI[archive.sha256sum] = "b0ad51143b1bf40def4a10f8fd0ab0ffb47218304800794e62cadd29d0acc75b" | ||
13 | |||
14 | DEPENDS += " \ | ||
15 | sassc-native \ | ||
16 | " | ||
17 | |||
18 | EXTRA_OEMESON += " \ | ||
19 | -Dextension_set=all \ | ||
20 | -Dclassic_mode=true \ | ||
21 | " | ||
22 | |||
23 | RDEPENDS_${PN} += "gnome-shell" | ||
24 | |||
25 | FILES_${PN} += " \ | ||
26 | ${datadir}/gnome-shell \ | ||
27 | ${datadir}/gnome-session \ | ||
28 | ${datadir}/xsessions \ | ||
29 | " | ||