.gitlab
.gitlab-ci
.settings
data
docs
js
lint
man
meson
po
src
subprojects
extensions-app
extensions-tool
completion
man
po
src
templates
command-create.c
command-disable.c
command-enable.c
command-info.c
command-install.c
command-list.c
command-pack.c
command-prefs.c
command-reset.c
command-uninstall.c
commands.h
common.h
gnome-extensions-tool.gresource.xml
main.c
meson.build
COPYING
README.md
generate-translations.sh
meson.build
meson_options.txt
gvc
shew
tests
tools
.eslintrc.yml
.gitignore
.gitlab-ci.yml
.gitmodules
.jscheckignore
COPYING
HACKING.md
NEWS
README.md
config.h.meson
gnome-shell.doap
meson.build
meson_options.txt

GSettings schemas are now compiled at install time, so it is no longer necessary to include the compiled schema in the archive. However the `gnome-extensions pack` command hasn't been adjusted, so that it can still be used to produce valid archives for all supported versions. To not let that code linger forever, error out when building a version where GNOME 44 is the oldest supported release. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2639>