[gnome-control-center/wip/carlosg/common-cleanup: 18/21] common: Drop update-from-gsd usage



commit 9e5ccbd7489503b8e98fb710a9094638d596c851
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Jul 27 11:18:24 2019 +0200

    common: Drop update-from-gsd usage
    
    Those files are no longer existent in gnome-settings-daemon, so
    this module is free to do as it pleases with them, there doesn't
    need to exist any synchronization anymore.

 panels/common/meson.build | 23 -----------------------
 1 file changed, 23 deletions(-)
---
diff --git a/panels/common/meson.build b/panels/common/meson.build
index 7d15e64f3..d35dbd1ac 100644
--- a/panels/common/meson.build
+++ b/panels/common/meson.build
@@ -116,26 +116,3 @@ install_data(
   install_dir: join_paths(control_center_datadir, 'polkit-1', 'rules.d')
 )
 
-# FIXME: workaround for updating different sources code
-input_dir = join_paths(meson.source_root(), '..', 'gnome-settings-daemon', 'plugins', 'common')
-
-script_conf = configuration_data()
-script_conf.set('program', update_from_gsd.path())
-script_conf.set('input_dir', input_dir)
-script_conf.set('working_dir', meson.current_source_dir())
-script_conf.set('source_files', ' '.join(gsd_sources + gsd_sources_udev + gsd_headers))
-script_conf.set('source_message', 'common: Update from gnome-settings-daemon')
-
-script_name = 'update-common-from-gsd'
-
-script = configure_file(
-  input: update_from_gsd_in,
-  output: script_name + '.sh',
-  configuration: script_conf
-)
-
-run_target(
-  script_name,
-  command: script
-)
-


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