summaryrefslogtreecommitdiff
path: root/download.in
diff options
context:
space:
mode:
Diffstat (limited to 'download.in')
-rwxr-xr-xdownload.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/download.in b/download.in
index 681da5908..92d96d0be 100755
--- a/download.in
+++ b/download.in
@@ -21,7 +21,9 @@ sub usage {
'binutils-.*' => '@MIRROR@/support',
'gcc-.*' => '@MIRROR@/support',
'src680-m.*' => '@MIRROR@/SRC680',
+ 'ooa680-m.*' => '@MIRROR@/OOA680',
'ooo680-m.*' => '@MIRROR@/OOO680',
+ 'OOO_2_0_1.*' => '@MIRROR@/OOA680',
'libwpd-snap-.*' => '@MIRROR@',
'libwpd-0.*' => '@MIRROR@/libwpd',
'images_gnome-.*' => '@MIRROR@/SRC680',
@@ -41,6 +43,7 @@ sub usage {
'dbghinst\.EXE' => 'http://download.microsoft.com/download/platformsdk/Redist/5.0.2195.1/W9XNT4/EN-US',
'5_11_98Odma20\.zip' => '@MIRROR@/support',
'openclipart-*' => 'http://www.openclipart.org/downloads/@OPENCLIPART_VER@',
+ 'dejavu-ttf-*' => 'http://heanet.dl.sf.net/sourceforge/dejavu/',
# Win32 ant binaries ...
'apache-ant-*' => 'http://apache.mirror.positive-internet.com/ant/binaries',
# Mozilla source and libraries
@@ -128,6 +131,10 @@ if ('@OPENCLIPART_VER@' ne '') {
push @files, ( 'openclipart-@OPENCLIPART_VER@.tar.bz2' );
}
+if ('@DEJAVU_FONTS_VER@' ne '') {
+ push @files, ( 'dejavu-ttf-@DEJAVU_FONTS_VER@.tar.gz' );
+}
+
if ('@MDBTOOLS_SRC@' ne '') {
push @files, ( '@MDBTOOLS_SRC@' );
}
@@ -148,7 +155,7 @@ if ('@HUNSPELL_LIB_SRC@' ne '') {
push @files, ( '@HUNSPELL_LIB_SRC@' );
}
-if ('@DISTRO@' eq 'NLD') {
+if ('@DISTRO@' eq 'NLD' || '@DISTRO@' eq 'translate-org-za-linux') {
push @files, ( "$tag-system.tar.bz2" );
}