mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Backported patch can go 42.0 ==== * Update Translators 42.rc ===== * Misc. bug fixes and cleanups [Florian; !215, !218] 42.beta ======= * workspace-indicator: Fix cancelling editing with Esc [Florian; !208] * window-list: Update window tracking to avoid missing icons [Florian; !207] * Use libadwaita for preferences [Florian; !209, !213] * Adapt to Clutter grab API changes [Florian; !212] * Misc. bug fixes and cleanups [Jan, Florian; !210, !214] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 lines
899 B
BlitzBasic
36 lines
899 B
BlitzBasic
SUMMARY = "GNOME Shell Extensions"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase gettext gsettings features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
|
|
|
|
SRC_URI[archive.sha256sum] = "3ee65b75b1afd8bcca0a2a03da9b2884787ed40e257a881d9aa6ef7c8727602f"
|
|
|
|
DEPENDS += " \
|
|
sassc-native \
|
|
"
|
|
|
|
EXTRA_OEMESON += " \
|
|
-Dextension_set=all \
|
|
-Dclassic_mode=true \
|
|
"
|
|
|
|
do_install:append() {
|
|
# enable gnome-classic session for wayland
|
|
install -d ${D}${datadir}/wayland-sessions
|
|
install -m644 ${D}${datadir}/xsessions/gnome-classic.desktop ${D}${datadir}/wayland-sessions/
|
|
}
|
|
|
|
RDEPENDS:${PN} += "gnome-shell"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/gnome-shell \
|
|
${datadir}/gnome-session \
|
|
${datadir}/wayland-sessions \
|
|
${datadir}/xsessions \
|
|
"
|