[Commits] [SCM] claws-win32-installer branch, master, updated. 4.3.0-1-31-g11d9396
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Sep 30 06:04:06 UTC 2024
The branch, master has been updated
via 11d93963bba244c82fcd53c2e3ae3f48b07d14a0 (commit)
from d53721ee8609e8f07ab27320f9942cbfbd1200ba (commit)
Summary of changes:
Dockerfile | 5 +++--
README | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 11d93963bba244c82fcd53c2e3ae3f48b07d14a0
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sun Sep 29 19:45:08 2024 -0700
Use meson from Backports
diff --git a/Dockerfile b/Dockerfile
index 925de78..3a07f64 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
FROM debian:bookworm
-RUN apt-get update && apt-get -y install \
+RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/sources.list \
+ && apt-get update && apt-get -y install \
build-essential \
automake \
autoconf \
@@ -19,7 +20,7 @@ RUN apt-get update && apt-get -y install \
intltool \
libtool \
libgettextpo-dev \
- meson \
+ meson/bookworm-backports \
curl \
libgtk-3-bin \
python3-packaging \
diff --git a/README b/README
index d2aba47..b5dea9e 100644
--- a/README
+++ b/README
@@ -138,11 +138,13 @@ gperf
intltool
libtool
libgettextpo-dev
-meson
+meson*
curl
libgtk-3-bin
python3-packaging
+*needs to be installed from Backports
+
On Debian Bookworm, mingw-w64 needs to be configured to use the posix threads
version, not the win32 threads version.
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list