copy rc files to instdir
Change-Id: I5a4433595ac19930a40132c5749a8c0150c90aae
This commit is contained in:
parent
764e747a3a
commit
ecc07f080f
@ -20,6 +20,7 @@ endif
|
||||
ifneq ($(gb_RUNNABLE_INSTDIR),)
|
||||
$(eval $(call gb_Module_add_targets,instsetoo_native,\
|
||||
CustomTarget_setup \
|
||||
Package_config \
|
||||
Package_rdb \
|
||||
Package_setup \
|
||||
))
|
||||
|
22
instsetoo_native/Package_config.mk
Normal file
22
instsetoo_native/Package_config.mk
Normal file
@ -0,0 +1,22 @@
|
||||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||
#
|
||||
# This file is part of the LibreOffice project.
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
|
||||
$(eval $(call gb_Package_Package,instsetoo_native_config,$(SRCDIR)/instsetoo_native/config))
|
||||
|
||||
$(eval $(call gb_Package_set_outdir,instsetoo_native_config,$(INSTDIR)))
|
||||
|
||||
$(eval $(call gb_Package_add_files,instsetoo_native_config,program,\
|
||||
bootstraprc \
|
||||
fundamentalrc \
|
||||
unorc \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Package_add_file,instsetoo_native_config,ure/lib/unorc,unorc.ure))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
14
instsetoo_native/config/bootstraprc
Normal file
14
instsetoo_native/config/bootstraprc
Normal file
@ -0,0 +1,14 @@
|
||||
= This file is part of the LibreOffice project.
|
||||
=
|
||||
= This Source Code Form is subject to the terms of the Mozilla Public
|
||||
= License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
= file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
=
|
||||
|
||||
[ErrorReport]
|
||||
ErrorReportPort=80
|
||||
ErrorReportServer=report.libreoffice.org
|
||||
[Bootstrap]
|
||||
InstallMode=<installmode>
|
||||
ProductKey=LibreOffice 4.1
|
||||
UserInstallation=$ORIGIN/../.config
|
27
instsetoo_native/config/fundamentalrc
Normal file
27
instsetoo_native/config/fundamentalrc
Normal file
@ -0,0 +1,27 @@
|
||||
= This file is part of the LibreOffice project.
|
||||
=
|
||||
= This Source Code Form is subject to the terms of the Mozilla Public
|
||||
= License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
= file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
=
|
||||
|
||||
[Bootstrap]
|
||||
BRAND_BASE_DIR=${ORIGIN}/..
|
||||
CONFIGURATION_LAYERS=xcsxcu:${BRAND_BASE_DIR}/share/registry res:${BRAND_BASE_DIR}/share/registry bundledext:${${BRAND_BASE_DIR}/program/unorc:BUNDLED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:${${BRAND_BASE_DIR}/program/unorc:SHARED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini userext:${${BRAND_BASE_DIR}/program/unorc:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini user:${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/user/registrymodifications.xcu
|
||||
LO_JAVA_DIR=${BRAND_BASE_DIR}/program/classes
|
||||
LO_LIB_DIR=${BRAND_BASE_DIR}/program
|
||||
BAK_EXTENSIONS=${$ORIGIN/unorc:TMP_EXTENSIONS}
|
||||
BUNDLED_EXTENSIONS=${$ORIGIN/unorc:BUNDLED_EXTENSIONS}
|
||||
BUNDLED_EXTENSIONS_USER=${$ORIGIN/unorc:BUNDLED_EXTENSIONS_USER}
|
||||
SHARED_EXTENSIONS_USER=${$ORIGIN/unorc:SHARED_EXTENSIONS_USER}
|
||||
UNO_SHARED_PACKAGES_CACHE=${$ORIGIN/unorc:UNO_SHARED_PACKAGES_CACHE}
|
||||
TMP_EXTENSIONS=${$ORIGIN/unorc:TMP_EXTENSIONS}
|
||||
UNO_USER_PACKAGES_CACHE=${$ORIGIN/unorc:UNO_USER_PACKAGES_CACHE}
|
||||
URE_BIN_DIR=${BRAND_BASE_DIR}/ure-link/bin
|
||||
URE_MORE_JAVA_CLASSPATH_URLS=
|
||||
URE_OVERRIDE_JAVA_JFW_SHARED_DATA=${BRAND_BASE_DIR}/share/config/javasettings_${_OS}_${_ARCH}.xml
|
||||
URE_OVERRIDE_JAVA_JFW_USER_DATA=${${BRAND_BASE_DIR}/program/bootstraprc:UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml
|
||||
URE_LIB_DIR=${BRAND_BASE_DIR}/ure-link/lib
|
||||
URE_MORE_JAVA_TYPES=$ORIGIN/classes/unoil.jar $ORIGIN/classes/ScriptFramework.jar ${${$ORIGIN/unorc:PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/unorc:PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/unorc:PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}
|
||||
URE_MORE_SERVICES=${${$ORIGIN/unorc:PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/unorc:PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/unorc:PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*
|
||||
URE_MORE_TYPES=<$ORIGIN/types>* ${${$ORIGIN/unorc:PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/unorc:PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/unorc:PKG_BundledUnoFile}:UNO_TYPES}
|
20
instsetoo_native/config/unorc
Normal file
20
instsetoo_native/config/unorc
Normal file
@ -0,0 +1,20 @@
|
||||
= This file is part of the LibreOffice project.
|
||||
=
|
||||
= This Source Code Form is subject to the terms of the Mozilla Public
|
||||
= License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
= file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
=
|
||||
|
||||
[Bootstrap]
|
||||
PKG_BundledUnoFile=$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
|
||||
PKG_SharedUnoFile=$SHARED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
|
||||
PKG_UserUnoFile=$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
|
||||
BAK_EXTENSIONS=${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/user/extensions/bak
|
||||
BUNDLED_EXTENSIONS=$BRAND_BASE_DIR/share/extensions
|
||||
BUNDLED_EXTENSIONS_USER=${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/user/extensions/bundled
|
||||
TMP_EXTENSIONS=${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/user/extensions/tmp
|
||||
SHARED_EXTENSIONS_USER=${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/user/extensions/shared
|
||||
UNO_SHARED_PACKAGES=$BRAND_BASE_DIR/share/uno_packages
|
||||
UNO_SHARED_PACKAGES_CACHE=$UNO_SHARED_PACKAGES/cache
|
||||
UNO_USER_PACKAGES=${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/user/uno_packages
|
||||
UNO_USER_PACKAGES_CACHE=$UNO_USER_PACKAGES/cache
|
13
instsetoo_native/config/unorc.ure
Normal file
13
instsetoo_native/config/unorc.ure
Normal file
@ -0,0 +1,13 @@
|
||||
= This file is part of the LibreOffice project.
|
||||
=
|
||||
= This Source Code Form is subject to the terms of the Mozilla Public
|
||||
= License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
= file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
=
|
||||
|
||||
[Bootstrap]
|
||||
URE_INTERNAL_LIB_DIR=${ORIGIN}
|
||||
URE_INTERNAL_JAVA_DIR=${ORIGIN}../share/java
|
||||
URE_INTERNAL_JAVA_CLASSPATH=${URE_MORE_JAVA_TYPES}
|
||||
UNO_TYPES=${ORIGIN}/../share/misc/types.rdb ${URE_MORE_TYPES}
|
||||
UNO_SERVICES=${ORIGIN}/../share/misc/services.rdb ${URE_MORE_SERVICES}
|
Loading…
x
Reference in New Issue
Block a user