diff --git a/gnome-shell-extension-no-overview-HEAD.patch b/gnome-shell-extension-no-overview-HEAD.patch new file mode 100644 index 0000000..bef7bbc --- /dev/null +++ b/gnome-shell-extension-no-overview-HEAD.patch @@ -0,0 +1,27 @@ +From b0d987702a63f27a062fd2e2da5d99cc0799972e Mon Sep 17 00:00:00 2001 +From: Takao Fujiwara +Date: Fri, 6 Sep 2024 13:50:52 +0900 +Subject: [PATCH] Add gnome-shell-47 + +--- + metadata.json | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/metadata.json b/metadata.json +index 695d317..57cfc5d 100644 +--- a/metadata.json ++++ b/metadata.json +@@ -3,8 +3,8 @@ + "description": "No overview at start-up. Nothing more.", + "name": "No overview at start-up", + "original-authors": ["fthx"], +- "shell-version": ["46"], ++ "shell-version": ["46", "47"], + "url": "https://github.com/fthx/no-overview", + "uuid": "no-overview@fthx", + "version": 999 + } +\ No newline at end of file +-- +2.45.2 + diff --git a/gnome-shell-extension-no-overview.spec b/gnome-shell-extension-no-overview.spec index 56fbb78..d0a4214 100644 --- a/gnome-shell-extension-no-overview.spec +++ b/gnome-shell-extension-no-overview.spec @@ -12,6 +12,7 @@ Source0: https://github.com/fthx/no-overview/archive/refs/tags/v%{version Source1: https://raw.githubusercontent.com/fthx/no-overview/main/LICENSE#/%{extension}-LICENSE Source2: https://raw.githubusercontent.com/fthx/no-overview/main/README.md#/%{extension}-README.md #Patch0: %%{name}-HEAD.patch +Patch0: %{name}-HEAD.patch BuildArch: noarch # rhbz#2001561 Delete to require gnome-shell-extension-common #Requires: gnome-shell-extension-common