Skip to content

Commit 2c5cb2b

Browse files
committed
gnome-shell-extension-speedinator: Support GNOME 49
1 parent eb3454b commit 2c5cb2b

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From 0f0deb314c596c87da5e7ebd92b470c304913313 Mon Sep 17 00:00:00 2001
2+
From: Joey Riches <[email protected]>
3+
Date: Fri, 19 Sep 2025 12:53:29 +0100
4+
Subject: [PATCH 1/1] Support GNOME 49
5+
6+
---
7+
metadata.json | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/metadata.json b/metadata.json
11+
index 3377544..2c04426 100644
12+
--- a/metadata.json
13+
+++ b/metadata.json
14+
@@ -3,7 +3,7 @@
15+
"description": "Control the speed of gnome-shell animations",
16+
"uuid": "[email protected]",
17+
"shell-version": [
18+
- "45", "46", "47", "48"
19+
+ "45", "46", "47", "48", "49"
20+
],
21+
"settings-schema": "org.gnome.shell.extensions.moe.liam.speedinator",
22+
"url": "https://github.com/tehsquidge/speedinator"
23+
--
24+
2.51.0
25+

packages/g/gnome-shell-extension-speedinator/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name : gnome-shell-extension-speedinator
22
version : '0.1'
3-
release : 5
3+
release : 6
44
source :
55
- git|https://github.com/tehsquidge/speedinator.git : 1bff1ee1af0a178f86295f042e5fb7ffc86c823c
66
homepage : https://github.com/tehsquidge/speedinator
@@ -11,6 +11,7 @@ description: |
1111
speedinator - For speeding up Gnome Shell animations. This is a reworking of Impatience but for Gnome 45+.
1212
setup : |
1313
%patch -p1 -i $pkgfiles/0001-schemas-Set-the-default-value-to-0.75-to-match-impat.patch
14+
%patch -p1 -i $pkgfiles/0001-Support-GNOME-49.patch
1415
install : |
1516
install -dm00644 $installdir/usr/share/gnome-shell/extensions/[email protected]/
1617
install -Dm00644 schemas/org.gnome.shell.extensions.moe.liam.speedinator.gschema.xml $installdir/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.moe.liam.speedinator.gschema.xml

packages/g/gnome-shell-extension-speedinator/pspec_x86_64.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</Files>
2828
</Package>
2929
<History>
30-
<Update release="5">
31-
<Date>2025-04-05</Date>
30+
<Update release="6">
31+
<Date>2025-09-19</Date>
3232
<Version>0.1</Version>
3333
<Comment>Packaging update</Comment>
3434
<Name>Joey Riches</Name>

0 commit comments

Comments
 (0)