[gnome-color-manager] Add a GConf to DConf migration script



commit 308e4401064e489da4d548df0b5979c72031a49d
Author: Richard Hughes <richard hughsie com>
Date:   Thu May 20 14:45:32 2010 +0100

    Add a GConf to DConf migration script

 data/Makefile.am                             |    3 +++
 data/org.gnome.color-manager.gschema.migrate |   14 ++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e2b3ac3..9de2564 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -4,6 +4,9 @@ SUBDIRS = 						\
 	figures						\
 	icons
 
+migrationdir = $(datadir)/GConf/gsettings
+dist_migration_DATA = org.gnome.color-manager.gschema.migrate
+
 @INTLTOOL_DESKTOP_RULE@
 desktopdir = $(datadir)/applications
 desktop_in_files =					\
diff --git a/data/org.gnome.color-manager.gschema.migrate b/data/org.gnome.color-manager.gschema.migrate
new file mode 100644
index 0000000..ff7ee9d
--- /dev/null
+++ b/data/org.gnome.color-manager.gschema.migrate
@@ -0,0 +1,14 @@
+[org.gnome.color-manager]
+default-gamma = /apps/gnome-color-manager/default_gamma
+global-display-correction = /apps/gnome-color-manager/global_display_correction
+set-icc-profile-atom = /apps/gnome-color-manager/set_icc_profile_atom
+rendering-intent-display = /apps/gnome-color-manager/rendering_intent_display
+rendering-intent-softproof = /apps/gnome-color-manager/rendering_intent_softproof
+colorspace-rgb = /apps/gnome-color-manager/colorspace_rgb
+colorspace-cmyk = /apps/gnome-color-manager/colorspace_cmyk
+use-profiles-from-volumes = /apps/gnome-color-manager/use_profiles_from_volumes
+calibration-length = /apps/gnome-color-manager/calibration_length
+show-fine-tuning = /apps/gnome-color-manager/show_fine_tuning
+recalibrate-printer-threshold = /apps/gnome-color-manager/recalibrate_printer_threshold
+recalibrate-display-threshold = /apps/gnome-color-manager/recalibrate_display_threshold
+



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