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:
authorDaniel Brötzmann <mailtrash@posteo.de>2023-04-09 21:13:39 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-09 21:13:39 +0300
commit7a585f20d48f0bb03544ac66394a49fe937e3625 (patch)
treea503d2159add9803e42b87316d6ee7b44fa17c1a /win
parent24548c14e87e5044eebaf0092ab27ef19cfb8659 (diff)
feat: Integrate OMEMO plugin
Diffstat (limited to 'win')
-rwxr-xr-xwin/_base.sh7
-rwxr-xr-xwin/dev_env.sh5
2 files changed, 5 insertions, 7 deletions
diff --git a/win/_base.sh b/win/_base.sh
index eb793de4e..b586913a6 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -81,6 +81,7 @@ function install_deps {
mingw-w64-"${ARCH}"-python-keyring \
mingw-w64-"${ARCH}"-python-packaging \
mingw-w64-"${ARCH}"-python-pillow \
+ mingw-w64-"${ARCH}"-python-protobuf \
mingw-w64-"${ARCH}"-python-pygments \
mingw-w64-"${ARCH}"-python-setuptools \
mingw-w64-"${ARCH}"-python-setuptools-scm \
@@ -104,8 +105,8 @@ function install_deps {
PIP_REQUIREMENTS="\
git+https://dev.gajim.org/gajim/python-nbxmpp.git
+git+https://dev.gajim.org/gajim/omemo-dr.git
python-gnupg
-python-axolotl
qrcode
css_parser
sentry-sdk
@@ -145,10 +146,6 @@ function install_gajim {
build_python "${MISC}"/create-launcher.py \
"${QL_VERSION}" "${MINGW_ROOT}"/bin
- # Install omemo plugin
- curl -o "${BUILD_ROOT}"/omemo.zip https://ftp.gajim.org/plugins/master/omemo/omemo_2.9.0.zip
- 7z x -o"${PACKAGE_DIR}"/gajim/data/plugins/omemo "${BUILD_ROOT}"/omemo.zip
-
# Install language dicts
curl -o "${BUILD_ROOT}"/speller_dicts.zip https://gajim.org/downloads/snap/win/build/speller_dicts.zip
7z x -o"${MINGW_ROOT}"/share "${BUILD_ROOT}"/speller_dicts.zip
diff --git a/win/dev_env.sh b/win/dev_env.sh
index 2eb77d430..801624b48 100755
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -44,10 +44,11 @@ function main {
PIP_REQUIREMENTS="\
git+https://dev.gajim.org/gajim/python-nbxmpp.git
-python-axolotl
+git+https://dev.gajim.org/gajim/omemo-dr.git
python-gnupg
-css_parser
qrcode
+css_parser
+sentry-sdk
"
pip3 install precis-i18n
pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])