summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-03-24 00:11:05 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2021-04-07 16:17:21 +0000
commit5449d97138dcb528a878b12912b954176e3ccf1f (patch)
treeafaa5cd9ca21befeb7fe5d014dfb46671ee9ff64
parent405c1d388d4551e3c630f3fe32f8be14bb12bbe4 (diff)
Generate and install a few more rc files.
Change-Id: Icce15c32268b16266506b0ef36040d9e15c6c8f8
-rw-r--r--animations/meson.build2
-rw-r--r--instsetoo_native/lounorc.in13
-rw-r--r--instsetoo_native/meson.build35
-rw-r--r--instsetoo_native/redirectrc.in2
-rw-r--r--instsetoo_native/setuprc.in2
-rw-r--r--instsetoo_native/unorc.in6
-rw-r--r--instsetoo_native/versionrc.in11
7 files changed, 71 insertions, 0 deletions
diff --git a/animations/meson.build b/animations/meson.build
index 80a9892eea51..e0286a8cc418 100644
--- a/animations/meson.build
+++ b/animations/meson.build
@@ -5,4 +5,6 @@ animcore_lib = shared_library('animcorelo',
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
link_with: [comphelper_lib, cppuhelper_lib, cppu_lib, sal_lib],
install: true,
+ install_dir: get_option('libdir'),
+ gnu_symbol_visibility: 'hidden',
)
diff --git a/instsetoo_native/lounorc.in b/instsetoo_native/lounorc.in
new file mode 100644
index 000000000000..b57bab0c0a8e
--- /dev/null
+++ b/instsetoo_native/lounorc.in
@@ -0,0 +1,13 @@
+[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
diff --git a/instsetoo_native/meson.build b/instsetoo_native/meson.build
index 6b66f2d99443..fe5f48742f0c 100644
--- a/instsetoo_native/meson.build
+++ b/instsetoo_native/meson.build
@@ -22,3 +22,38 @@ configure_file(input: 'bootstraprc.in',
install: true,
install_dir: get_option('bindir')
)
+
+configure_file(input: 'lounorc.in',
+ output: 'lounorc',
+ configuration: cdata,
+ install: true,
+ install_dir: get_option('bindir')
+)
+
+configure_file(input: 'versionrc.in',
+ output: 'versionrc',
+ configuration: cdata,
+ install: true,
+ install_dir: get_option('bindir')
+)
+
+configure_file(input: 'unorc.in',
+ output: 'unorc',
+ configuration: cdata,
+ install: true,
+ install_dir: get_option('bindir')
+)
+
+configure_file(input: 'setuprc.in',
+ output: 'setuprc',
+ configuration: cdata,
+ install: true,
+ install_dir: get_option('bindir')
+)
+
+configure_file(input: 'redirectrc.in',
+ output: 'redirectrc',
+ configuration: cdata,
+ install: true,
+ install_dir: get_option('bindir')
+)
diff --git a/instsetoo_native/redirectrc.in b/instsetoo_native/redirectrc.in
new file mode 100644
index 000000000000..c30ee7409d8b
--- /dev/null
+++ b/instsetoo_native/redirectrc.in
@@ -0,0 +1,2 @@
+[Bootstrap]
+URE_BOOTSTRAP=${ORIGIN}/fundamentalrc
diff --git a/instsetoo_native/setuprc.in b/instsetoo_native/setuprc.in
new file mode 100644
index 000000000000..182aaf22f387
--- /dev/null
+++ b/instsetoo_native/setuprc.in
@@ -0,0 +1,2 @@
+[Bootstrap]
+buildid=1902db138275001aa456e5c47c02321396d7daa8
diff --git a/instsetoo_native/unorc.in b/instsetoo_native/unorc.in
new file mode 100644
index 000000000000..4b7267f60314
--- /dev/null
+++ b/instsetoo_native/unorc.in
@@ -0,0 +1,6 @@
+[Bootstrap]
+URE_INTERNAL_LIB_DIR=${ORIGIN}
+URE_INTERNAL_JAVA_DIR=${ORIGIN}/classes
+URE_INTERNAL_JAVA_CLASSPATH=${URE_MORE_JAVA_TYPES}
+UNO_TYPES=${ORIGIN}/types.rdb ${URE_MORE_TYPES}
+UNO_SERVICES=${ORIGIN}/services.rdb ${URE_MORE_SERVICES}
diff --git a/instsetoo_native/versionrc.in b/instsetoo_native/versionrc.in
new file mode 100644
index 000000000000..26bcbb5397f0
--- /dev/null
+++ b/instsetoo_native/versionrc.in
@@ -0,0 +1,11 @@
+ [Version]
+AllLanguages=en-US
+BuildVersion=
+buildid=1902db138275001aa456e5c47c02321396d7daa8
+ExtensionUpdateURL=https://updateexte.libreoffice.org/ExtensionUpdateService/check.Update
+UpdateChannel=
+ReferenceOOoMajorMinor=4.1
+UpdateID=LibreOfficeDev_7_en-US
+UpdateURL=
+UpdateUserAgent=<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; <OPTIONAL_OS_HW_DATA>)
+Vendor=jpakkane