summaryrefslogtreecommitdiffstats
path: root/download
Commit message (Collapse)AuthorAgeFilesLines
* kill oowintoolPeter Foley2012-12-051-81/+0
| | | | Change-Id: Ifb0c8a34ecb7b77a92fb67ca947b4ed46f51fd9a
* move more from download to Makefile.(top|fetch)Matúš Kukan2012-11-271-123/+1
| | | | Change-Id: I3bee487c9c5aa72b2236f076b28ee65cf76ac0dd
* move ooo.lst and download parts to Makefile.fetchMatúš Kukan2012-11-271-19/+0
| | | | Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d
* move check for wget and md5sum to configureMatúš Kukan2012-11-271-50/+6
| | | | Change-Id: I1951f25ddff112e8184c90006cd6e87a1c02a930
* use get_config_variables in ./downloadNorbert Thiebaud2012-11-141-1/+1
| | | | Change-Id: Ibe36598dfc6aa5205d43556c5e809be8c716f626
* Make wget a little more independend from the local .wgetrc config.gerhard oettl2012-11-131-1/+1
| | | | | | | | | | | | | | wget --config=/dev/null would ignore ALL local settings, but interfers maybe too much - proxy auth for example. So adjust only some settings. -- M download Change-Id: I3dad22c4a4e18a480a7157ad3cc903c6a0725a4e Reviewed-on: https://gerrit.libreoffice.org/1046 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* Don't bundle gdiplus.dll any moreTor Lillqvist2012-11-121-49/+0
| | | | | | It was needed for Windows 2000 support. Change-Id: I1c0bec3fd3c76005b843d62c636410201abfa8e1
* download: check that "mv" succeeds tooMichael Stahl2012-11-081-0/+8
| | | | | | As reported on list, may fail with weird wget config files... Change-Id: I258809c3488181dcc7584f5349930287dfacb7b8
* download: fix if/else logicMatúš Kukan2012-11-031-2/+3
| | | | Change-Id: I3d465d17f4db8d2cf1253f9f6405051136d31c07
* bin pointless post_download.inMatúš Kukan2012-11-031-56/+76
| | | | | | | Getting dbghelp.dll with help of dbg_x86.msi was removed. It was most probably obsolete. Change-Id: Iab4c63b2ad883e3d1db3df965eecf15dccb478eb
* Don't bother with dbghelp and gdiplus when building 64-bitTor Lillqvist2012-11-031-1/+1
| | | | Change-Id: I2671c1dc2994c4cb7d5aca24c8f312b3bd3034cb
* remove GIT_REPO_NAMES (duplicated by GIT_NEEDED_SUBMODULES)Christian Lohmaier2012-10-311-12/+8
| | | | | | | | | | | | use plain copy instead of git-new-workdir when using --with-linked-git configure switch (point it to your master copy of the core-repo) also remove obsolete bin/create_bootstrap_links, bin/mkworkdir and bin/repo-list[.in] Change-Id: I37028badf2c46a24a3d628e80476efe4dd365d06 Reviewed-on: https://gerrit.libreoffice.org/912 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* submodules migrationNorbert Thiebaud2012-10-161-11/+13
| | | | Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d
* ooo.lst: use more variablesMatúš Kukan2012-10-111-2/+2
| | | | Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
* Revert "Win8 SDK no longer ships rebase.exe"Fridrich Štrba2012-10-091-16/+8
| | | | | | | | | | This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60. Conflicts: configure.in download Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
* fix dbghelp.dll download againPeter Foley2012-10-071-10/+3
| | | | Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53
* Win8 SDK no longer ships rebase.exePeter Foley2012-10-071-0/+17
| | | | Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97
* gbuildize extrasDavid Tardon2012-08-241-16/+0
| | | | Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
* fix conditionDavid Tardon2012-08-241-1/+1
| | | | Change-Id: I5370bca6689d0d089a6862c70f45a95516e8531e
* source the right fileDavid Tardon2012-08-241-1/+1
| | | | Change-Id: Id378c5f0a6308964c3d8fb66184f32b72c67d685
* fix gdiplus.dll extractionPeter Foley2012-08-161-1/+1
| | | | Change-Id: I4220af58c48be5b411cc75875c121d1e2c133a00
* fix broken download links for dbghelp.dll and gdiplus.dllPeter Foley2012-08-151-17/+15
| | | | Change-Id: Icb567a848162bcee072476e817cc82278bddfd99
* allow to download main source tarballs againPetr Mladek2012-04-161-5/+7
| | | | | | | | | | | | The file "core.ver" was removed in configure together with other "core.*" files. It was ugly name. Better to use "sources.ver" and the variable "lo_sources_ver=..." The source version is not used in "unpack-sources", so do not source the .ver file at all. The source tarballs are put into "major.minor.micro" version subdirectory on the download site now.
* unpack-sources, download: update for .xz source tarballsPetr Mladek2012-04-131-7/+7
|
* use /usr/bin/env bash instead of /bin/bashRobert Nagy2012-03-181-1/+1
|
* Enable Bash pipefail so that e.g. wget failure leads to download failureStephan Bergmann2012-03-091-1/+3
|
* coup de grace for Env.Host.sh and associated filesNorbert Thiebaud2012-02-051-1/+1
|
* prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud2011-12-241-1/+1
| | | | | | | | | This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make.
* remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar2011-12-181-1/+1
|
* when using linked git, use the same branch as the main repoChristian Lohmaier2011-12-151-1/+2
|
* fix automatic download of dlls on windowsPeter Foley2011-12-111-2/+3
|
* no need to check for vcredist files, Windows installer don't use themAndras Timar2011-12-051-17/+0
|
* Avoid syntax error if $OXYGENOFFICE_PACK is undefinedTor Lillqvist2011-11-301-1/+1
|
* Add enable-oxygenoffice configure switchKalman Szalai - KAMI2011-11-291-0/+6
| | | | Now only handling brand downloading
* download: do not annoy me by creating bogus git-hooksMichael Stahl2011-11-041-2/+4
|
* update to latest version of vcredist fdo#40399Andras Timar2011-09-071-2/+2
|
* download: when run twice, do not create foo/foo symlinkLionel Elie Mamane2011-08-131-1/+1
|
* Added Russian language Lightproof moduleKalman Szalai - KAMI2011-08-071-1/+1
| | | | | * Added module * Remove versioned directories in scp2 module for Lightproof
* Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-281-8/+1
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
| * bin/unpack-sources: new helper script for packaging LOPetr Mladek2011-07-111-8/+1
| | | | | | | | | | | | | | | | | | move the source tarball unpacking from "download" into a separate script that could be called offline during LO packaging Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
* | Change *Env.Set.sh to Env.Host.shTor Lillqvist2011-07-251-1/+1
| |
* | download and distribute latest vcredist_x64.exeAndras Timar2011-07-211-1/+1
| | | | | | | | | | | | Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148 ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
* | Reduce chatterTor Lillqvist2011-06-131-1/+0
| |
* | make the fetching of external dependencies a bit more 'lively'Luke Symes2011-06-111-1/+1
| |
* | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk
| * Fix oooblogger extension download mechanismKalman Szalai - KAMI2011-05-121-1/+1
| | | | | | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
| * When downloading extensions to src, cut is provided with wrong option switchesKalman Szalai - KAMI2011-05-121-1/+1
| | | | | | | | | | | | I used long switches for cut and your (Windows??) box does not adore about it. http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/10214
| * Fix SUN Template extension configure, download, handlingKalman Szalai - KAMI2011-05-121-1/+1
| | | | | | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
| * Fix Ligthproof extension integrationKalman Szalai - KAMI2011-05-121-2/+2
| | | | | | | | | | | | | | | | | | * Fix configure and download support * Extension naming scheme is: <md5>-<extension-name>_<version>.oxt - Renamed extensions * Rename extension version number in download script and scp2 module Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
| * Add copy and extract for extras and few extensionsKalman Szalai - KAMI2011-05-041-0/+30
| |