Add gnome-shell-44
This commit is contained in:
parent
1d7d96561f
commit
936ff0de9e
@ -1,23 +1,23 @@
|
|||||||
From bf0f84bb7f4b02b2d15d8c09f02c5116e6128dd8 Mon Sep 17 00:00:00 2001
|
From bf0f84bb7f4b02b2d15d8c09f02c5116e6128dd8 Mon Sep 17 00:00:00 2001
|
||||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
From: fujiwarat <takao.fujiwara1@gmail.com>
|
||||||
Date: Tue, 24 Aug 2021 14:02:24 +0900
|
Date: Tue, 24 Aug 2021 14:02:24 +0900
|
||||||
Subject: [PATCH] Add gnome-shell-43
|
Subject: [PATCH] Add gnome-shell-44
|
||||||
|
|
||||||
---
|
---
|
||||||
metadata.json | 2 +-
|
metadata.json | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/metadata.json b/metadata.json
|
diff --git a/metadata.json b/metadata.json
|
||||||
index ab541d3..84ade0f 100644
|
index 237e43f..8d34218 100644
|
||||||
--- a/metadata.json
|
--- a/metadata.json
|
||||||
+++ b/metadata.json
|
+++ b/metadata.json
|
||||||
@@ -8,7 +8,8 @@
|
@@ -9,7 +9,8 @@
|
||||||
"shell-version": [
|
|
||||||
"40",
|
"40",
|
||||||
"41",
|
"41",
|
||||||
- "42"
|
"42",
|
||||||
+ "42",
|
- "43"
|
||||||
+ "43"
|
+ "43",
|
||||||
|
+ "44"
|
||||||
],
|
],
|
||||||
"url": "https://github.com/fthx/no-overview",
|
"url": "https://github.com/fthx/no-overview",
|
||||||
"uuid": "no-overview@fthx",
|
"uuid": "no-overview@fthx",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: gnome-shell-extension-%{extension}
|
Name: gnome-shell-extension-%{extension}
|
||||||
Version: 12
|
Version: 12
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: GNOME Shell extension for no overview at start-up
|
Summary: GNOME Shell extension for no overview at start-up
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
URL: https://extensions.gnome.org/extension/4099/no-overview/
|
URL: https://extensions.gnome.org/extension/4099/no-overview/
|
||||||
@ -11,6 +11,7 @@ Source0: https://extensions.gnome.org/extension-data/no-overviewfthx.v%{v
|
|||||||
Source1: https://raw.githubusercontent.com/fthx/no-overview/main/LICENSE#/%{extension}-LICENSE
|
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
|
Source2: https://raw.githubusercontent.com/fthx/no-overview/main/README.md#/%{extension}-README.md
|
||||||
#Patch0: %%{name}-HEAD.patch
|
#Patch0: %%{name}-HEAD.patch
|
||||||
|
Patch0: %{name}-HEAD.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# rhbz#2001561 Delete to require gnome-shell-extension-common
|
# rhbz#2001561 Delete to require gnome-shell-extension-common
|
||||||
#Requires: gnome-shell-extension-common
|
#Requires: gnome-shell-extension-common
|
||||||
@ -43,6 +44,9 @@ cp -rp *.js metadata.json \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 21 2023 Takao Fujiwara <tfujiwar@redhat.com> - 12-3
|
||||||
|
- Add gnome-shell-44
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 12-2
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 12-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user