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

View File

@@ -0,0 +1,18 @@
<schemalist>
<schema id="cl.cromer.ubb.sernatur" path="/cl/cromer/ubb/sernatur/" gettext-domain="sernatur">
<key name="host" type="s">
<default>"localhost"</default>
<summary>Host to connect to</summary>
<description>
Host to connect to
</description>
</key>
<key name="port" type="s">
<default>"5432"</default>
<summary>Port number to use</summary>
<description>
Port number to use
</description>
</key>
</schema>
</schemalist>

1
data/gschema/meson.build Normal file
View File

@@ -0,0 +1 @@
install_data('cl.cromer.ubb.sernatur.gschema.xml', install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0', 'schemas'))