Bump to 46
Pull the version from github.com insteaad of extensions.gnome.org
This commit is contained in:
parent
8623816597
commit
f5fab813d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/no-overviewfthx.v13.shell-extension.zip
|
/no-overviewfthx.v13.shell-extension.zip
|
||||||
/no-overviewfthx.v15.shell-extension.zip
|
/no-overviewfthx.v15.shell-extension.zip
|
||||||
/no-overviewfthx.v16.shell-extension.zip
|
/no-overviewfthx.v16.shell-extension.zip
|
||||||
|
/no-overview-46.zip
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
From bf0f84bb7f4b02b2d15d8c09f02c5116e6128dd8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
|
||||||
Date: Thu, 17 Aug 2023 17:57:56 +0900
|
|
||||||
Subject: [PATCH] Add gnome-shell-46
|
|
||||||
|
|
||||||
---
|
|
||||||
metadata.json | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/metadata.json b/metadata.json
|
|
||||||
index 237e43f..8d34218 100644
|
|
||||||
--- a/metadata.json
|
|
||||||
+++ b/metadata.json
|
|
||||||
@@ -6,7 +6,8 @@
|
|
||||||
"fthx"
|
|
||||||
],
|
|
||||||
"shell-version": [
|
|
||||||
- "45"
|
|
||||||
+ "45",
|
|
||||||
+ "46"
|
|
||||||
],
|
|
||||||
"url": "https://github.com/fthx/no-overview",
|
|
||||||
"uuid": "no-overview@fthx",
|
|
||||||
--
|
|
||||||
2.28.0
|
|
||||||
|
|
@ -2,16 +2,16 @@
|
|||||||
%global uuid %{extension}@fthx
|
%global uuid %{extension}@fthx
|
||||||
|
|
||||||
Name: gnome-shell-extension-%{extension}
|
Name: gnome-shell-extension-%{extension}
|
||||||
Version: 16
|
Version: 46
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
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/
|
||||||
Source0: https://extensions.gnome.org/extension-data/no-overviewfthx.v%{version}.shell-extension.zip
|
Source0: https://github.com/fthx/no-overview/archive/refs/tags/v%{version}.zip#/no-overview-%{version}.zip
|
||||||
|
|
||||||
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
|
||||||
@ -23,9 +23,7 @@ BuildRequires: git
|
|||||||
GNOME Shell extension for no overview at start-up. For GNOME Shell 40+.
|
GNOME Shell extension for no overview at start-up. For GNOME Shell 40+.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -cn %{name}-%{version} -S git
|
%autosetup -n %{extension}-%{version} -S git
|
||||||
cp -p %SOURCE1 LICENSE
|
|
||||||
cp -p %SOURCE2 README.md
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Nothing to build here
|
# Nothing to build here
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (no-overviewfthx.v16.shell-extension.zip) = 8656478ce50db8fba2df81782d2c3a0c65e9938baec364bdbb21e00f29371e980031f0a3557deccce53b342c9de70a8f3a0240482f8c402db4da6ec72aaeeb1d
|
SHA512 (no-overview-46.zip) = d18d91428a31f12b57aab32e865624c4792f19d8696925794b07fcd5d7ff4590695624967838a289a531f6a3b2a5c1fa946381c2014aa5971b9ec7480d23b832
|
||||||
|
Loading…
Reference in New Issue
Block a user