summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-shell
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-gnome/gnome-shell
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-shell')
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb4
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb12
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb
index 52e50705e8..f74a85381b 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb
@@ -20,9 +20,9 @@ EXTRA_OEMESON += " \
20 -Dclassic_mode=true \ 20 -Dclassic_mode=true \
21" 21"
22 22
23RDEPENDS_${PN} += "gnome-shell" 23RDEPENDS:${PN} += "gnome-shell"
24 24
25FILES_${PN} += " \ 25FILES:${PN} += " \
26 ${datadir}/gnome-shell \ 26 ${datadir}/gnome-shell \
27 ${datadir}/gnome-session \ 27 ${datadir}/gnome-session \
28 ${datadir}/xsessions \ 28 ${datadir}/xsessions \
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb
index 77b9015d46..b1aa519a05 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb
@@ -28,7 +28,7 @@ GTKDOC_MESON_OPTION = "gtk_doc"
28 28
29# gobject-introspection is mandatory and cannot be configured 29# gobject-introspection is mandatory and cannot be configured
30REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 30REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
31UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" 31UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
32 32
33SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f" 33SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f"
34SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550" 34SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550"
@@ -42,7 +42,7 @@ EXTRA_OEMESON = " \
42 -Dman=false \ 42 -Dman=false \
43" 43"
44 44
45do_install_append() { 45do_install:append() {
46 # fix shebangs 46 # fix shebangs
47 for tool in `find ${D}${bindir} -name '*-tool'`; do 47 for tool in `find ${D}${bindir} -name '*-tool'`; do
48 sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool 48 sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool
@@ -51,16 +51,16 @@ do_install_append() {
51 51
52GSETTINGS_PACKAGE = "${PN}-gsettings" 52GSETTINGS_PACKAGE = "${PN}-gsettings"
53 53
54FILES_${PN} += " \ 54FILES:${PN} += " \
55 ${datadir}/dbus-1 \ 55 ${datadir}/dbus-1 \
56 ${datadir}/gnome-control-center \ 56 ${datadir}/gnome-control-center \
57 ${datadir}/xdg-desktop-portal \ 57 ${datadir}/xdg-desktop-portal \
58 ${systemd_user_unitdir} \ 58 ${systemd_user_unitdir} \
59" 59"
60 60
61RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" 61RDEPENDS:${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings"
62 62
63PACKAGES =+ "${PN}-tools ${PN}-gsettings" 63PACKAGES =+ "${PN}-tools ${PN}-gsettings"
64FILES_${PN}-tools = "${bindir}/*-tool" 64FILES:${PN}-tools = "${bindir}/*-tool"
65RDEPENDS_${PN}-tools = "python3-core" 65RDEPENDS:${PN}-tools = "python3-core"
66 66