File: gnome48.patch

package info (click to toggle)
gnome-shell-extension-impatience 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 136 kB
  • sloc: javascript: 110; xml: 66; makefile: 17; sh: 5
file content (23 lines) | stat: -rw-r--r-- 639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Sun, 23 Feb 2025 15:52:28 -0500
Subject: Mark compatible with GNOME Shell 48

Forwarded: https://github.com/timbertson/gnome-shell-impatience/pull/40
---
 impatience/metadata.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/impatience/metadata.json b/impatience/metadata.json
index c5b008a..160ad36 100644
--- a/impatience/metadata.json
+++ b/impatience/metadata.json
@@ -6,7 +6,8 @@
   "shell-version": [
     "45",
     "46",
-    "47"
+    "47",
+    "48"
   ],
   "settings-schema": "org.gnome.shell.extensions.net.gfxmonk.impatience"
 }