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>2023-04-09 14:04:15 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-09 14:04:15 +0300
commit5ec325552e9fb7e6733fb694a805a1f361a79a4c (patch)
tree81fe5da73c553bdbdc7b551a56d88322ce149ba0 /win
parent9ab3d5d3afcb39b467e8dd6fdaf46671f4653324 (diff)
ci: Windows: Update dependencies
Diffstat (limited to 'win')
-rwxr-xr-xwin/_base.sh40
1 files changed, 21 insertions, 19 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 0fe9832fc..ba42b7352 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -76,39 +76,40 @@ function create_root {
}
function install_deps {
- build_pacman --noconfirm -S mingw-w64-"${ARCH}"-python \
+ build_pacman --noconfirm -S \
+ mingw-w64-"${ARCH}"-python \
+ mingw-w64-"${ARCH}"-python-pip \
mingw-w64-"${ARCH}"-python-gobject \
+ mingw-w64-"${ARCH}"-python-certifi \
+ mingw-w64-"${ARCH}"-python-cryptography \
+ mingw-w64-"${ARCH}"-python-gssapi \
+ mingw-w64-"${ARCH}"-python-idna \
+ mingw-w64-"${ARCH}"-python-keyring \
+ mingw-w64-"${ARCH}"-python-packaging \
+ mingw-w64-"${ARCH}"-python-pillow \
+ mingw-w64-"${ARCH}"-python-pygments \
+ mingw-w64-"${ARCH}"-python-setuptools \
+ mingw-w64-"${ARCH}"-python-setuptools-scm \
+ mingw-w64-"${ARCH}"-python-six \
+ mingw-w64-"${ARCH}"-gtk3 \
mingw-w64-"${ARCH}"-gtksourceview4 \
mingw-w64-"${ARCH}"-gstreamer \
mingw-w64-"${ARCH}"-gst-plugins-base \
mingw-w64-"${ARCH}"-gst-plugins-good \
mingw-w64-"${ARCH}"-gst-libav \
mingw-w64-"${ARCH}"-gst-python \
- mingw-w64-"${ARCH}"-farstream \
- mingw-w64-"${ARCH}"-libnice \
- mingw-w64-"${ARCH}"-python-pip \
mingw-w64-"${ARCH}"-adwaita-icon-theme \
- mingw-w64-"${ARCH}"-libwebp \
- mingw-w64-"${ARCH}"-libheif \
- mingw-w64-"${ARCH}"-sqlite3 \
- mingw-w64-"${ARCH}"-goocanvas \
+ mingw-w64-"${ARCH}"-farstream \
mingw-w64-"${ARCH}"-gspell \
mingw-w64-"${ARCH}"-hunspell \
+ mingw-w64-"${ARCH}"-libheif \
+ mingw-w64-"${ARCH}"-libnice \
mingw-w64-"${ARCH}"-libsoup3 \
- mingw-w64-"${ARCH}"-python-setuptools \
- mingw-w64-"${ARCH}"-python-pillow \
- mingw-w64-"${ARCH}"-python-setuptools-scm \
- mingw-w64-"${ARCH}"-python-cryptography \
- mingw-w64-"${ARCH}"-python-certifi \
- mingw-w64-"${ARCH}"-python-six \
- mingw-w64-"${ARCH}"-python-pygments \
- mingw-w64-"${ARCH}"-python-gssapi
-
- build_pip install precis-i18n
+ mingw-w64-"${ARCH}"-libwebp \
+ mingw-w64-"${ARCH}"-sqlite3
PIP_REQUIREMENTS="\
git+https://dev.gajim.org/gajim/python-nbxmpp.git
-keyring
python-gnupg
python-axolotl
qrcode
@@ -116,6 +117,7 @@ css_parser
sentry-sdk
"
+ build_pip install precis-i18n
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
# remove the large png icons, they should be used rarely and svg works fine