commit 2576eed4b572d994fe1c99a61c083e0df51ea20a
parent d0e3fcb9adde9ea5d6d7d74a5ab3b237504d1a75
Author: Colin Leroy <colin@colino.net>
Date: Sun, 5 Dec 2010 20:45:12 +0000
2010-12-05 [colin] 3.7.8cvs1
* tools/make.themes.project
Seems wget has changed naming of targets downloaded.
Fix it by always providing our own name.
[Pushing mones' patch again after messing with CVSROOT]
Diffstat:
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-05 [colin] 3.7.8cvs1
+
+ * tools/make.themes.project
+ Seems wget has changed naming of targets downloaded.
+ Fix it by always providing our own name.
+ [Pushing mones' patch again after messing with CVSROOT]
+
2010-12-04 [paul] 3.7.8
* NEWS
* README
diff --git a/PATCHSETS b/PATCHSETS
@@ -4074,3 +4074,4 @@
( cvs diff -u -r 1.654.2.4145 -r 1.654.2.4146 configure.ac; ) > 3.7.7cvs10.patchset
( cvs diff -u -r 1.654.2.4146 -r 1.654.2.4147 configure.ac; cvs diff -u -r -1.1.2.6 -r -1.1.2.7 manual/xml2pdf; cvs diff -u -r 1.1.2.8 -r 1.1.2.9 manual/dist/pdf/Makefile.am; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/es/dist/pdf/Makefile.am; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 manual/fr/dist/pdf/Makefile.am; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 manual/pl/dist/pdf/Makefile.am; ) > 3.7.7cvs11.patchset
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 manual/de/dist/pdf/Makefile.am; ) > 3.7.7cvs12.patchset
+( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 tools/make.themes.project; ) > 3.7.8cvs1.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=8
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=0
+EXTRA_VERSION=1
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/tools/make.themes.project b/tools/make.themes.project
@@ -3,7 +3,7 @@
# Generate the source directory for claws-mail-themes package
# from the theme tarballs in http://www.claws-mail.org/themes.php
#
-# Copyright (c) 2006-2009 Ricardo Mones <ricardo@mones.org>
+# Copyright (c) 2006-2010 Ricardo Mones <ricardo@mones.org>
# Paul Mangan <paul@claws-mail.org>
#
# This program is free software; you can redistribute it and/or modify
@@ -58,7 +58,7 @@ function downloadThemes()
test $tarf = "png" \
&& tarf=`echo $theme | cut -f3 -d/ `;
echo -n "Downloading... ";
- wget -q -a ${WLOG} -P ${DDIR} ${SITE}/$theme
+ wget -q -a ${WLOG} -O ${DDIR}/$tarf ${SITE}/$theme
test ! -f ${DDIR}/$tarf && echo "Error: couldn't get $tarf" && exit 1;
pushd ${DDIR} > /dev/null
tarops="";