summaryrefslogtreecommitdiffstats
path: root/download
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-271-1/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in Repository.mk autogen.sh bin/lo-commit-stat configure.in distro-configs/LibreOfficeOpenBSD.conf distro-configs/LibreOfficeWin32.conf instsetoo_native/util/openoffice.lst ooo.lst.in scp2/source/ooo/module_langpack.ulf set_soenv.in solenv/bin/ooinstall solenv/gbuild/CppunitTest.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/unxgcc.mk solenv/gbuild/platform/windows.mk solenv/inc/minor.mk solenv/inc/settings.mk tail_build/prj/makefile.mk
| * allow to download and unpack official source tarballsPetr Mladek2011-04-111-1/+22
| |
* | Don't overwrite config.log from the configure scriptTor Lillqvist2011-05-171-1/+17
| |
* | More cross-compiling workTor Lillqvist2011-05-171-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in. As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E and S like all the others, we can simplify the glob pattern for the Set.sh file. Don't attempt to download and/or run unpackers for dependencies relevant only when using MSVC if using MinGW. Misc other Windows host vs. build fixes.
* | Fix some bashismsFrancois Tigeot2011-05-161-2/+2
| | | | | | | | | | Equality tests with == are not posix-compliants. Only test = works with all /bin/sh shells.
* | Argh, it's just host, not host_aliasTor Lillqvist2011-05-131-1/+1
| |
* | Some initial baby steps towards cross-compilationTor Lillqvist2011-05-131-1/+1
| | | | | | | | And some baby steps for cross-compiling for iOS in particular.
* | Don't print misleading messagesTor Lillqvist2011-05-111-3/+1
| |
* | Fix oooblogger extension download mechanismKalman Szalai - KAMI2011-05-111-1/+1
| |
* | When downloading extensions to src, cut is provided with wrong option switchesKalman Szalai - KAMI2011-05-081-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-081-1/+1
| |
* | Fix Ligthproof extension integrationKalman Szalai - KAMI2011-05-081-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
* | Redirect pointless warning message to /dev/nullTor Lillqvist2011-05-061-1/+1
| |
* | Add copy and extract for extras and few extensionsKalman Szalai - KAMI2011-04-241-0/+30
| |
* | Use the default PATH to find the curl executable.Francois Tigeot2011-04-031-14/+1
|/ | | | | | The previous code was trying to pick up the full curl path in a harcoded list of places and actually failed to locate binaries on some hosts, even though they were present in $PATH .
* Improve the Windows download codeTor Lillqvist2011-01-241-8/+34
| | | | | | | | | | | Mark dbghinst.EXE as executable (from Cygwin's point of view) if necessary. Warn that running the security fix installer containing gdiplus.dll might cause a UAC prompt, and instruct the developer what to do. Be more verbose in abnormal situations after running it. Drop some pointless messages.
* small fixes to allow using --with-linked-git & --with-external-tarChristian Lohmaier2011-01-081-0/+4
|
* Actually we don't seem to need instmsiw.exe anywhereTor Lillqvist2010-12-211-4/+0
|
* InstMsiW.exe not InstMsiA.exeCaolán McNamara2010-12-211-3/+3
|
* Resolves: fdo#32426 first cut at auto-downloading windows dependsCaolán McNamara2010-12-211-28/+80
|
* download do g clone even if ./clone exist, to pick up changes in repo-listNorbert Thiebaud2010-12-051-2/+2
| | | | | repo-list can chage due to an autogen and/or a previous clone may have been incomplete.
* Add with-linked-git and make repo list configurableThorsten Behrens2010-12-021-4/+14
| | | | | | | * adds --with-linked-git config option, that internally uses git-new-workdir * consolidates various repo lists into bin/repo-list, and use that to dynamically add l10n repo
* Do not try to break 2 levels if ther is only one loop to breakRobert Nagy2010-12-011-3/+3
|
* download: Fix minor typos to make it work on Windows.Jan Holesovsky2010-11-301-4/+3
|
* fix issues when building with the build-repoNorbert Thiebaud2010-11-301-1/+4
|
* exile some download-dependent configure test into a post_download stepNorbert Thiebaud2010-11-301-1/+5
| | | | | | | | on windows, the configure check that some dll/exe are present. these are in fact automatically downloaded by the ./download script. but that script is run _after_ ./configure. So the tests are postponed and run in a post_download script that is invoked at the end of the download script.
* make the download step clone the 'others' git-repos if neededNorbert Thiebaud2010-11-301-0/+3
|