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 20:44:52 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-09 20:44:52 +0300
commit24548c14e87e5044eebaf0092ab27ef19cfb8659 (patch)
tree805b5faa9f2f29b96d80d98c5e201e83627300f3 /win
parent7980ed6c2e0147f2d3231f63c48274226b29e09c (diff)
ci: Windows: Update dev env script
Diffstat (limited to 'win')
-rwxr-xr-xwin/dev_env.sh39
1 files changed, 28 insertions, 11 deletions
diff --git a/win/dev_env.sh b/win/dev_env.sh
index edc15e1f0..2eb77d430 100755
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -5,30 +5,47 @@ set -e
function main {
pacman --noconfirm -S --needed \
git \
+ p7zip \
+ wget \
+ intltool \
+ ${MINGW_PACKAGE_PREFIX}-nsis \
+ ${MINGW_PACKAGE_PREFIX}-toolchain \
${MINGW_PACKAGE_PREFIX}-python \
- ${MINGW_PACKAGE_PREFIX}-python-gobject \
${MINGW_PACKAGE_PREFIX}-python-pip \
- ${MINGW_PACKAGE_PREFIX}-toolchain \
- ${MINGW_PACKAGE_PREFIX}-adwaita-icon-theme \
- ${MINGW_PACKAGE_PREFIX}-gtk3 \
- ${MINGW_PACKAGE_PREFIX}-gtksourceview4 \
- ${MINGW_PACKAGE_PREFIX}-python-setuptools-scm \
- ${MINGW_PACKAGE_PREFIX}-python-cryptography \
+ ${MINGW_PACKAGE_PREFIX}-python-gobject \
${MINGW_PACKAGE_PREFIX}-python-certifi \
+ ${MINGW_PACKAGE_PREFIX}-python-cryptography \
+ ${MINGW_PACKAGE_PREFIX}-python-gssapi \
+ ${MINGW_PACKAGE_PREFIX}-python-idna \
+ ${MINGW_PACKAGE_PREFIX}-python-keyring \
+ ${MINGW_PACKAGE_PREFIX}-python-packaging \
${MINGW_PACKAGE_PREFIX}-python-pillow \
- ${MINGW_PACKAGE_PREFIX}-python-six \
+ ${MINGW_PACKAGE_PREFIX}-python-protobuf \
${MINGW_PACKAGE_PREFIX}-python-pygments \
- ${MINGW_PACKAGE_PREFIX}-libwebp \
- ${MINGW_PACKAGE_PREFIX}-goocanvas \
+ ${MINGW_PACKAGE_PREFIX}-python-setuptools \
+ ${MINGW_PACKAGE_PREFIX}-python-setuptools-scm \
+ ${MINGW_PACKAGE_PREFIX}-python-six \
+ ${MINGW_PACKAGE_PREFIX}-gtk3 \
+ ${MINGW_PACKAGE_PREFIX}-gtksourceview4 \
+ ${MINGW_PACKAGE_PREFIX}-gstreamer \
+ ${MINGW_PACKAGE_PREFIX}-gst-plugins-base \
+ ${MINGW_PACKAGE_PREFIX}-gst-plugins-good \
+ ${MINGW_PACKAGE_PREFIX}-gst-libav \
+ ${MINGW_PACKAGE_PREFIX}-gst-python \
+ ${MINGW_PACKAGE_PREFIX}-adwaita-icon-theme \
+ ${MINGW_PACKAGE_PREFIX}-farstream \
${MINGW_PACKAGE_PREFIX}-gspell \
${MINGW_PACKAGE_PREFIX}-hunspell \
+ ${MINGW_PACKAGE_PREFIX}-libheif \
+ ${MINGW_PACKAGE_PREFIX}-libnice \
${MINGW_PACKAGE_PREFIX}-libsoup3 \
+ ${MINGW_PACKAGE_PREFIX}-libwebp \
+ ${MINGW_PACKAGE_PREFIX}-sqlite3
PIP_REQUIREMENTS="\
git+https://dev.gajim.org/gajim/python-nbxmpp.git
python-axolotl
python-gnupg
-keyring
css_parser
qrcode
"