summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/ure.scp
AgeCommit message (Collapse)Author
2020-09-17cli_ure: Disable .NET for Windows Arm64 buildJan-Marek Glogowski
The current .NET 5.0 Arm64 preview doesn't have a mscoree.lib, so linking the climaker isn't possible. Change-Id: Ibbac88aa465a9ca2eb8fb0efaad91d20f358229b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102858 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2018-12-21Fix typo in codeAndrea Gelmini
It passed "make check" on Linux Change-Id: Ic8b2adeb949bfc72830667b6928147ebd053d2f0 Reviewed-on: https://gerrit.libreoffice.org/65517 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-02-10Remove MinGW supportStephan Bergmann
In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-12-02scp2: Bin not defined gids and not used definesMatúš Kukan
And a little cleanup. Change-Id: Id066b4d37e217b8ab21ea162c23a999566a9e190
2014-12-03Fold URE: WindowsStephan Bergmann
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is no longer necessary and loading of cppuhelper from the program dir cannot fail regardless in whatever scenario the cli_cppuhelper library itself is loaded. Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann
...and remove now unused ure-link symlink Change-Id: Ic958432c1dad4fae213982d0af072187f151620b
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann
Change-Id: I86864f832c0377d307cfa0b2c137f452e43797eb
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge (and juh.jar had lacked adaption for Mac OS X). Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann
Change-Id: Id6cab518329829c22600f2a68b6b59abd04a564c
2014-11-25Simplify some #ifStephan Bergmann
Change-Id: I9d3239bdbb92f715b050fd91238add5588969bf0
2014-11-24These are inside an !defined MACOSX blockStephan Bergmann
Change-Id: I09e2db009801c046cf8dd331c7e07cb83f9e3f20
2014-09-18Use instsetoo_native-generated uno ini-file for both instdir and instsetsStephan Bergmann
Change-Id: I8aa839fbe621fed798a9d3a33975cbd202fba656
2014-09-17Fix incorrect pathname in commentTor Lillqvist
Change-Id: Icd5bbba4e20fb5fbd24fede1318a2dd21a673601
2014-09-17Correct the location of the URE unorc in scp2 for OS XTor Lillqvist
The URE unorc should be in Resources/ure/etc also when constructing an app bundle from scp2 data. Change-Id: Id33d20bda0175018b8340c686ae9cd47525cd401
2014-09-16Wrong URE_INTERNAL_LIB_DIR value for MACOSXStephan Bergmann
Change-Id: I3bb7310f42ee6ddf6217326589566cf4d4781e17
2014-09-16Wrong URE_INTERNAL_JAVA_DIR value for MACOSXStephan Bergmann
Change-Id: I96e7573513a14255b556b068b6df8bc619125c4c
2014-09-16Wrong UNO_TYPES value for MACOSXStephan Bergmann
Change-Id: I3d3a373a86f766ce517cbb85bb4b5651d91313d8
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
In other words, only executable files go in the MacOS folder. Dynamic libraries and bundled frameworks (i.e., LibreOfficePython), and nothing else, go in the Frameworks folder, and all other files go in the Resources folder. Especially, note that Java class files and rc (.ini) files also go in Resources. Such an app bundle structure is what Apple strongly suggests one should use, and it has been hinted that future versions of code signing and/or Gatekeeper will require such a structure. There is still some ugliness thanks to traces of the historical separation of URE from "the office". Like there are two separate "unorc" files, one for URE, one for the LibreOffice application. IMHO, this should be cleaned up, but is probably controversial. (Eek! I now see there are actually *three* unorc files in the app bundle. Not intentional. Need to fix that later.) Change-Id: Idcf235038deb5b8e1d061734993e9f31869b7606
2014-08-15Another blind fix attempt for WNTTor Lillqvist
Change-Id: I369f3db3d72c93531e753b16fbd97abce4e1c0ed
2014-08-15Blind fix attempt for WNTTor Lillqvist
Change-Id: Iee1c5a5a1c9db5114b2b31cfac66d1a2d673a585
2014-08-15TypoTor Lillqvist
Change-Id: I9ba1a5679eb636103ccf7b34f120ed0d03903e76
2014-08-15Fixes for the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist
Change-Id: Ic3d27298264df9aa4e3e976fbca477106dbe180a
2014-03-14scp2: move libxml2 to AutoInstallMichael Stahl
Change-Id: I62f2f654ac661ebf266b7b5cf70728a616c9b50f
2014-02-26fdo#75526: sdk: install URE library symlinks / import libs againMichael Stahl
This is a bit involved because since the LinkTarget now creates the instdir/sdk/lib/* files itself a Package cannot be used; so convert the URE libraries to AutoInstall and add special handling for them to gb_Helper_register_libraries_for_install to create the necessary links in the "sdk" install-module. (regression from 70c35265f517ef372cb739d4cc64499abf57a838) Change-Id: Ia5467f3303d59f7f5f4a88adc22ceffb82a21ff1
2014-02-10fdo#60924: Move some packages to autoinstallMarcos Paulo de Souza
Change-Id: I5805c8d1c9978b8625ba0e0ea6c4337baf5a6cb5 Reviewed-on: https://gerrit.libreoffice.org/7903 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-02-04scp2: migrate URE Packages to AutoInstallMichael Stahl
Change-Id: I98a272e8cf009aa04bbd07ee333f9853e2a906d2
2014-02-04scp2: move URE jars to AutoInstallMichael Stahl
Change-Id: I68c5f5ac015e8c5d8efd60921f38eb31c6f8088d
2013-12-06scp2: hopefully fix Windows buildMatúš Kukan
Change-Id: Ib4ead1d64dc6b8e76bf2c7bf0f007e8962acb1e2
2013-12-06Zip .ui translations per UIConfig target.Matúš Kukan
Fix installer / scp2 to not ignore directory prefix in 'Name'. Change-Id: Ib319363c8be73a72029f1ba3833e518e15c55e29 Reviewed-on: https://gerrit.libreoffice.org/6915 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-25gbuild: refactor UnoApi to remove rdb files from OUTDIRMichael Stahl
- gb_UnoApi_get_target returns the files in INSTDIR - stop using rdb files from OUTDIR - remove gb_UnoApi_install - remove pointless 2nd parameter of gb_UnoApi_UnoApi - order-only dependency from gb_UnoApi_get_target to gb_UnoApiHeadersTarget_get_target because INSTDIR .rdb is always outdated Change-Id: Id418f75e9b38d6fe135b55eca2594c2624bc41cc
2013-09-14Clean up Mac OS X .jnilibsStephan Bergmann
Those .jnilibs that are not needed as .dylibs (this includes those that are also UNO components) are handled via RepositoryFixes.mk. The remaining one, libjava_uno.jnilib is packaged as a symlink in instdir. Everything else is not necessary and removed (including the venerable oddity macosx-create-bundle). Change-Id: I34a1801b0733cdff885c1c72db16fa631c5d82ef
2013-09-12installer: search files in INSTDIRMichael Stahl
INSTDIR has everything that will be installed anyway, so ideally the file search patch should only be INSTDIR + whatever is needed to get the Package file lists; especially WORKDIR seems inappropriate there. The exception is extension .oxt files which apparently are not in INSTDIR; not sure what to do about those. Change-Id: I2477c25ab9fcf953fae9c219e76c467e14729cda
2013-09-10gbuild: use xml .rdb files directly from workdirMatúš Kukan
Change-Id: I876a41dc77a59841c39b2c1fa43f22c20940dbf2
2013-09-10kill VERSION_INDEPENDENT_COMP_IDAndras Timar
Version independent ComponentID in Component table of MSI means that the GUID is calculated from the Component name only, the PRODUCTVERSION is not concatenated to the name. Providing that name is constant in all versions, the resulting GUID would be the same e.g. for 4.0, 4.1, 4.2 etc. But what is it good for? Faster upgrades maybe? But name can also change, we did not pay attention to keep it constant. So in order to help scp2 cleanup, VERSION_INDEPENDENT_COMP_ID flag was obsoleted and removed. Change-Id: I8e1ee450524b02f07d0b0553f6b82d0321dbddcf
2013-09-10CompID is not in use in scp2 filesAndras Timar
Change-Id: I3d5b92d9890d6525b05575760a9fb4b4db65172b
2013-09-09register uwinapi for URE layer (auto-install it while at it)Michael Stahl
Hopefully the VERSION_INDEPENDENT_COMP_ID is not actually important? Change-Id: Iad6e4eacffddf630768d89dbed391839144115ca
2013-09-09tweak previous commit hoping it will work on Mac ...Michael Stahl
... plus some more fixes: - also install ure-link on WNT via Package not scp2. - also disable unorc in scp2 on WNT, otherwise cannot built instset due to duplicate file. - slso USE_INTERNAL_RIGHTS so startup.sh is executable.
2013-09-09ure: install files with filelistsMatúš Kukan
This commit adds gb_Package_add_symbolic_link. Change-Id: I58511ede3da402464e60a4c45549c15c9c5dd1a5
2013-09-09jvmfwk: install also into instdirMatúš Kukan
Change-Id: I4004361a85af4e6aed9dd0951d1154a2d99f97e7
2013-08-29scp2: remove obsolete DONTRENAMEINPATCH flagAndras Timar
Change-Id: I4e40f29df1583c551fb7606d41b609d529db036a
2013-08-27AIX symlink tweak for URE private is obsoleteStephan Bergmann
...as those private libs no longer have a *.3 SONAME since c9c963d3e6991d0dd73a95fc9734e38683d5be9c "autoinstall ure private libraries," so even AIX can load them directly without requiring *.3 -> * symlinks originally introduced with 0fd69181443bdfaff2563bea04e02c252fafef07 "AIX tweaks." Change-Id: Ia8e7c9bd1ef089c6647ed2cd421162eebc2c6087
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-19Use correct paths to URE stuff on WindowsTor Lillqvist
For some historical reason, URE has no "share" subfolder on Windows. Change-Id: I530e673cc7a5cb5fe5d82a5e952ac50e4c2270b2
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-07-11fdo#66072 do not end auto_*_ALL by a commaDavid Tardon
Change-Id: I7d0fbe865cd10d0a3ef690e521d4752d6d7f3939 Reviewed-on: https://gerrit.libreoffice.org/4829 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-09fdo#66703: Missing libjava_uno.jnilib symlinkStephan Bergmann
Regression introduced with c9c963d3e6991d0dd73a95fc9734e38683d5be9c "autoinstall ure private libraries." Change-Id: I8ea597e8d5108e925e982d7b37fa9e1d3af8d1aa
2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan
Helps to kill package in cpputools. And autoinstall uno executable. Change-Id: Ib1d546371ec8d2b06381d88eff98dbc5b70da400
2013-06-10gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan
Change-Id: I582a841ea3b2a882cbdc1556058b007a8667024a
2013-06-10gbuild: rework AutoInstallLibs and autoinstall ure executablesMatúš Kukan
Change-Id: I7312d94f90758d450a69410819c5e8c142756a47