Initial commit

This commit is contained in:
Joshua Strobl 2023-02-04 19:38:07 +02:00
commit 13b183cada
16 changed files with 557 additions and 0 deletions

6
meson_post_install.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
if [ -z $DESTDIR ]; then
PREFIX=${MESON_INSTALL_PREFIX:-/usr}
glib-compile-schemas "$PREFIX/share/glib-2.0/schemas"
fi