summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_43.1.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb)0
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch27
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb)7
3 files changed, 20 insertions, 14 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_43.1.bb
index e8c95d6fb2..e8c95d6fb2 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_43.1.bb
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 4a36625184..b583199e98 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 3bf597b16e23cd2ce0ee3b05c23b46add5e26cd4 Mon Sep 17 00:00:00 2001 1From 9f11c9e53d91b23113202b40500540242bcabdb0 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
@@ -6,9 +6,15 @@ MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8 6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit 7Content-Transfer-Encoding: 8bit
8 8
9From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
10MIME-Version: 1.0
11Content-Type: text/plain; charset=UTF-8
12Content-Transfer-Encoding: 8bit
13
9Upstream-Status: Pending 14Upstream-Status: Pending
10 15
11Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 16Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
17
12--- 18---
13 js/dbusServices/meson.build | 2 +- 19 js/dbusServices/meson.build | 2 +-
14 meson.build | 6 +++++- 20 meson.build | 6 +++++-
@@ -19,10 +25,10 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
19 6 files changed, 25 insertions(+), 4 deletions(-) 25 6 files changed, 25 insertions(+), 4 deletions(-)
20 26
21diff --git a/js/dbusServices/meson.build b/js/dbusServices/meson.build 27diff --git a/js/dbusServices/meson.build b/js/dbusServices/meson.build
22index eb941ed..16efaeb 100644 28index 48b7f89..700b590 100644
23--- a/js/dbusServices/meson.build 29--- a/js/dbusServices/meson.build
24+++ b/js/dbusServices/meson.build 30+++ b/js/dbusServices/meson.build
25@@ -27,7 +27,7 @@ foreach service, dir : dbus_services 31@@ -22,7 +22,7 @@ foreach service, dir : dbus_services
26 32
27 serviceconf = configuration_data() 33 serviceconf = configuration_data()
28 serviceconf.set('service', service) 34 serviceconf.set('service', service)
@@ -32,10 +38,10 @@ index eb941ed..16efaeb 100644
32 38
33 configure_file( 39 configure_file(
34diff --git a/meson.build b/meson.build 40diff --git a/meson.build b/meson.build
35index 8d7478f..7c9cc6a 100644 41index 252fb1e..250f722 100644
36--- a/meson.build 42--- a/meson.build
37+++ b/meson.build 43+++ b/meson.build
38@@ -138,7 +138,11 @@ endif 44@@ -125,7 +125,11 @@ endif
39 45
40 mutter_typelibdir = mutter_dep.get_variable('typelibdir') 46 mutter_typelibdir = mutter_dep.get_variable('typelibdir')
41 python = find_program('python3') 47 python = find_program('python3')
@@ -49,11 +55,11 @@ index 8d7478f..7c9cc6a 100644
49 cc = meson.get_compiler('c') 55 cc = meson.get_compiler('c')
50 56
51diff --git a/meson_options.txt b/meson_options.txt 57diff --git a/meson_options.txt b/meson_options.txt
52index f0f2ecf..a45f2e4 100644 58index 46ca8e7..3e9a31f 100644
53--- a/meson_options.txt 59--- a/meson_options.txt
54+++ b/meson_options.txt 60+++ b/meson_options.txt
55@@ -45,3 +45,9 @@ option('soup2', 61@@ -45,3 +45,9 @@ option('soup2',
56 value: true, 62 value: false,
57 description: 'Use Soup 2.4 instead of Soup 3. Must be in sync with libgweather' 63 description: 'Use Soup 2.4 instead of Soup 3. Must be in sync with libgweather'
58 ) 64 )
59+ 65+
@@ -76,10 +82,10 @@ index ce2a776..8f7bba4 100644
76 configure_file( 82 configure_file(
77 input: prgname + '.in', 83 input: prgname + '.in',
78diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build 84diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build
79index c260d7a..c5b7554 100644 85index 66a39e9..331dc1d 100644
80--- a/subprojects/extensions-app/meson.build 86--- a/subprojects/extensions-app/meson.build
81+++ b/subprojects/extensions-app/meson.build 87+++ b/subprojects/extensions-app/meson.build
82@@ -44,7 +44,12 @@ localedir = join_paths(datadir, 'locale') 88@@ -46,7 +46,12 @@ localedir = join_paths(datadir, 'locale')
83 metainfodir = join_paths(datadir, 'metainfo') 89 metainfodir = join_paths(datadir, 'metainfo')
84 servicedir = join_paths(datadir, 'dbus-1', 'services') 90 servicedir = join_paths(datadir, 'dbus-1', 'services')
85 91
@@ -107,6 +113,3 @@ index ca2eb41..2787785 100644
107+ value: '', 113+ value: '',
108+ description: 'Instead of searching gjs executable, configure path' 114+ description: 'Instead of searching gjs executable, configure path'
109+) 115+)
110--
1112.34.1
112
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb
index f54d966c73..6adbb0a292 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb
@@ -11,11 +11,13 @@ DEPENDS = " \
11 mutter \ 11 mutter \
12 evolution-data-server \ 12 evolution-data-server \
13 gcr \ 13 gcr \
14 geocode-glib \
14 gjs \ 15 gjs \
15 gnome-autoar \ 16 gnome-autoar \
16 polkit \ 17 polkit \
17 libcroco \ 18 libcroco \
18 startup-notification \ 19 libsoup-3.0 \
20 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \
19 ibus \ 21 ibus \
20 gsettings-desktop-schemas \ 22 gsettings-desktop-schemas \
21" 23"
@@ -31,7 +33,7 @@ GIR_MESON_OPTION = ""
31# gobject-introspection is mandatory and cannot be configured 33# gobject-introspection is mandatory and cannot be configured
32REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 34REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
33 35
34SRC_URI[archive.sha256sum] = "33d404fb3c93b9de42984f0110a2969d6a4a7247c27fe7f5e24c67ecfec75094" 36SRC_URI[archive.sha256sum] = "df0444765def1bd0afee9617d2b5919bc79b4db86e7e757ac0e1f73748ec1bdc"
35SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" 37SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
36 38
37PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 39PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
@@ -44,6 +46,7 @@ EXTRA_OEMESON = " \
44 -Dextensions-app:gjs_path=${bindir}/gjs \ 46 -Dextensions-app:gjs_path=${bindir}/gjs \
45 -Dtests=false \ 47 -Dtests=false \
46 -Dman=false \ 48 -Dman=false \
49 -Dsoup2=false \
47" 50"
48 51
49do_install:append() { 52do_install:append() {