summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Collapse)AuthorFilesLines
2013-02-17CustomActions should be statically linked with MSVCRTAndras Timar14-14/+143
Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370
2013-02-16CustomActions are not for MinGW, yetAndras Timar1-4/+1
Change-Id: Id17a596131b42a31fe007e2c4840798a387f3d04
2013-02-16setup_native: no export on MinGWDavid Ostrovsky1-0/+2
Change-Id: Iebce2ee63fd16dea4139b152b97fce69b8491e18
2013-02-16fix circular dependency in setup_nativePeter Foley1-2/+0
Change-Id: Ic096616e04e67a31bacc840ff25349491a5e56e7
2013-02-16Fix build for --enable-epm / --with-package-format=deb rpm case.Thorsten Behrens1-1/+0
This was somewhat broken after the setup_native gbuild conversion. Change-Id: I825dd5008348534718a5b43e6a3eb893fa75135b
2013-02-14fix rpm build in setup_nativePeter Foley1-3/+3
Change-Id: Id7cba31ac24f6a45077f5a41039b7b79ad668b95
2013-02-14Missing dependencyStephan Bergmann1-0/+2
Change-Id: I73c77ea8f38794bf3d05ee247bdab5e4ddc57646
2013-02-13fix setup_native localization for macPeter Foley1-3/+2
Change-Id: Ifcd3a96e1e0d53bb7dabb3e8cda1846ca2d262be
2013-02-13fix exported DLL function names for all CustomActionsAndras Timar35-24/+103
Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
2013-02-13remove thesaurus indexer CustomActionAndras Timar3-230/+0
It was never integrated and used. If we made the effort to integrate it, Windows installer would be a few megabytes smaller, because indexes of thesauri would be generated in install time (instead of packaging pre-generated indexes). However, the cons are: * untested * presumably slows down instal process which is slow already * adds complexity to installer which is too complex already * indexes will not be there in case of administrative install (QA) * bad experiences with CustomActions that manipulate the installed application (various, weird permission problems) Change-Id: I3989b835b1250718bc03107a3807d091e7a9aa0e
2013-02-12Fix typo to make --enable-online-update build again.Jan Holesovsky1-1/+1
2013-02-12It's better to use fclose on a not null handleJulien Nabet1-2/+2
Change-Id: I609270e269a0905818d6a2b4f44cb9a034099346
2013-02-12More setup_native fixes for --enable-epm Linux/RPM post gbuild'ificationStephan Bergmann1-6/+6
Change-Id: I27e0e68ebc27dd89c254793e670d0bf5f48fe57e
2013-02-12don't duplicate code for msvc and gccDavid Ostrovsky1-2/+3
Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0
2013-02-11msvc needs instooofiltmsi tooPeter Foley1-0/+1
Change-Id: I343bedcfb588bfd3fbfea572e7ce24c77c0b8178
2013-02-11stdcall and declspec(dllexport) don't play nicely togetherPeter Foley4-2/+10
Change-Id: I56da76771790cb6824ac3d01072d9143cb580741
2013-02-11Make instsetoo_native build again on mingwDavid Ostrovsky1-1/+1
Change-Id: I62d8ae0da7e98d4c2196b4d41e06ffe0b3a046f8
2013-02-11Make setup_native build again for --enable-epm Linux/RPMStephan Bergmann1-2/+2
Change-Id: Idf526227c90fd2614650770b172bb69b432a76c6
2013-02-11advertised shotrcutsAndras Timar4-9/+0
The main goal of this patch was to simplify things. The LibreOffice version that goes to Intel AppUp use advertsied shourtcuts, because it is what Intel AppUp Center requires. We can reduce complexity a bit, if we use advertised shortcuts in normal builds, too. Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f
2013-02-10Revert "replace '$<' with '$%' as it was meant here"David Ostrovsky1-1/+1
This reverts commit ef300e2dc3ac163cff14d659cc6e2154221c1a4e.
2013-02-10Revert "fix fake-db-1.0-0.noarch.rpm: swap target with prerequisite"David Ostrovsky1-1/+1
This reverts commit ef45fe7ff055692ec43bb5d6a438fb6ec29a9004.
2013-02-10Module_setup_native: include Package_ulf.mkDavid Ostrovsky1-0/+1
Change-Id: I023363a81af4909f3914354b082dfc2f0315e097
2013-02-10Package_ulf.mk: remove superfluous mac dirDavid Ostrovsky1-1/+1
Change-Id: Ib91eec962105fffeae9d563c18ff9192a90137c0
2013-02-10wintools: fix uncomplete source file pathDavid Ostrovsky1-5/+5
Change-Id: I1869dc0ac2356a0d9c18dd7958a291dcbdaf14f3
2013-02-10replace '$<' with '$%' as it was meant hereDavid Ostrovsky1-1/+1
Change-Id: I760eff2a3a1cb28a1a4e47368b7919a0feacad18
2013-02-10'$(PERL)' is missing in command lineDavid Ostrovsky1-3/+3
Change-Id: I00bb54e868e777de219ecbe7ef48c250627449bb
2013-02-10fix fake-db-1.0-0.noarch.rpm: swap target with prerequisiteDavid Ostrovsky1-1/+1
Change-Id: I3c2940d3d6f64bcef5f9169654138170bda49d4d
2013-02-09Fix Resource leak: ddfJulien Nabet1-0/+2
Change-Id: I4361b4f4670a0437c8220d2e7f92f2ffbe0cc479 Reviewed-on: https://gerrit.libreoffice.org/2057 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-09convert setup_native to gbuild and add to tail_buildPeter Foley80-1219/+719
Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-01Add option to set bundle identifier and use it when signingTor Lillqvist1-1/+1
Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
2013-02-01Actually remove itTor Lillqvist1-101/+0
Change-Id: I519e4cfb7821644f243e0c4770f74f6ee6657168
2013-02-01linuxpatchscript.sh is surely something we don't useTor Lillqvist2-2/+0
2013-02-01Remove mention of osx_install_patch.applescript from here, tooTor Lillqvist1-1/+0
2013-02-01Remove unused osx_install_patch.applescriptTor Lillqvist1-156/+0
2013-01-30remove CopyEditionData CustomActionAndras Timar3-126/+0
It is not entirely clear what this CustomAction was supposed to do, but program\edition directory is not present in LibreOffice, therefore this feature is useless. Change-Id: Icfcd9c5f88da28e171329d951956baaa42908fd0
2013-01-30remove DotNetCheck CustomActionAndras Timar3-178/+0
We do not need to call a dll function for a simple version check. Change-Id: If82b06a61f10dbfe3eb92b6fe495e6d800c57aff
2013-01-30remove CopyExtensionData CustomActionAndras Timar3-119/+1
It copied *.oxt from [SourceDir]\extension to TARGETDIR\share\extension\install. One might think that *.oxt files there get installed automagically at first start, but no, it does not happen. This feature looks useless. Change-Id: I5ce583f3b46f5e4e962449790bdce70f99aa135b
2013-01-30remove CustomAction ExecutePostUninstallScriptAndras Timar3-147/+0
I think this CustomAction is unnecessary, providing that we do not use Star Division home-made PATCH technology. I have never seen this CustomAction used in any OpenOffice.org/LibreOffice builds. Change-Id: I62f3b5a3ef8a9686f018ca1af52689954262e830
2013-01-30convert SetAdminInstallProperty CustomAction to type 51Andras Timar3-62/+0
It does not make sense to call a dll function to set a single property to 1. Change-Id: I4e3cb35d2d3b644805d1d7573c9bf1dc45befbd4
2013-01-30we don't build language packs on WindowsAndras Timar5-449/+0
Change-Id: I672886764e9451a983b823ec3666f126b758bd1e
2013-01-27Revert "fix for fdo#39632 : Consolidate GetMsiProperty()"Andras Timar20-218/+584
This reverts commit 95ee7d9cd3a0b0f397def8e607759c81feb8c592.
2013-01-27Revert "chmod 644"Andras Timar1-0/+0
This reverts commit bf8e8e8bd03647632ed0b55c2b983a4d16cee40e.
2013-01-27still not enough boost_headerMichael Stahl1-0/+1
Change-Id: Ic0ee933fbee7368f0af2573ea33a5ce33f4043c4
2013-01-23chmod 644Andras Timar1-0/+0
Change-Id: Idc06412b8be705ba0cd5695257fd961864e2ad6a
2013-01-23fix for fdo#39632 : Consolidate GetMsiProperty()Mathias Michel20-584/+218
And did it also for GetMsiProp() and *MsiProperty() Reworked some conditions related to that. Change-Id: I1cd082361126db3d9aced3a878b19e7052514864 Reviewed-on: https://gerrit.libreoffice.org/1816 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-01-22Update default dictionaries set for Lithuanian (related to fdo#59380)Aurimas FiĊĦeras1-1/+1
Change-Id: I42a2032e03035b0e45a800c068879e9820471dfc Reviewed-on: https://gerrit.libreoffice.org/1776 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-01-22fdo#59713 add Bosnian Hunspell dictionaryAndras Timar2-0/+16
Change-Id: I84a561fe081040a56acd394b789e2ce1cb488457
2013-01-15fdo#59370 Default dictionaries set for Russian UIAndras Timar1-1/+1
Change-Id: I38c5ae35291fb79f2a95f911ce2ff86234d5ee8a
2013-01-15fdo#59381 Default dictionaries set for Catalan UIAndras Timar1-1/+1
Change-Id: Ie207ed693847fc9791851e22eddb7b7e8ba76b41
2013-01-15fdo#59380 Default dictionaries set for Spanish UIAndras Timar1-1/+1
Change-Id: Idaa9afd9751c1272ea3dc1d621b8d40a8a7dbbd7