summaryrefslogtreecommitdiffstats
path: root/debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:19:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:19:51 +0000
commit520adbc916fa3f0981282af30dbff312f15e8a0e (patch)
tree77154562ebd903f978c9d7b63516610090b8fb83 /debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch
parentAdding upstream version 0.4.8. (diff)
downloadgnome-shell-extension-impatience-520adbc916fa3f0981282af30dbff312f15e8a0e.tar.xz
gnome-shell-extension-impatience-520adbc916fa3f0981282af30dbff312f15e8a0e.zip
Adding debian version 0.4.8-2.debian/0.4.8-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch')
-rw-r--r--debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch b/debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch
new file mode 100644
index 0000000..6260c6c
--- /dev/null
+++ b/debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch
@@ -0,0 +1,19 @@
+From: Jesus Soto <jesus.soto@canonical.com>
+Date: Thu, 08 Sept 2022 12:16:49 -0600
+Subject: metadata: Add support for GNOME Shell 43
+
+---
+ metadata.json | 2 +-
+ 1 file changed, 1 insertions(+), 1 deletion(-)
+
+diff --git a/impatience/metadata.json b/impatience/metadata.json
+index e4753df..9eeaf76 100644
+--- a/impatience/metadata.json
++++ b/impatience/metadata.json
+@@ -3,5 +3,5 @@
+ "name": "Impatience",
+ "description": "Speed up the gnome-shell animation speed",
+ "url": "http://gfxmonk.net/dist/0install/gnome-shell-impatience.xml",
+- "shell-version": [ "40", "41", "42" ]
++ "shell-version": [ "40", "41", "42", "43" ]
+ }