diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-09-18 23:51:39 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:02 -0700 |
commit | 3e1cf49fa392c31c09f0c590d08d62a224099ac7 (patch) | |
tree | f83efb96f146ca8800e57a12be7abe618dd65ea6 /meta-gnome/recipes-gnome | |
parent | 7c276d72d58fc33e8c7f5d5cf831f82d766c2905 (diff) | |
download | meta-openembedded-3e1cf49fa392c31c09f0c590d08d62a224099ac7.tar.gz |
gnome-shell: upgrade 44.3 -> 45.0
- refresh patches
- remove soup2 option as soup2 support was removed
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch | 23 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb) | 3 |
2 files changed, 15 insertions, 11 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch index b583199e9..e8c7e79aa 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 9f11c9e53d91b23113202b40500540242bcabdb0 Mon Sep 17 00:00:00 2001 | 1 | From b2710a880b366201f07752e87d35bb52ea69cbbe Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> |
3 | Date: Thu, 28 Oct 2021 18:57:24 +0200 | 3 | Date: Thu, 28 Oct 2021 18:57:24 +0200 |
4 | Subject: [PATCH] Introduce options 'gjs_path' to optionally set path to gjs | 4 | Subject: [PATCH] Introduce options 'gjs_path' to optionally set path to gjs |
@@ -11,6 +11,11 @@ MIME-Version: 1.0 | |||
11 | Content-Type: text/plain; charset=UTF-8 | 11 | Content-Type: text/plain; charset=UTF-8 |
12 | Content-Transfer-Encoding: 8bit | 12 | Content-Transfer-Encoding: 8bit |
13 | 13 | ||
14 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
15 | MIME-Version: 1.0 | ||
16 | Content-Type: text/plain; charset=UTF-8 | ||
17 | Content-Transfer-Encoding: 8bit | ||
18 | |||
14 | Upstream-Status: Pending | 19 | Upstream-Status: Pending |
15 | 20 | ||
16 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | 21 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> |
@@ -38,10 +43,10 @@ index 48b7f89..700b590 100644 | |||
38 | 43 | ||
39 | configure_file( | 44 | configure_file( |
40 | diff --git a/meson.build b/meson.build | 45 | diff --git a/meson.build b/meson.build |
41 | index 252fb1e..250f722 100644 | 46 | index 70ba711..f0ab158 100644 |
42 | --- a/meson.build | 47 | --- a/meson.build |
43 | +++ b/meson.build | 48 | +++ b/meson.build |
44 | @@ -125,7 +125,11 @@ endif | 49 | @@ -135,7 +135,11 @@ endif |
45 | 50 | ||
46 | mutter_typelibdir = mutter_dep.get_variable('typelibdir') | 51 | mutter_typelibdir = mutter_dep.get_variable('typelibdir') |
47 | python = find_program('python3') | 52 | python = find_program('python3') |
@@ -55,12 +60,12 @@ index 252fb1e..250f722 100644 | |||
55 | cc = meson.get_compiler('c') | 60 | cc = meson.get_compiler('c') |
56 | 61 | ||
57 | diff --git a/meson_options.txt b/meson_options.txt | 62 | diff --git a/meson_options.txt b/meson_options.txt |
58 | index 46ca8e7..3e9a31f 100644 | 63 | index 6e83d92..1bf0ecb 100644 |
59 | --- a/meson_options.txt | 64 | --- a/meson_options.txt |
60 | +++ b/meson_options.txt | 65 | +++ b/meson_options.txt |
61 | @@ -45,3 +45,9 @@ option('soup2', | 66 | @@ -45,3 +45,9 @@ option('systemd', |
62 | value: false, | 67 | value: true, |
63 | description: 'Use Soup 2.4 instead of Soup 3. Must be in sync with libgweather' | 68 | description: 'Enable systemd integration' |
64 | ) | 69 | ) |
65 | + | 70 | + |
66 | +option('gjs_path', | 71 | +option('gjs_path', |
@@ -69,7 +74,7 @@ index 46ca8e7..3e9a31f 100644 | |||
69 | + description: 'Instead of searching gjs executable, configure path' | 74 | + description: 'Instead of searching gjs executable, configure path' |
70 | +) | 75 | +) |
71 | diff --git a/subprojects/extensions-app/js/meson.build b/subprojects/extensions-app/js/meson.build | 76 | diff --git a/subprojects/extensions-app/js/meson.build b/subprojects/extensions-app/js/meson.build |
72 | index ce2a776..8f7bba4 100644 | 77 | index c9a67f8..91ae887 100644 |
73 | --- a/subprojects/extensions-app/js/meson.build | 78 | --- a/subprojects/extensions-app/js/meson.build |
74 | +++ b/subprojects/extensions-app/js/meson.build | 79 | +++ b/subprojects/extensions-app/js/meson.build |
75 | @@ -9,7 +9,7 @@ endif | 80 | @@ -9,7 +9,7 @@ endif |
@@ -82,7 +87,7 @@ index ce2a776..8f7bba4 100644 | |||
82 | configure_file( | 87 | configure_file( |
83 | input: prgname + '.in', | 88 | input: prgname + '.in', |
84 | diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build | 89 | diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build |
85 | index 66a39e9..331dc1d 100644 | 90 | index 6c9639e..3fe1ce0 100644 |
86 | --- a/subprojects/extensions-app/meson.build | 91 | --- a/subprojects/extensions-app/meson.build |
87 | +++ b/subprojects/extensions-app/meson.build | 92 | +++ b/subprojects/extensions-app/meson.build |
88 | @@ -46,7 +46,12 @@ localedir = join_paths(datadir, 'locale') | 93 | @@ -46,7 +46,12 @@ localedir = join_paths(datadir, 'locale') |
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb index e1aa051ef..66c05a1ff 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb | |||
@@ -32,7 +32,7 @@ GIR_MESON_OPTION = "" | |||
32 | # gobject-introspection is mandatory and cannot be configured | 32 | # gobject-introspection is mandatory and cannot be configured |
33 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 33 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
34 | 34 | ||
35 | SRC_URI[archive.sha256sum] = "55694b71c2ee4eaef60d93428003f2eaa4cf00186848f5e36b45cfe506fc31bf" | 35 | SRC_URI[archive.sha256sum] = "3cabe40bdd4e379c7082b39ffa45b8bef5c9cf86408fb0d836e1571c443217cd" |
36 | SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" | 36 | SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" |
37 | 37 | ||
38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
@@ -45,7 +45,6 @@ EXTRA_OEMESON = " \ | |||
45 | -Dextensions-app:gjs_path=${bindir}/gjs \ | 45 | -Dextensions-app:gjs_path=${bindir}/gjs \ |
46 | -Dtests=false \ | 46 | -Dtests=false \ |
47 | -Dman=false \ | 47 | -Dman=false \ |
48 | -Dsoup2=false \ | ||
49 | " | 48 | " |
50 | 49 | ||
51 | do_install:append() { | 50 | do_install:append() { |