summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-shell
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-12 08:54:28 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-13 19:21:40 -0700
commitd11772347324c2fccd053404c297efaa3c6f7451 (patch)
tree77c6a4c3d8f22b3cbca45d0ab04fbc71f99d7e00 /meta-gnome/recipes-gnome/gnome-shell
parentfd727e27e0b502eb90ba2201df247e55445ceb0d (diff)
downloadmeta-openembedded-d11772347324c2fccd053404c297efaa3c6f7451.tar.gz
gnome-shell-extensions: upgrade 41.1 -> 42.0
Backported patch can go 42.0 ==== * Update Translators 42.rc ===== * Misc. bug fixes and cleanups [Florian; !215, !218] 42.beta ======= * workspace-indicator: Fix cancelling editing with Esc [Florian; !208] * window-list: Update window tracking to avoid missing icons [Florian; !207] * Use libadwaita for preferences [Florian; !209, !213] * Adapt to Clutter grab API changes [Florian; !212] * Misc. bug fixes and cleanups [Jan, Florian; !210, !214] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-shell')
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions/0001-meson-Drop-unused-argument-for-i18n.merge_file.patch30
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_41.1.bb)3
2 files changed, 1 insertions, 32 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions/0001-meson-Drop-unused-argument-for-i18n.merge_file.patch b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions/0001-meson-Drop-unused-argument-for-i18n.merge_file.patch
deleted file mode 100644
index df8fe0e6e..000000000
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions/0001-meson-Drop-unused-argument-for-i18n.merge_file.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From cdaa837d48894737ca0b4e7d2dfb365119e53759 Mon Sep 17 00:00:00 2001
2From: Jan Beich <jbeich@FreeBSD.org>
3Date: Tue, 25 Jan 2022 11:49:54 +0000
4Subject: [PATCH] meson: Drop unused argument for i18n.merge_file()
5
6Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
7
8data/meson.build:23:0: ERROR: Function does not take positional arguments.
9
10Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/210>
11
12Upstream-Status: Backport[https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/commit/cdaa837d48894737ca0b4e7d2dfb365119e53759]
13---
14 data/meson.build | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/data/meson.build b/data/meson.build
18index 27f4287..a4bcd5e 100644
19--- a/data/meson.build
20+++ b/data/meson.build
21@@ -1,5 +1,5 @@
22 session_desktop = 'gnome-classic.desktop'
23-i18n.merge_file('',
24+i18n.merge_file(
25 input: session_desktop + '.in',
26 output: session_desktop,
27 po_dir: '../po',
28--
292.34.1
30
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_41.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb
index f51ca9f91..786341cc1 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_41.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb
@@ -8,8 +8,7 @@ inherit gnomebase gettext gsettings features_check
8 8
9REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" 9REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
10 10
11SRC_URI[archive.sha256sum] = "d0e6f2273f08d52d925fc2bb66b47b28e5ef50d1b8a14020877c662423d507d3" 11SRC_URI[archive.sha256sum] = "3ee65b75b1afd8bcca0a2a03da9b2884787ed40e257a881d9aa6ef7c8727602f"
12SRC_URI += "file://0001-meson-Drop-unused-argument-for-i18n.merge_file.patch"
13 12
14DEPENDS += " \ 13DEPENDS += " \
15 sassc-native \ 14 sassc-native \