From 6b1aaade74cf9d2cc5f02433cf34525b279011de Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 5 Mar 2020 11:00:59 +0100 Subject: gschema: move "org.gnome.nm-applet.gschema.xml" from network-manager-applet to libnma The schema is also used by libnma's "src/nma-ws/nma-eap.c" (formerly "src/wireless-security/eap-method.c") and g-c-c's "panels/network/wireless-security/eap-method.c". That means, despite the name of the schema, it really belongs to libnma. Move it to libnma ([1]). [1] https://gitlab.gnome.org/GNOME/libnma/-/commit/50cda26ae4beab31f30fb93fd36a7bcc5435adc1 See-also: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/881 See-also: https://gitlab.gnome.org/GNOME/libnma/-/merge_requests/11 --- meson.build | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index fc3eacdc..f77c297c 100644 --- a/meson.build +++ b/meson.build @@ -289,18 +289,6 @@ if appstream_util.found() ) endif -schema_conf = configuration_data() -schema_conf.set('GETTEXT_PACKAGE', nma_name) - -schema = 'org.gnome.nm-applet.gschema.xml' - -configure_file( - input: schema + '.in', - output: schema, - install_dir: join_paths(nma_datadir, 'glib-2.0', 'schemas'), - configuration: schema_conf -) - install_data( 'nm-applet.convert', install_dir: join_paths(nma_datadir, 'GConf', 'gsettings') -- cgit v1.2.1