Age | Commit message (Collapse) | Author |
|
Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
License text modified after gerrit review
Change-Id: I193d6d1fd477cca4c2880760f21f8d978643f634
Reviewed-on: https://gerrit.libreoffice.org/6232
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: I2535fb641ba6e0f3c651868143e70ca0bbd88d5e
|
|
Change-Id: I6b66cd78e36022c8a5d6b45489d2e2ade323a72c
|
|
Change-Id: I06607610d6a593ad8bf2deb2affe2e40af158087
|
|
Change-Id: Ib1cf6ec8ffe622be887c7dd567d0b44eaf1a75e6
|
|
Change-Id: I291d4d969c73d39f3c02511cb7ea2dce27f163d6
|
|
Change-Id: I16dae6402d13d912830a02fbc3a7f8347e890bc7
|
|
Change-Id: Ia5acd5b6be61364aab2e799088bd2592bd2b4b62
|
|
Change-Id: I457b446409487b1ea9386339c3e2b261f60e6516
|
|
Change-Id: Ifd0ede6d06ff979175ab3a7193c34d6248f41f7b
|
|
Clean up the horrible mess around unopkg.bin unopkg.com unopkg.exe and
soffice.bin soffice.exe and crashrep.com executables and associated
renaming via Packages in the desktop makefiles by simply using
RepositoryFixes to correct the names.
Change-Id: I4d3a549462cfa90a63d62b35db1b0407b25239f7
|
|
This is somewhat annoying since it requires re-introducing stupid
directories in scp2, but if the executables should be put in INSTDIR
directly then the Package_bin needs to go.
Change-Id: I893694c7f9d4cb5b9ef8ec4a3d30e08536223740
|
|
Change-Id: I3320b3ce3307598a479dfac5b120e85441c670dc
|
|
Change-Id: I2aebcf6486b80af31f1a06e9ae38e5610bee0cb4
Reviewed-on: https://gerrit.libreoffice.org/5970
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
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
|
|
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
|
|
This was added in commit 66eedcee026459b2827a46d8ebc73749e3c71453
but has apparently never actually been used in the bundled SDK
makefiles.
Change-Id: Ifa6cab95be6575ac26840250ad717d94e15bea66
|
|
Change-Id: I2753079ff532642c8fb1b43f02211197cdb2702a
|
|
Change-Id: Ifd2373ffa819d63591d234df18adf5f9a34c50bb
|
|
Change-Id: I898fd9e3ada84a52bd6305314f8b80db0254b3fc
|
|
...since 07ec7b1c2ad558b5835ba6cfd69a6e69ebfd9bfe "soffice.bin is named soffice
on Mac OS X."
Change-Id: I4a4e64565dc4f3553648bf96ef43b558f757c852
|
|
Change-Id: I51e632ab96a5a569446c1a46ffce5cc3d85eadf9
|
|
Change-Id: I95e4f150c21f991f629530eebf19748c2768f856
|
|
Change-Id: I876a41dc77a59841c39b2c1fa43f22c20940dbf2
|
|
The goal is to manage LibreOffice configuration centrally
in the enterprise. In Windows Server environment using
Group Policies is a common solution for configuration
management. Therefore it is required that LibreOffice can
read configuration data from Windows registry, too.
Windows registry is another configuration layer on the
top of normal xml based configuration.
For example the following registry setting:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.UserProfile\Data\o]
"Value"="Example Corp."
"Final"=dword:00000001
becomes the following in configuration:
<item oor:path="/org.openoffice.UserProfile/Data">
<prop oor:name="o" oor:finalized="true">
<value>Example Corp.</value>
</prop>
</item>
Change-Id: I2cdd83fc93922bf2806417bfd1b83f85cc926d4c
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
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
|
|
Change-Id: I3d5b92d9890d6525b05575760a9fb4b4db65172b
|
|
Change-Id: Icfafff9120cae51c32ebfd87267e664f18f7ec8a
|
|
Hopefully the VERSION_INDEPENDENT_COMP_ID is not actually important?
Change-Id: Iad6e4eacffddf630768d89dbed391839144115ca
|
|
Change-Id: I4b41f8c2c6dd82956cb2493676c9854744eecbad
|
|
Change-Id: Id55fc6efcd957de926df79ca02200f4fda7c56b0
|
|
Change-Id: I9e9c0eee26ead63c508ddcd0dead60395e461aa5
|
|
Change-Id: Ieda9b3847de3de8989eaafc542e60216baa1af4d
|
|
also odk: better use gb_Library_get_runtime_filename than manually
Change-Id: Ibbded4e8279b5dcb452f0d90be755edee1d2b63f
|
|
Change-Id: I9d8d0a20d776740c4701ec9a1facded9f4bde77a
|
|
... 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.
|
|
This commit adds gb_Package_add_symbolic_link.
Change-Id: I58511ede3da402464e60a4c45549c15c9c5dd1a5
|
|
Change-Id: I4004361a85af4e6aed9dd0951d1154a2d99f97e7
|
|
Change-Id: I3946b44838c659cad12d288c8a1ed5137c3e554e
|
|
Change-Id: Ic7515acd14916cc36b59749059ed623cda906c23
|
|
Change-Id: I3c918da4c093489db122bc5af7401c7c93c1579e
|
|
Change-Id: Ica8057c70f5e4b63830c6ffe7fb85269a10b845f
|
|
Second attempt, this time using a new type LIBO_LIB_FILE_BINARYTABLE
in scp2/macros.inc; for the resulting MSI file Orca lists the same
files in "Binary" table now.
Change-Id: I550ede75f16a46da9dd7377594aa28b7c06f0348
|
|
Change-Id: I10c52844c6e83f6b88cf736c03d93e710a69432a
Reviewed-on: https://gerrit.libreoffice.org/5705
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I48bade4998c6c5d95e49bdc109d4a5a1ef76bbcb
|
|
Change-Id: I4e40f29df1583c551fb7606d41b609d529db036a
|
|
BINARYTABLE, BINARYTABLE_ONLY flags were not handled
Change-Id: Ic6a0233e4f4213b9ea83a491949ab05c299a9201
|
|
Change-Id: Ibd29bb964cd090cbfd958a9e54658249e8ce4317
|
|
Change-Id: Ia497f9799a1ca0c77f14e2f4a4a8ecddc917f447
|