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 --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8da267b7..495594e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -621,9 +621,6 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) nm-connection-editor.desktop: nm-connection-editor.desktop.in $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ -gsettings_SCHEMAS = org.gnome.nm-applet.gschema.xml -@GSETTINGS_RULES@ - appdatadir = $(datadir)/metainfo appdata_DATA = $(appdata_in_files:.xml.in=.xml) appdata_in_files = nm-connection-editor.appdata.xml.in -- cgit v1.2.1