1
0
forked from brl/citadel
citadel/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.1.bb
Bruce Leidl be34ea65f3 upgrade poky layer to 'kirkstone' release 4.0.1
- removed layers meta-rust and meta-clang
- added new dependencies to Makefile
- changed override syntax across all recipe files
- updated conf files from hardknott to kirkstone
- SRC_URI git URLS fixed to always include branch and protocol
- LICENSE fields updated with new naming convention
- updated citadel-tools dependencies

- upgraded mozjs to mozjs-91

No longer needed because poky includes newer version (or new enough):

- glib-2.0
- libgudev
- xorgproto
- libxfixes
- libinput
- wayland-protocols
- vte
2022-05-28 11:20:07 -04:00

62 lines
1.5 KiB
BlitzBasic

LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
REQUIRED_DISTRO_FEATURES = "x11 systemd pam"
GIR_MESON_OPTION = ""
SRCREV = "d85bd654a3c830a8c3982286c1876321c96faf7d"
EXTERNAL_TREE_VAR="CITADEL_GNOME_SHELL_PATH"
GIT_URI = "gitsm://github.com/brl/gnome-shell.git;branch=citadel;protocol=https"
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gsettings gettext gobject-introspection gobject-introspection-data features_check bash-completion external-tree
DEPENDS = " \
libxml2-native \
sassc-native \
gtk4 \
mutter \
gcr \
gjs \
mozjs-91 \
network-manager-applet \
gnome-autoar \
polkit \
libcroco \
startup-notification \
ibus \
gsettings-desktop-schemas \
"
RDEPENDS:${PN} = "gsettings-desktop-schemas librsvg-gtk"
FILES:${PN} += "\
${datadir}/dbus-1 \
${datadir}/xdg-desktop-portal \
${datadir}/gnome-control-center \
${datadir}/bash-completion/completions/gnome-extensions \
${systemd_user_unitdir} \
"
PACKAGES =+ "${PN}-tools"
FILES:${PN}-tools += "\
/usr/bin/gnome-shell-perf-tool \
/usr/bin/gnome-shell-extension-tool \
"
do_compile:prepend() {
rm -f ${B}/data/theme/*.css
}
do_configure:append () {
MUTTER_DIR="/usr/lib/mutter"
sed --in-place=.old1 "s;=${MUTTER_DIR};=${PKG_CONFIG_SYSROOT_DIR}${MUTTER_DIR};" ${B}/build.ninja
}
EXTRA_OEMESON += "-Dman=false -Dsystemd=true -Dnetworkmanager=true -Dextensions_app=false -Dtests=false"