Search Criteria
Package Details: gnome-shell-extension-coverflow-alt-tab-git 1.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-coverflow-alt-tab-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-coverflow-alt-tab-git |
Description: | Replacement of Alt-Tab, iterates through windows in a cover-flow manner |
Upstream URL: | https://github.com/dmo60/CoverflowAltTab |
Licenses: | GPL |
Conflicts: | gnome-shell-extension-coverflow-alt-tab |
Provides: | gnome-shell-extension-coverflow-alt-tab |
Submitter: | alucryd |
Maintainer: | XZS |
Last Packager: | XZS |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2012-03-19 11:05 (UTC) |
Last Updated: | 2022-09-08 22:16 (UTC) |
Dependencies (2)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
XZS commented on 2022-09-08 22:16 (UTC)
I updated the package. It should compile and work with the current gnome-shell version.
However, I don't think Taijian's suggestion should be incorporated. Removing the upper version bound when equal to the current version already was a sort of workaround as many extension developers do not update their compatibility list when the extension keeps working with a future version without change. When the extension is actively tested against new versions I would like to trust the developer on their compatibility statement.
This indeed means that sometimes the extension may only work with a version newer than already present in the Arch Linux repositories. In the case of coverflow, this is often the case as changes that make it work with a newer version break compatibility with an earlier version. If that comes to my attention, I would prefer holding this package on a specific revision until the new gnome-shell version hits our repositories.
hey951753 commented on 2022-08-31 11:38 (UTC)
This is no longer out of date. Can you update that?
Taijian commented on 2020-09-19 21:08 (UTC)
With the latest update there is a version check mismatch in line 78 of your PKGBUILD - because git is compatible with shell version 3.38 but we only have 3.36 yet, the check fails. So instead of
if [ "$max" != $(
, you should useif [ "$max" < $(
.Taijian commented on 2019-10-08 09:23 (UTC)
Trying to install this on shell 3.34.1 gives an error message wrt a non-supported shell version even though support for 3.34 has been merged upstream - at least in git, but not in a stable release yet...
XZS commented on 2014-10-29 13:03 (UTC)
alucryd commented on 2012-09-04 16:09 (UTC)
alucryd commented on 2012-04-06 13:49 (UTC)