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 )