import gnome-shell-extension-disable-background-menu-0.0-1.git44b39df6.el9

i9 changed/i9/gnome-shell-extension-disable-background-menu-0.0-1.git44b39df6.el9
Arkady L. Shane 1 year ago
commit 023d5d7734
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/disable-background-menu-44b39df6c61704b9d99bd41fb0761ad07df2a9f.tar.xz

@ -0,0 +1 @@
138f12e941c8e9d60ea33f74123fcea677c191ce SOURCES/disable-background-menu-44b39df6c61704b9d99bd41fb0761ad07df2a9f.tar.xz

@ -0,0 +1,31 @@
From 2e02c7b4fa1fdc426eaef65d3e46ed39e8082655 Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
Date: Thu, 12 Oct 2023 16:33:31 +0300
Subject: [PATCH] Bump supported versions
---
metadata.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/metadata.json b/metadata.json
index 8836290..542485a 100644
--- a/metadata.json
+++ b/metadata.json
@@ -2,9 +2,11 @@
"description": "Disable background menu from popping up",
"name": "disable background menu",
"shell-version": [
- "3.28.4"
+ "3.28.4",
+ "40",
+ "41"
],
"url": "",
"uuid": "disable-background-menu@git.wongwanchap.mo",
"version": 1
-}
\ No newline at end of file
+}
--
2.41.0

@ -0,0 +1,44 @@
%global extid %{extname_full}@git.wongwanchap.mo
%global extname_full disable-background-menu
%global commit 44b39df6c61704b9d99bd41fb0761ad07df2a9f
%global commit_short 44b39df6
%global commit_date 20191103
Name: gnome-shell-extension-%{extname_full}
Version: 0.0
Release: 1.%{?date}git%{?commit_short}%{?dist}
Summary: Disable background menu from popping up
License: GPLv3+
URL: https://github.com/chap-wong/gnome-shell-extension-disable-background-menu
Source0: %{extname_full}-%{commit}.tar.xz
Patch0: 0001-Bump-supported-versions.patch
BuildArch: noarch
Requires: gnome-shell
%description
Disable right click menu on background
%prep
%autosetup -p1 -n %{extname_full}-%{commit}
%build
%install
install -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
cp -r * %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
%files
%{_datadir}/gnome-shell/extensions/%{extid}/
%changelog
* Thu Oct 12 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0-1.git44b39df6
- Rebuilt for MSVSphere 9.2
* Thu Oct 12 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0-1.20191103git44b39df6
- Initial build for MSVSphere 9.2
Loading…
Cancel
Save