summaryrefslogtreecommitdiffstats
path: root/setup_native
Commit message (Collapse)AuthorAgeFilesLines
* Add option to set bundle identifier and use it when signingTor Lillqvist2013-02-011-1/+1
| | | | | | Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
* Actually remove itTor Lillqvist2013-02-011-101/+0
| | | | Change-Id: I519e4cfb7821644f243e0c4770f74f6ee6657168
* linuxpatchscript.sh is surely something we don't useTor Lillqvist2013-02-012-2/+0
|
* Remove mention of osx_install_patch.applescript from here, tooTor Lillqvist2013-02-011-1/+0
|
* Remove unused osx_install_patch.applescriptTor Lillqvist2013-02-011-156/+0
|
* remove CopyEditionData CustomActionAndras Timar2013-01-303-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
* remove DotNetCheck CustomActionAndras Timar2013-01-303-178/+0
| | | | | | We do not need to call a dll function for a simple version check. Change-Id: If82b06a61f10dbfe3eb92b6fe495e6d800c57aff
* remove CopyExtensionData CustomActionAndras Timar2013-01-303-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
* remove CustomAction ExecutePostUninstallScriptAndras Timar2013-01-303-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
* convert SetAdminInstallProperty CustomAction to type 51Andras Timar2013-01-303-62/+0
| | | | | | It does not make sense to call a dll function to set a single property to 1. Change-Id: I4e3cb35d2d3b644805d1d7573c9bf1dc45befbd4
* we don't build language packs on WindowsAndras Timar2013-01-305-449/+0
| | | | Change-Id: I672886764e9451a983b823ec3666f126b758bd1e
* Revert "fix for fdo#39632 : Consolidate GetMsiProperty()"Andras Timar2013-01-2720-218/+584
| | | | This reverts commit 95ee7d9cd3a0b0f397def8e607759c81feb8c592.
* Revert "chmod 644"Andras Timar2013-01-271-0/+0
| | | | This reverts commit bf8e8e8bd03647632ed0b55c2b983a4d16cee40e.
* still not enough boost_headerMichael Stahl2013-01-271-0/+1
| | | | Change-Id: Ic0ee933fbee7368f0af2573ea33a5ce33f4043c4
* chmod 644Andras Timar2013-01-231-0/+0
| | | | Change-Id: Idc06412b8be705ba0cd5695257fd961864e2ad6a
* fix for fdo#39632 : Consolidate GetMsiProperty()Mathias Michel2013-01-2320-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>
* Update default dictionaries set for Lithuanian (related to fdo#59380)Aurimas Fišeras2013-01-221-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>
* fdo#59713 add Bosnian Hunspell dictionaryAndras Timar2013-01-222-0/+16
| | | | Change-Id: I84a561fe081040a56acd394b789e2ce1cb488457
* fdo#59370 Default dictionaries set for Russian UIAndras Timar2013-01-151-1/+1
| | | | Change-Id: I38c5ae35291fb79f2a95f911ce2ff86234d5ee8a
* fdo#59381 Default dictionaries set for Catalan UIAndras Timar2013-01-151-1/+1
| | | | Change-Id: Ie207ed693847fc9791851e22eddb7b7e8ba76b41
* fdo#59380 Default dictionaries set for Spanish UIAndras Timar2013-01-151-1/+1
| | | | Change-Id: Idaa9afd9751c1272ea3dc1d621b8d40a8a7dbbd7
* Kill the ancient StarOffice "patch" conceptTor Lillqvist2013-01-105-833/+1
| | | | | | | | | | | | | | | | | | | | | For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Always default-select English dictionaryStephan Bergmann2013-01-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | It was discovered that on a Russian Windows, by default only Russian and German dictionaries would be installed, but no English dictionary. This is because since e2fac98819c00b4fb50f9de9d0f32d20092f3191 "fdo#53009: For msi installer, only default-select a subset of dictionaries" only those dictionaries mentioned in setup_native/source/packinfo/spellchecker_selection.txt were default-selected, but it apparently was a misunderstanding that spellcheker_selection.txt for many locales does not list "en" even though an English dictionary should always be default-installed. Quoting Andras Timar <atimar@suse.com>: "AFAIK en-US localization with English dictionaries is always installed in all 3 supported platforms by default. On Windows default install should always select en-US and English dictionaries. If it does not do so under certain circumstances, then it is a bug in my opinion. We removed en-US entry from the spellchecker selection file for this very reason. It would have only bloated Mac and Linux langpacks." So this fix simply makes sure that "en" is included in every line of the generated spellchecker_selection.hxx that is used by setup_native/source/win32/customactions/sellang/sellang.cxx to determine which dictionaries to select by default. Change-Id: I3db68585dc6269a7db2f6cbf6b79796dc09d05e8
* Get rid of (most uses of) GUITor Lillqvist2012-12-2512-12/+12
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* WaE: unreferenced local variableTor Lillqvist2012-12-251-2/+0
| | | | Change-Id: If234ce4af0f988c135a90a98312e24e4d80ca92c
* LibreLogo should be an optional moduleAndras Timar2012-12-121-0/+15
| | | | | | | On Windows it is installed by default, but can be disabled in the installer easily. Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
* Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin2012-12-061-15/+0
| | | | | | | Remove the oooblogger extension. It is unmaintained and the original author (caolan) wants it dead. Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
* Turn PDF import from bundled extension to plain codeStephan Bergmann2012-11-241-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
* translations is a source-only moduleAndras Timar2012-11-201-1/+1
| | | | Change-Id: Ib89ccdfe3646f68df6b483c54eb330c0b223c32a
* re-base on ALv2 code. Includes:Michael Meeks2012-11-1261-922/+1100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
* setup_native: get install_linux.sh working againMiklos Vajna2012-11-121-8/+3
| | | | | | | | | | | | 1) Hide rpm database dir like the old Java installer GUI did, so the user sees a single /opt directory only, like with dev-install. 2) Allow installing to an existing directory, no reason not to allow this. 3) Use --nodeps when using a custom dbpath, since in that case even /bin/sh won't be provided by anything. Change-Id: I70d74cc5db287668f4c926005001e05096f43a10
* cleanup README files.Michael Meeks2012-11-051-6/+0
| | | | | Convert DOS -> unix newlines. Cleanup and clarify several files.
* add a README filesAlia Almusaireae2012-11-051-0/+6
| | | | | | | Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* Remove consecutive break and a break which follows a returnJulien Nabet2012-10-131-1/+0
| | | | Change-Id: I8dec9eda857f7da452992bc785426449933acc59
* Killing even the last remenants of rebaseFridrich Štrba2012-10-094-311/+0
| | | | Change-Id: I649275360a1d57aeec03d3cecdb02f5f7ccdd1e8
* xml2cmp no longer usedStephan Bergmann2012-10-031-1/+1
| | | | Change-Id: Idba65371b8778521bc767fe4893340cf13a8ff3b
* Revert inadvertent chmodStephan Bergmann2012-09-271-0/+0
| | | | Change-Id: I0b1865719da2e3c5a669b30a635c333721c9c41d
* No dictionaries were preselected for en_US langpackStephan Bergmann2012-09-271-90/+70
| | | | | | | | | | | | | | | ...as gm_Langpack_r_en_US was explicitly excluded from langs[] in SelectLanguage, so addMatchingDictionaries was never called for it. (This was only evident in installation sets conaining only few langpacks, as the "official" multi-lang installation set also contains en_GB etc., so appropriate dictionaries were selected through those.) Reworked the logic of chosing which langpacks to preselect (see the comment in SelectLanguage); hope it still works as intended for the various cases (of which the "official" multi-lang installation set is the only truly relevant one, for now). Change-Id: I31f531194c79e49c9c09e33454a7b0a82d9ff02f
* msi-encodinglist.txt was moved to different locationAndras Timar2012-09-261-1/+1
| | | | Change-Id: I05715d4afb205aa11eb0eb98c6734db02a6be8d8
* fdo#39791 do not steal .doc association from MS WordAndras Timar2012-09-121-32/+5
| | | | | | | | I don't think it made sense to check OpenWithList at all. When we found WordPad there, we registered the file type, even when it was registered by MS Office. Change-Id: I15a151051cadd329e8614388ceb84470ea28805a
* fdo#53009: For msi installer, only default-select a subset of dictionariesStephan Bergmann2012-09-114-1/+176
| | | | Change-Id: I3ee3fb5e5142ce4956776467b2ffcb19ed3b10c2
* fdo#53520: One more dict pt vs. pt-PT inconsitencyStephan Bergmann2012-09-111-1/+1
| | | | Change-Id: Idad02284eaa033a029a2ff7d03bde83800ba738a
* Some code simplificationStephan Bergmann2012-09-111-22/+16
| | | | Change-Id: I01eb2bf6fe03845787e8869a2f90bb2fced4f933
* fdo#53520: Adapt to dict-pt*.oxt renames, and more pt-PT/pt-BR clean upStephan Bergmann2012-09-111-1/+1
| | | | Change-Id: Ie2262ed49ea829e1afdf97583dd633f954f64edc
* fix bug fdo#53520, pt-PT and pt-BR better splitOlivier Hallot2012-09-111-5/+5
| | | | | | This patch fixes fdo#53520: Portuguese language spelling package names and split the files into the proper directories. Change-Id: Iff10cfee1da2c4775e4cf9050ec154052ee18ac9
* Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann2012-08-1021-1073/+1
| | | | | | | | | | | | Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
* Ensure correct import of msi tables using wildcard characterEilidh McAdam2012-08-021-7/+13
| | | | Change-Id: I3e1800d73250a8a630dd37329189b13cfae311e9
* Avoid a crash.Jan Holesovsky2012-07-251-1/+1
| | | | Change-Id: I2ce8be599c9285bd0da039e1ff9c0649a118a8a1
* get rid of dmake warningCaolán McNamara2012-07-255-14/+10
| | | | | Change-Id: Ie10a8d53357255f4f326f399b59a3d81ebc7d2a6 dmake: Error executing ´o´: No such file or directory (Ignored)
* Vim modeline.Jan Holesovsky2012-07-251-0/+2
| | | | Change-Id: I40d42ce2ee7f50f1b3a1b825e2672cc11c35390b