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>2022-10-23 15:31:15 +0300
committerwurstsalat <mailtrash@posteo.de>2022-10-23 15:31:17 +0300
commit4a8b8fd9294cd697c406c250e24b0989d859eb42 (patch)
treede237b0c6a83518a0fd070d5192e8f30446662c2 /win
parent103a62b49ec01e060b7ba877427f6cd02e31c865 (diff)
fix: Windows build: Remove build time package remnants
Fixes #11234
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 4c4ec208d..dd21caaab 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -197,6 +197,7 @@ function cleanup_install {
rm -Rf "${MINGW_ROOT}"/include
rm -Rf "${MINGW_ROOT}"/var
rm -Rf "${MINGW_ROOT}"/share/gtk-doc
+ rm -Rf "${MINGW_ROOT}"/share/xml/docbook
rm -Rf "${MINGW_ROOT}"/share/zsh
rm -Rf "${MINGW_ROOT}"/share/pixmaps
rm -Rf "${MINGW_ROOT}"/share/gnome-shell
@@ -228,12 +229,14 @@ function cleanup_install {
rm -Rf "${MINGW_ROOT}"/share/bullet
rm -Rf "${MINGW_ROOT}"/share/OGRE
rm -Rf "${MINGW_ROOT}"/share/opencv4
+ rm -Rf "${MINGW_ROOT}"/share/tessdata
+ rm -Rf "${MINGW_ROOT}"/share/vulkan
find "${MINGW_ROOT}"/share/glib-2.0 -type f ! \
-name "*.compiled" -exec rm -f {} \;
rm -Rf "${MINGW_ROOT}"/lib/"${PYTHON_ID}".*/test
- rm -Rf "${MINGW_ROOT}"/lib/"${PYTHON_ID}"/dist-packages/Ogre
+ rm -Rf "${MINGW_ROOT}"/lib/"${PYTHON_ID}".*/dist-packages/Ogre
rm -Rf "${MINGW_ROOT}"/lib/cmake
rm -Rf "${MINGW_ROOT}"/lib/gettext
rm -Rf "${MINGW_ROOT}"/lib/gtk-3.0