[sysprof] build: remove org.gnome.sysprof3 gsettings schema



commit dfe2dbe9bc6d384ab6f750ed6d4046a4484c3ed3
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 22 12:36:41 2022 -0700

    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(-)
---
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/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
   )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]