From dfe2dbe9bc6d384ab6f750ed6d4046a4484c3ed3 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 22 Jul 2022 12:36:41 -0700 Subject: [PATCH] build: remove org.gnome.sysprof3 gsettings schema We don't use this anymore, so we can just delete it. --- data/meson.build | 4 ---- data/org.gnome.sysprof3.gschema.xml | 19 ------------------- meson.build | 1 - 3 files changed, 24 deletions(-) delete mode 100644 data/org.gnome.sysprof3.gschema.xml diff --git a/data/meson.build b/data/meson.build index b8c44e1f..82a13646 100644 --- a/data/meson.build +++ b/data/meson.build @@ -3,10 +3,6 @@ if get_option('gtk') and get_option('libsysprof') install_dir: join_paths(datadir, 'mime/packages') ) - install_data('org.gnome.sysprof3.gschema.xml', - install_dir: join_paths(datadir, 'glib-2.0/schemas') - ) - i18n.merge_file( input: 'org.gnome.Sysprof.appdata.xml.in', output: 'org.gnome.Sysprof.appdata.xml', diff --git a/data/org.gnome.sysprof3.gschema.xml b/data/org.gnome.sysprof3.gschema.xml deleted file mode 100644 index 95d89871..00000000 --- a/data/org.gnome.sysprof3.gschema.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - '' - Last Spawn Program - The last spawned program, which will be set in the UI upon restart of the application. - - - true - Last Spawn Inherit Environment - If the last spawned environment inherits the parent environment. - - - [] - Last Spawn Environment - The last spawned environment, which will be set in the UI upon restart of the application. - - - diff --git a/meson.build b/meson.build index eb78c1ac..14bf8186 100644 --- a/meson.build +++ b/meson.build @@ -220,7 +220,6 @@ configure_file( if get_option('gtk') and gnome.found() gnome.post_install( - glib_compile_schemas: true, gtk_update_icon_cache: true, update_desktop_database: true )