summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-09-18 23:51:39 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-20 15:34:02 -0700
commit3e1cf49fa392c31c09f0c590d08d62a224099ac7 (patch)
treef83efb96f146ca8800e57a12be7abe618dd65ea6 /meta-gnome/recipes-gnome
parent7c276d72d58fc33e8c7f5d5cf831f82d766c2905 (diff)
downloadmeta-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.patch23
-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 @@
1From 9f11c9e53d91b23113202b40500540242bcabdb0 Mon Sep 17 00:00:00 2001 1From b2710a880b366201f07752e87d35bb52ea69cbbe Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> 2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Thu, 28 Oct 2021 18:57:24 +0200 3Date: Thu, 28 Oct 2021 18:57:24 +0200
4Subject: [PATCH] Introduce options 'gjs_path' to optionally set path to gjs 4Subject: [PATCH] Introduce options 'gjs_path' to optionally set path to gjs
@@ -11,6 +11,11 @@ MIME-Version: 1.0
11Content-Type: text/plain; charset=UTF-8 11Content-Type: text/plain; charset=UTF-8
12Content-Transfer-Encoding: 8bit 12Content-Transfer-Encoding: 8bit
13 13
14From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
15MIME-Version: 1.0
16Content-Type: text/plain; charset=UTF-8
17Content-Transfer-Encoding: 8bit
18
14Upstream-Status: Pending 19Upstream-Status: Pending
15 20
16Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 21Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
@@ -38,10 +43,10 @@ index 48b7f89..700b590 100644
38 43
39 configure_file( 44 configure_file(
40diff --git a/meson.build b/meson.build 45diff --git a/meson.build b/meson.build
41index 252fb1e..250f722 100644 46index 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
57diff --git a/meson_options.txt b/meson_options.txt 62diff --git a/meson_options.txt b/meson_options.txt
58index 46ca8e7..3e9a31f 100644 63index 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+)
71diff --git a/subprojects/extensions-app/js/meson.build b/subprojects/extensions-app/js/meson.build 76diff --git a/subprojects/extensions-app/js/meson.build b/subprojects/extensions-app/js/meson.build
72index ce2a776..8f7bba4 100644 77index 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',
84diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build 89diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build
85index 66a39e9..331dc1d 100644 90index 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
33REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 33REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
34 34
35SRC_URI[archive.sha256sum] = "55694b71c2ee4eaef60d93428003f2eaa4cf00186848f5e36b45cfe506fc31bf" 35SRC_URI[archive.sha256sum] = "3cabe40bdd4e379c7082b39ffa45b8bef5c9cf86408fb0d836e1571c443217cd"
36SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" 36SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
37 37
38PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 38PACKAGECONFIG ??= "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
51do_install:append() { 50do_install:append() {