Modify and extend GNOME Shell functionality and behavior
Go to file
Florian Müllner 8359d8c658 Adjust gnome-shell requirement
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
2022-10-28 23:33:28 +02:00
.gitignore Update to 43.1 2022-10-26 10:28:06 +02:00
gnome-shell-extensions.spec Adjust gnome-shell requirement 2022-10-28 23:33:28 +02:00
sources Update to 43.1 2022-10-26 10:28:06 +02:00