summaryrefslogtreecommitdiff
path: root/schemas/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/meson.build')
-rw-r--r--schemas/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/schemas/meson.build b/schemas/meson.build
index 677e4ef..3226aef 100644
--- a/schemas/meson.build
+++ b/schemas/meson.build
@@ -1,12 +1,12 @@
gsettingsdir = datadir / 'glib-2.0/schemas'
-install_data('org.gnome.GWeather.gschema.xml',
+install_data('org.gnome.GWeather4.gschema.xml',
install_dir: gsettingsdir,
)
-gnome.mkenums('org.gnome.GWeather.enums.xml',
+gnome.mkenums('org.gnome.GWeather4.enums.xml',
comments: '<!-- @comment@ -->',
fhead: '<schemalist>',
- vhead: '<@type@ id="org.gnome.GWeather.@EnumName@">',
+ vhead: '<@type@ id="org.gnome.GWeather4.@EnumName@">',
vprod: '<value nick="@valuenick@" value="@valuenum@"/>',
vtail: '</@type@>',
ftail: '</schemalist>',