-
-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gnome): Add CoverflowAltTab extension
fix(gnome): Remove no-longer-maintained gamerzilla extension
- Loading branch information
Showing
7 changed files
with
723 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
674 changes: 674 additions & 0 deletions
674
spec_files/gnome-shell-extension-coverflow-alt-tab/COPYING
Large diffs are not rendered by default.
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
...iles/gnome-shell-extension-coverflow-alt-tab/gnome-shell-extension-coverflow-alt-tab.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
%global uuid CoverflowAltTab@palatis.blogspot.com | ||
|
||
Name: gnome-shell-extension-coverflow-alt-tab | ||
Version: 76 | ||
Release: 1%{?dist} | ||
Summary: Coverflow like Alt-Tab replacement for Gnome-Shell | ||
|
||
Group: User Interface/Desktops | ||
License: GPLv3 | ||
URL: https://github.com/dsheeler/CoverflowAltTab | ||
Source0: https://github.com/dsheeler/CoverflowAltTab/archive/refs/tags/v%{version}.tar.gz | ||
BuildArch: noarch | ||
|
||
BuildRequires: glib2 | ||
|
||
Requires: gnome-shell >= 3.12 | ||
%description | ||
Coverflow like Alt-Tab replacement for Gnome-Shell | ||
|
||
%prep | ||
%autosetup -n CoverflowAltTab-%{version} | ||
|
||
%build | ||
# Nothing to build | ||
|
||
%install | ||
rm -rf assets | ||
rm README.md | ||
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} | ||
cp -r * %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ | ||
glib-compile-schemas %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/schemas/ | ||
|
||
%files | ||
%license COPYING | ||
%{_datadir}/gnome-shell/extensions/%{uuid}/ | ||
|
||
%changelog | ||
{{{ git_dir_changelog }}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../usr/share/glib-2.0/schemas/zz0-03-bazzite-desktop-silverblue-extensions.gschema.override
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[org.gnome.shell] | ||
enabled-extensions=['logomenu@aryan_k', 'appindicatorsupport@rgcjonas.gmail.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'gsconnect@andyholmes.github.io', 'just-perfection-desktop@just-perfection', 'blur-my-shell@aunetx', 'hotedge@jonathan.jdoda.ca', 'caffeine@patapon.info', 'tilingshell@ferrarodomenico.com'] | ||
enabled-extensions=['logomenu@aryan_k', 'appindicatorsupport@rgcjonas.gmail.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'gsconnect@andyholmes.github.io', 'just-perfection-desktop@just-perfection', 'blur-my-shell@aunetx', 'CoverflowAltTab@palatis.blogspot.com', 'hotedge@jonathan.jdoda.ca', 'caffeine@patapon.info', 'tilingshell@ferrarodomenico.com'] | ||
disabled-extensions=['background-logo@fedorahosted.org'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rblue/usr/share/glib-2.0/schemas/zz0-20-bazzite-nvidia-silverblue-global.gschema.override
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[org.gnome.shell] | ||
enabled-extensions=['logomenu@aryan_k', 'appindicatorsupport@rgcjonas.gmail.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'gsconnect@andyholmes.github.io', 'just-perfection-desktop@just-perfection', 'blur-my-shell@aunetx', 'hotedge@jonathan.jdoda.ca', 'supergfxctl-gex@asus-linux.org', 'caffeine@patapon.info', 'tilingshell@ferrarodomenico.com'] | ||
enabled-extensions=['logomenu@aryan_k', 'appindicatorsupport@rgcjonas.gmail.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'gsconnect@andyholmes.github.io', 'just-perfection-desktop@just-perfection', 'blur-my-shell@aunetx', 'CoverflowAltTab@palatis.blogspot.com', 'hotedge@jonathan.jdoda.ca', 'supergfxctl-gex@asus-linux.org', 'caffeine@patapon.info', 'tilingshell@ferrarodomenico.com'] | ||
disabled-extensions=['background-logo@fedorahosted.org'] |