many structural changes

This commit is contained in:
2018-11-01 21:52:30 -03:00
parent 430864f06b
commit d506be7b4f
27 changed files with 477 additions and 92 deletions

4
script/compile_schemas.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh -eu
echo "Compiling gsettings schemas..."
glib-compile-schemas "${MESON_INSTALL_DESTDIR_PREFIX}/share/glib-2.0/schemas"