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:
authorwurstsalat <mailtrash@posteo.de>2021-11-07 13:56:30 +0300
committerlovetox <philipp@hoerist.com>2021-12-03 00:26:50 +0300
commita37d1c62e5263c18b6b7182c6ad97ccad3245544 (patch)
treea15531985b42f0d8ab4763693a796af8d5f6a622 /win
parent62cb7894fccb50752bdb61b3f4f69f20313e0ee1 (diff)
Add GtkSource4 dependency
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 9a6e4e2b3..57953286c 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -78,6 +78,7 @@ function create_root {
function install_deps {
build_pacman --noconfirm -S mingw-w64-"${ARCH}"-python \
mingw-w64-"${ARCH}"-python-gobject \
+ mingw-w64-"${ARCH}"-gtksourceview4 \
mingw-w64-"${ARCH}"-python-pip \
mingw-w64-"${ARCH}"-adwaita-icon-theme \
mingw-w64-"${ARCH}"-libwebp \