Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame^] | 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] = "d3a69cde0c3e3dc0b0c243af026c4b7a" |
| 12 | SRC_URI[archive.sha256sum] = "a1e16e75a06ea511435a6f7478de92aff21d02d4e1d59ec8ce7fb6396819b4b8" |
| 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 | " |