Makefile.fetch | 1 - download.lst | 1 - 2 files changed, 2 deletions(-)
New commits: commit 44bde255128378f34f6d5b63a66bbacb0575fa76 Author: Fridrich Å trba <[email protected]> Date: Thu Feb 21 11:11:50 2013 +0100 Don't download a zip we don't use Change-Id: I57f85796896dd3d76096922c53fc3c2de58eae4a (cherry picked from commit 81e065b0ec2764ef44116512631d2ae8260df47a) Reviewed-on: https://gerrit.libreoffice.org/2309 Reviewed-by: Petr Mladek <[email protected]> Tested-by: Petr Mladek <[email protected]> diff --git a/Makefile.fetch b/Makefile.fetch index 132244e..78354de 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -112,7 +112,6 @@ $(WORKDIR)/download: $(SRCDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/M $(call fetch_Optional,HUNSPELL,$(HUNSPELL_TARBALL)) \ $(call fetch_Optional,HYPHEN,$(HYPHEN_TARBALL)) \ $(call fetch_Optional,ICU,$(ICU_TARBALL)) \ - $(call fetch_Optional,ICU,$(ICU_DATA_SUBSET_ZIP)) \ $(call fetch_Optional,JFREEREPORT,$(JFREEREPORT_FLOW_ENGINE_TARBALL)) \ $(call fetch_Optional,JFREEREPORT,$(JFREEREPORT_FLUTE_TARBALL)) \ $(call fetch_Optional,JFREEREPORT,$(JFREEREPORT_LIBBASE_TARBALL)) \ diff --git a/download.lst b/download.lst index bc83a8b..1eca937 100644 --- a/download.lst +++ b/download.lst @@ -35,7 +35,6 @@ export GRAPHITE_TARBALL := f5ef3f7f10fa8c3542c6a085a233080b-graphite2-1.2.0.tgz export HSQLDB_TARBALL := 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip export HUNSPELL_TARBALL := 3121aaf3e13e5d88dfff13fb4a5f1ab8-hunspell-1.3.2.tar.gz export HYPHEN_TARBALL := a2f6010987e1c601274ab5d63b72c944-hyphen-2.8.4.tar.gz -export ICU_DATA_SUBSET_ZIP := fc188d2ed5c2cbcf7a021b34b9f88478-icudt49l-subset.zip export ICU_TARBALL := 7c53f83e0327343f4060c0eb83842daf-icu4c-49_1_1-src.tgz export JFREEREPORT_FLOW_ENGINE_TARBALL := ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip export JFREEREPORT_FLUTE_TARBALL := d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
