commit 023d5d7734b2954c7de1aef467d189b3187d1f06 Author: tigro Date: Thu Oct 12 16:46:09 2023 +0300 import gnome-shell-extension-disable-background-menu-0.0-1.git44b39df6.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c7f776b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/disable-background-menu-44b39df6c61704b9d99bd41fb0761ad07df2a9f.tar.xz diff --git a/.gnome-shell-extension-disable-background-menu.metadata b/.gnome-shell-extension-disable-background-menu.metadata new file mode 100644 index 0000000..41c6bdc --- /dev/null +++ b/.gnome-shell-extension-disable-background-menu.metadata @@ -0,0 +1 @@ +138f12e941c8e9d60ea33f74123fcea677c191ce SOURCES/disable-background-menu-44b39df6c61704b9d99bd41fb0761ad07df2a9f.tar.xz diff --git a/SOURCES/0001-Bump-supported-versions.patch b/SOURCES/0001-Bump-supported-versions.patch new file mode 100644 index 0000000..7b0301e --- /dev/null +++ b/SOURCES/0001-Bump-supported-versions.patch @@ -0,0 +1,31 @@ +From 2e02c7b4fa1fdc426eaef65d3e46ed39e8082655 Mon Sep 17 00:00:00 2001 +From: tigro +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 + diff --git a/SPECS/gnome-shell-extension-disable-background-menu.spec b/SPECS/gnome-shell-extension-disable-background-menu.spec new file mode 100644 index 0000000..f80774a --- /dev/null +++ b/SPECS/gnome-shell-extension-disable-background-menu.spec @@ -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 - 0.0-1.git44b39df6 +- Rebuilt for MSVSphere 9.2 + +* Thu Oct 12 2023 Arkady L. Shane - 0.0-1.20191103git44b39df6 +- Initial build for MSVSphere 9.2