many structural changes
This commit is contained in:
18
data/gschema/cl.cromer.ubb.sernatur.gschema.xml
Normal file
18
data/gschema/cl.cromer.ubb.sernatur.gschema.xml
Normal 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
1
data/gschema/meson.build
Normal 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'))
|
||||
Reference in New Issue
Block a user