diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/metadata-Add-support-for-GNOME-Shell-43.patch | 19 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 20 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" ] + } diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..76a5fe8 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +metadata-Add-support-for-GNOME-Shell-43.patch |