blob: ab65238e124250b300a08c96df3c48ddf0525367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
From 5e9e011be38645452e74b5b82741d426d2019657 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
Date: Sun, 17 Oct 2021 11:57:39 +0100
Subject: [PATCH 2/3] Declare compatibility with GNOME Shell 41
From some brief testing, it seems to be compatible without further
changes.
Bug-Debian: https://bugs.debian.org/996073
Signed-off-by: Simon McVittie <smcv@debian.org>
---
metadata.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/metadata.json b/metadata.json
index 8a07918..9da5655 100644
--- a/metadata.json
+++ b/metadata.json
@@ -3,7 +3,8 @@
"name": "TopIcons Plus",
"gettext-domain": "TopIcons-Plus",
"shell-version": [
- "40"
+ "40",
+ "41"
],
"settings-schema": "org.gnome.shell.extensions.topicons",
"url": "https://github.com/phocean/TopIcons-plus",
--
2.35.3
|