Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame^] | 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] = "242e15a0c06e820c3fd8dd6aeac1a8ef865ce58882e5975af1d65934bb4d4261" |
| 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 | " |