Codebase list gnome-shell-extension-gamemode / 4442044
Add patch to mark compatible with GNOME Shell 43 Jesús Soto 1 year, 8 months ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Jesus Soto <jesus.soto@canonical.com>
1 Date: Thu, 08 Sept 2022 17:02:51 -0600
2 Subject: metadata: Add support for GNOME Shell 43
3
4 ---
5 metadata.json | 2 +-
6 1 file changed, 1 insertions(+), 1 deletion(-)
7
8 diff --git a/metadata.json.in b/metadata.json.in
9 index 8a9d005..fe5c45b 100644
10 --- a/metadata.json.in
11 +++ b/metadata.json.in
12 @@ -3,7 +3,7 @@
13 "name": "GameMode",
14 "description": "Status indicator for GameMode",
15 "uuid": "@UUID@",
16 - "shell-version": ["3.38", "40", "41", "42"],
17 + "shell-version": ["3.38", "40", "41", "42", "43"],
18 "version": "@VERSION@",
19 "url": "@URL@",
20 "original-author": "ckellner@redhat.com",
0 metadata-Add-support-for-GNOME-Shell-43.patch