summaryrefslogtreecommitdiff
path: root/download
AgeCommit message (Collapse)AuthorFilesLines
2012-04-16allow to download main source tarballs againPetr Mladek1-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.
2012-04-13unpack-sources, download: update for .xz source tarballsPetr Mladek1-7/+7
2012-03-18use /usr/bin/env bash instead of /bin/bashRobert Nagy1-1/+1
2012-03-09Enable Bash pipefail so that e.g. wget failure leads to download failureStephan Bergmann1-1/+3
2012-02-05coup de grace for Env.Host.sh and associated filesNorbert Thiebaud1-1/+1
2011-12-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud1-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.
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar1-1/+1
2011-12-15when using linked git, use the same branch as the main repoChristian Lohmaier1-1/+2
2011-12-11fix automatic download of dlls on windowsPeter Foley1-2/+3
2011-12-05no need to check for vcredist files, Windows installer don't use themAndras Timar1-17/+0
2011-11-30Avoid syntax error if $OXYGENOFFICE_PACK is undefinedTor Lillqvist1-1/+1
2011-11-29Add enable-oxygenoffice configure switchKalman Szalai - KAMI1-0/+6
Now only handling brand downloading
2011-11-04download: do not annoy me by creating bogus git-hooksMichael Stahl1-2/+4
2011-09-07update to latest version of vcredist fdo#40399Andras Timar1-2/+2
2011-08-13download: when run twice, do not create foo/foo symlinkLionel Elie Mamane1-1/+1
2011-08-07Added Russian language Lightproof moduleKalman Szalai - KAMI1-1/+1
* Added module * Remove versioned directories in scp2 module for Lightproof
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-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
2011-07-25Change *Env.Set.sh to Env.Host.shTor Lillqvist1-1/+1
2011-07-21download and distribute latest vcredist_x64.exeAndras Timar1-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}
2011-07-11bin/unpack-sources: new helper script for packaging LOPetr Mladek1-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>
2011-06-13Reduce chatterTor Lillqvist1-1/+0
2011-06-11make the fetching of external dependencies a bit more 'lively'Luke Symes1-1/+1
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-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
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-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
2011-05-17Don't overwrite config.log from the configure scriptTor Lillqvist1-1/+17
2011-05-17More cross-compiling workTor Lillqvist1-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.
2011-05-16Fix some bashismsFrancois Tigeot1-2/+2
Equality tests with == are not posix-compliants. Only test = works with all /bin/sh shells.
2011-05-13Argh, it's just host, not host_aliasTor Lillqvist1-1/+1
2011-05-13Some initial baby steps towards cross-compilationTor Lillqvist1-1/+1
And some baby steps for cross-compiling for iOS in particular.
2011-05-12Fix oooblogger extension download mechanismKalman Szalai - KAMI1-1/+1
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12When downloading extensions to src, cut is provided with wrong option switchesKalman Szalai - KAMI1-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
2011-05-12Fix SUN Template extension configure, download, handlingKalman Szalai - KAMI1-1/+1
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12Fix Ligthproof extension integrationKalman Szalai - KAMI1-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>
2011-05-11Don't print misleading messagesTor Lillqvist1-3/+1
2011-05-11Fix oooblogger extension download mechanismKalman Szalai - KAMI1-1/+1
2011-05-08When downloading extensions to src, cut is provided with wrong option switchesKalman Szalai - KAMI1-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
2011-05-08Fix SUN Template extension configure, download, handlingKalman Szalai - KAMI1-1/+1
2011-05-08Fix Ligthproof extension integrationKalman Szalai - KAMI1-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
2011-05-06Redirect pointless warning message to /dev/nullTor Lillqvist1-1/+1
2011-05-04Add copy and extract for extras and few extensionsKalman Szalai - KAMI1-0/+30
2011-04-24Add copy and extract for extras and few extensionsKalman Szalai - KAMI1-0/+30
2011-04-11allow to download and unpack official source tarballsPetr Mladek1-1/+22
2011-04-03Use the default PATH to find the curl executable.Francois Tigeot1-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 .
2011-01-24Improve the Windows download codeTor Lillqvist1-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.
2011-01-08small fixes to allow using --with-linked-git & --with-external-tarChristian Lohmaier1-0/+4
2010-12-21Actually we don't seem to need instmsiw.exe anywhereTor Lillqvist1-4/+0
2010-12-21InstMsiW.exe not InstMsiA.exeCaolán McNamara1-3/+3
2010-12-21Resolves: fdo#32426 first cut at auto-downloading windows dependsCaolán McNamara1-28/+80
2010-12-05download do g clone even if ./clone exist, to pick up changes in repo-listNorbert Thiebaud1-2/+2
repo-list can chage due to an autogen and/or a previous clone may have been incomplete.
2010-12-02Add with-linked-git and make repo list configurableThorsten Behrens1-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