[gnome-shell] data: Remove old GConf migration files



commit f5be205c0929cd5713b696ec3718c4a503416cc3
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Jun 17 21:31:20 2021 +0200

    data: Remove old GConf migration files
    
    The migration happened in GNOME 3.6 over 9 years ago. The chances
    that someone migrates from 3.0.x or 3.2.x to 41 are very much zero.
    And if it were to happen, it wouldn't work anyway, because we stopped
    using a separate overrides schema.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1890>

 data/gnome-shell-overrides.convert | 4 ----
 data/meson.build                   | 2 --
 meson.build                        | 1 -
 3 files changed, 7 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 4a1e16d467..b731f5a8dd 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -127,5 +127,3 @@ custom_target('compile-schemas',
   output: 'gschemas.compiled',
   command: [find_program('glib-compile-schemas'), meson.current_build_dir()],
   build_by_default: true)
-
-install_data('gnome-shell-overrides.convert', install_dir: convertdir)
diff --git a/meson.build b/meson.build
index 20ba7edc1c..c642a95e93 100644
--- a/meson.build
+++ b/meson.build
@@ -54,7 +54,6 @@ pkgdatadir = join_paths(datadir, meson.project_name())
 pkglibdir = join_paths(libdir, meson.project_name())
 
 autostartdir = join_paths(sysconfdir, 'xdg', 'autostart')
-convertdir = join_paths(datadir, 'GConf', 'gsettings')
 desktopdir = join_paths(datadir, 'applications')
 icondir = join_paths(datadir, 'icons')
 ifacedir = join_paths(datadir, 'dbus-1', 'interfaces')


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