gschemas translations and autovala support

This commit is contained in:
2017-11-11 11:30:47 -03:00
parent 6f15fc63c4
commit bb96e85e05
110 changed files with 9164 additions and 1286 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env python3
import os
import subprocess
schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')
if not os.environ.get('DESTDIR'):
print('Compiling gsettings schemas...')
subprocess.call(['glib-compile-schemas', schemadir])