office-gobmx/instsetoo_native
Michael Weghorn d6ea4b8ffc Depend on 64-bit packages for aarch64 as well
As Christian Lohmaier pointed out in [1]:

> When building packages using the epm method, the dependency gets added
> by instsetoo_native/inc_openoffice/unix/find-requires-x11.sh - and it
> looks like it should also add the ()(64bit) marker to the dependency
> when PLATFORMID is linux_aarch64 and not only for linux_x86_64
>
> check with rpm -q --provides libXinerama-1.1.3-2.1.el7.aarch64 whether
> it provides "libXinerama.so.1()(64bit)"

The reply of 2022-03-25T10:41 (public mailing list version
probably still pending in some moderator queue)
shows it does:

> [root@1 rpm2]# `rpm -q --provides
> > ^CbXinerama-1.1.3-2.1.el7.aarch64
> [root@1 rpm2]# rpm -q --provides libXinerama-1.1.3-2.1.el7.aarch64
> libXinerama = 1.1.3-2.1.el7
> libXinerama(aarch-64) = 1.1.3-2.1.el7
> libXinerama.so.1()(64bit)

[1] https://lists.freedesktop.org/archives/libreoffice/2022-March/088637.html

Change-Id: I1b9a4025399d82ac5f5e51ea5523417e3e6cf395
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132094
Tested-by: Michael Weghorn <m.weghorn@posteo.de>
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2022-03-25 12:06:37 +01:00
..
inc_common/windows/msi_templates/Binary
inc_ooohelppack/windows/msi_templates tdf#135233: Useless looking translatable string: "error text goes here" 2022-02-27 23:02:15 +01:00
inc_openoffice Depend on 64-bit packages for aarch64 as well 2022-03-25 12:06:37 +01:00
inc_sdkoo/windows/msi_templates tdf#135233: Useless looking translatable string: "error text goes here" 2022-02-27 23:02:15 +01:00
util Fix typos 2021-05-27 14:57:53 +02:00
CustomTarget_install.mk Make installer compression tool configurable 2022-01-22 10:14:23 +01:00
CustomTarget_setup.mk Split overly long line into multiple logically separate pieces for sanity 2021-10-29 14:09:14 +02:00
Makefile
Module_instsetoo_native.mk
ooenv recommended gtk3 to gtk4 migration 'Enable diagnostic warnings' 2020-12-21 09:45:06 +01:00
Package_instsetoo_native_ooenv.mk
Package_setup.mk
Package_setup_ure.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Native Install-Set Creation

This is where you will find your natively packaged builds after the build has completed. On Windows these would live in:

workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi

for example (nothing like a few long directory names before breakfast).

Also generates .ini files for the instdir/ tree (which are unfortunately duplicated for now between instsetoo_native/CustomTarget_setup.mk and scp2).