Architecture rewrite and new features

This commit is contained in:
Romain
2020-05-25 08:41:35 +00:00
parent c64f0e8993
commit f21bc025b7
83 changed files with 4563 additions and 1686 deletions
+4 -1
View File
@@ -29,8 +29,10 @@ build: build-clean
gnome-extensions pack \
--extra-source=../LICENSE \
--extra-source=./config.js \
--extra-source=./convenience.js \
--extra-source=./utils.js \
--extra-source=./modules/ \
--extra-source=./preferences/ \
--extra-source=./schemas/ \
--podir=./po/ \
--gettext-domain=$(UUID) \
@@ -54,7 +56,8 @@ clean: build-clean deps-clean
.PHONY: test
test:
cat ./src/modules/Variants.js ./tests/_variants.js.template > ./tests/_variants.js
cat ./src/modules/GtkVariants.js ./tests/gtk_themes/_variants.js.template > ./tests/gtk_themes/_variants.js
cat ./src/modules/ShellVariants.js ./tests/shell_themes/_variants.js.template > ./tests/shell_themes/_variants.js
npm run test
.PHONY: deps-install