configmgr: support reading from a dconf layer (WIP)

Desktop / LibreOffice - Stephan Bergmann [redhat.com] - 8 July 2015 07:06 UTC

Work in progress to allow integration of LO with .

During configuration, dconf support is implicitly enabled when available on the host (which is presumably only available on Linux). It is explicitly disabled for TDF Linux builds for now, though, to avoid accidental dependencies of the distributed installation sets on system dconf libraries.

A dconf layer is represented in the CONFIGURATION_LAYERS bootstrap variable with type "dconf" and an empty URL. See the comment at the top of configmgr/source/readdconflayer.cxx for the encoding of component-data in dconf.

All of this is still subject to change.

Change-Id: I2d08d81c8ea43ba4a99040a8882ae75b91bcfdb9 Reviewed-on: https://gerrit.libreoffice.org/16848

ecc617e configmgr: support reading from a dconf layer (WIP)
RepositoryExternal.mk | 5 +
config_host.mk.in | 3 +
config_host/config_dconf.h.in | 17 +
configmgr/CppunitTest_configmgr_unit.mk | 1 +
configmgr/Library_configmgr.mk | 8 +-
configmgr/source/components.cxx | 14 +
configmgr/source/readdconflayer.cxx | 931 +++++++++++++++++++++++++++++++
configmgr/source/readdconflayer.hxx | 25 +
configure.ac | 29 +
distro-configs/LibreOfficeLinux.conf | 1 +
include/sal/log-areas.dox | 1 +
instsetoo_native/CustomTarget_setup.mk | 2 +-
scp2/source/ooo/common_brand.scp | 19 +-
13 files changed, 1048 insertions(+), 8 deletions(-)

Upstream: cgit.freedesktop.org


  • Share