[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.19.1-1-64-gfdd2635
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Oct 23 05:12:06 UTC 2023
The branch, gtk2 has been updated
via fdd26354289a92e63b7565e45b831601d5108208 (commit)
from ae2daea6be83c38110b208bfe0c56bf653ce6dce (commit)
Summary of changes:
README | 5 ++---
packages/download.sh | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit fdd26354289a92e63b7565e45b831601d5108208
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sun Oct 22 19:48:47 2023 -0700
Use curl for downloading
diff --git a/README b/README
index ef14ff2..4888a2d 100644
--- a/README
+++ b/README
@@ -122,7 +122,6 @@ libtool
libgettextpo-dev
meson
python3-distutils
-wget
curl
ruby *
python-is-python3 *
@@ -153,7 +152,7 @@ Additionally, webkitgtk-2.4.11 needs bison-3.6.4 to build. If bison-3.6.4 isn't
available from your distro:
1. Build and install bison-3.6.4
- wget http://mirrors.kernel.org/gnu/bison/bison-3.6.4.tar.xz
+ curl -O http://mirrors.kernel.org/gnu/bison/bison-3.6.4.tar.xz
tar xf bison-3.6.4.tar.xz
cd bison-3.6.4
./configure --prefix=/opt/bison-3.6.4
@@ -172,7 +171,7 @@ is sufficient:
--------8<---------8<---------8<--------
FROM debian:bullseye
-RUN apt-get update && apt-get -y install build-essential automake autoconf mingw-w64 mingw-w64-tools nsis stow unzip docbook-utils libglib2.0-bin libglib2.0-dev-bin git cmake bison flex gperf intltool libtool libgettextpo-dev meson python3-distutils python-is-python3 wget curl ruby gtk-3-examples & apt-get clean
+RUN apt-get update && apt-get -y install build-essential automake autoconf mingw-w64 mingw-w64-tools nsis stow unzip docbook-utils libglib2.0-bin libglib2.0-dev-bin git cmake bison flex gperf intltool libtool libgettextpo-dev meson python3-distutils python-is-python3 curl ruby gtk-3-examples & apt-get clean
--------8<---------8<---------8<--------
To build the image locally (run in the directory with Dockerfile
diff --git a/packages/download.sh b/packages/download.sh
index 88cf24b..c867bf7 100755
--- a/packages/download.sh
+++ b/packages/download.sh
@@ -18,7 +18,7 @@ download_file () {
return 0
fi
- wget "$url" || {
+ curl -# -f -L -O "$url" || {
failed_download "Error while downloading %s package from %s\n" "$name" "$url"
return 1
}
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list