Add gnome-shell-41
This commit is contained in:
parent
5e73aa7ac4
commit
a2d8575ad6
25
gnome-shell-extension-no-overview-HEAD.patch
Normal file
25
gnome-shell-extension-no-overview-HEAD.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From bf0f84bb7f4b02b2d15d8c09f02c5116e6128dd8 Mon Sep 17 00:00:00 2001
|
||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
||||
Date: Tue, 24 Aug 2021 14:02:24 +0900
|
||||
Subject: [PATCH] Add gnome-shell-41
|
||||
|
||||
---
|
||||
metadata.json | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/metadata.json b/metadata.json
|
||||
index ab541d3..84ade0f 100644
|
||||
--- a/metadata.json
|
||||
+++ b/metadata.json
|
||||
@@ -6,7 +6,7 @@
|
||||
"fthx"
|
||||
],
|
||||
"shell-version": [
|
||||
- "40"
|
||||
+ "40", "41"
|
||||
],
|
||||
"url": "https://github.com/fthx/no-overview",
|
||||
"uuid": "no-overview@fthx",
|
||||
--
|
||||
2.28.0
|
||||
|
@ -3,13 +3,14 @@
|
||||
|
||||
Name: gnome-shell-extension-%{extension}
|
||||
Version: 8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: GNOME Shell extension for no overview at start-up
|
||||
License: GPLv3
|
||||
URL: https://extensions.gnome.org/extension/4099/no-overview/
|
||||
Source0: https://extensions.gnome.org/extension-data/no-overviewfthx.v%{version}.shell-extension.zip
|
||||
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
|
||||
BuildArch: noarch
|
||||
Requires: gnome-shell-extension-common
|
||||
Recommends: gnome-extensions-app
|
||||
@ -40,6 +41,9 @@ cp -rp *.js metadata.json \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 24 2021 Takao Fujiwara <tfujiwar@redhat.com> - 8-3
|
||||
- Add gnome-shell-41
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user