parent
24fe77896d
commit
e64b26ea80
@ -0,0 +1 @@
|
|||||||
|
SOURCES/disable-gestures-2021-e1d43d62441b1f1ca7f917cd1651321904ddc6b7.tar.gz
|
@ -0,0 +1 @@
|
|||||||
|
6f6350fee882333b034e95d730d84406558deb55 SOURCES/disable-gestures-2021-e1d43d62441b1f1ca7f917cd1651321904ddc6b7.tar.gz
|
@ -0,0 +1,46 @@
|
|||||||
|
%global extid %{extname_full}@verycrazydog.gmail.com
|
||||||
|
%global extname_full disable-gestures-2021
|
||||||
|
%global commit e1d43d62441b1f1ca7f917cd1651321904ddc6b7
|
||||||
|
%global commit_short e1d43d62
|
||||||
|
%global commit_date 20230822
|
||||||
|
|
||||||
|
Name: gnome-shell-extension-%{extname_full}
|
||||||
|
Version: 5
|
||||||
|
Release: 1.%{?date}git%{?commit_short}%{?dist}
|
||||||
|
Summary: A GNOME extension that disable all GNOME built-in gestures
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/VeryCrazyDog/gnome-disable-gestures
|
||||||
|
Source0: https://github.com/VeryCrazyDog/gnome-disable-gestures/archive/refs/tags/v%{version}.tar.gz#/%{extname_full}-%{commit}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: gnome-shell
|
||||||
|
|
||||||
|
%description
|
||||||
|
A GNOME extension that disable all GNOME built-in gestures. Useful for
|
||||||
|
kiosks and touch screen apps.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n gnome-disable-gestures-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
|
||||||
|
cp -r src/* %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc README.md
|
||||||
|
%{_datadir}/gnome-shell/extensions/%{extid}/
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Sep 11 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 5-1.gite1d43d62
|
||||||
|
- Rebuilt for MSVSphere 9.2
|
||||||
|
|
||||||
|
* Mon Sep 11 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 5-1.20230822gite1d43d62
|
||||||
|
- Initial build for MSVSphere 9.2
|
Loading…
Reference in new issue