Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-12-11 16:25:04 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-28 18:23:51 +0300
commit747c569638e0abb877517cee162854c765df8a32 (patch)
treeab9462a2b039662f020f088349ca8f10b9634e7b /win
parentfadd0d77ff722fc7341fe3f89a2507cb46eba521 (diff)
change: Port to libsoup3
- Remove all direct usage of libsoup and use the nbxmpp.http module instead
Diffstat (limited to 'win')
-rwxr-xr-xwin/_base.sh2
-rwxr-xr-xwin/dev_env.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/win/_base.sh b/win/_base.sh
index ac5364413..c1ea66c6f 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -94,7 +94,7 @@ function install_deps {
mingw-w64-"${ARCH}"-goocanvas \
mingw-w64-"${ARCH}"-gspell \
mingw-w64-"${ARCH}"-hunspell \
- mingw-w64-"${ARCH}"-libsoup \
+ mingw-w64-"${ARCH}"-libsoup3 \
mingw-w64-"${ARCH}"-python-setuptools \
mingw-w64-"${ARCH}"-python-pillow \
mingw-w64-"${ARCH}"-python-setuptools-scm \
diff --git a/win/dev_env.sh b/win/dev_env.sh
index f29f1edc7..e95e21422 100755
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -22,7 +22,7 @@ function main {
mingw-w64-x86_64-goocanvas \
mingw-w64-x86_64-gspell \
mingw-w64-x86_64-hunspell \
- mingw-w64-x86_64-libsoup \
+ mingw-w64-x86_64-libsoup3 \
PIP_REQUIREMENTS="\
git+https://dev.gajim.org/gajim/python-nbxmpp.git