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-08-26 09:08:41 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-08-26 09:08:41 +0300
commitcfdde7e6bc0a7ae0da2f595b0999d22a912d453b (patch)
tree95f57ac2544eba50bfcb8c60e4615000dcd7b6c3 /win
parentd6dc367db61a5e25e8c8592e1c84ab2e88e0eb2f (diff)
ci: Windows: Remove package from windows build
We don’t use this package
Diffstat (limited to 'win')
-rwxr-xr-xwin/_base.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index c5a3ce685..0e515edd4 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -171,6 +171,7 @@ function cleanup_install {
"${MINGW_PACKAGE_PREFIX}"-python-pip "${MINGW_PACKAGE_PREFIX}"-ncurses || true
build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-tk || true
build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-tcl || true
+ build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-frei0r-plugins || true
#delete translations we don't support
for d in "${MINGW_ROOT}"/share/locale/*/LC_MESSAGES; do