2021-04-14 13:35:53 +00:00
|
|
|
%global extension no-overview
|
|
|
|
%global uuid %{extension}@fthx
|
|
|
|
|
|
|
|
Name: gnome-shell-extension-%{extension}
|
2024-11-07 13:44:25 +00:00
|
|
|
Version: 47
|
2024-05-22 13:31:02 +00:00
|
|
|
Release: %autorelease
|
2021-04-14 13:35:53 +00:00
|
|
|
Summary: GNOME Shell extension for no overview at start-up
|
2022-11-16 05:32:38 +00:00
|
|
|
License: GPL-3.0-only
|
2021-04-14 13:35:53 +00:00
|
|
|
URL: https://extensions.gnome.org/extension/4099/no-overview/
|
2024-05-22 13:51:45 +00:00
|
|
|
Source0: https://github.com/fthx/no-overview/archive/refs/tags/v%{version}.zip#/no-overview-%{version}.zip
|
|
|
|
|
2021-04-14 13:35:53 +00:00
|
|
|
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
|
2022-01-17 23:54:27 +00:00
|
|
|
#Patch0: %%{name}-HEAD.patch
|
2021-04-14 13:35:53 +00:00
|
|
|
BuildArch: noarch
|
2021-09-07 13:38:41 +00:00
|
|
|
# rhbz#2001561 Delete to require gnome-shell-extension-common
|
|
|
|
#Requires: gnome-shell-extension-common
|
2021-04-14 13:35:53 +00:00
|
|
|
Recommends: gnome-extensions-app
|
2022-08-13 03:46:44 +00:00
|
|
|
BuildRequires: git
|
2021-04-14 13:35:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
GNOME Shell extension for no overview at start-up. For GNOME Shell 40+.
|
|
|
|
|
|
|
|
%prep
|
2024-05-22 13:51:45 +00:00
|
|
|
%autosetup -n %{extension}-%{version} -S git
|
2021-04-14 13:35:53 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
# Nothing to build here
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m 0755 %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
|
|
|
|
|
|
|
# install main extension files
|
|
|
|
cp -rp *.js metadata.json \
|
|
|
|
%{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-05-22 13:31:02 +00:00
|
|
|
%autochangelog
|
2024-02-27 15:27:13 +00:00
|
|
|
|