Modify and extend GNOME Shell functionality and behavior
With the new version scheme, extensions must only match the major gnome-shell version. While not enforced by the shell, it still makes sense to match minor versions for development releases, but as the package version uses "~" instead of "." in that case, matching on the first field when splitting by dot gives us the desired behavior for both stable and unstable versions: 43~rc → 43~rc 43~rc.1 → 43~rc 43.0 → 43 43.1 → 43 |
||
---|---|---|
.gitignore | ||
gnome-shell-extensions.spec | ||
sources |