Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
f6bcc2ed
Commit
f6bcc2ed
authored
2 years ago
by
Daniel Brötzmann
Browse files
Options
Downloads
Patches
Plain Diff
chore: Add more clean up rules for Windows build
parent
4b5cb86b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
win/_base.sh
+11
-2
11 additions, 2 deletions
win/_base.sh
with
11 additions
and
2 deletions
win/_base.sh
+
11
−
2
View file @
f6bcc2ed
...
...
@@ -198,9 +198,9 @@ function cleanup_install {
-iregex
".*/(
${
KEEP
}
)
\.
exe"
-exec
rm
-f
{}
\;
-print
rm
-Rf
"
${
MINGW_ROOT
}
"
/libexec
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/gtk-doc
rm
-Rf
"
${
MINGW_ROOT
}
"
/include
rm
-Rf
"
${
MINGW_ROOT
}
"
/var
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/gtk-doc
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/zsh
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/pixmaps
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/gnome-shell
...
...
@@ -230,6 +230,7 @@ function cleanup_install {
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/gettext-
*
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/terminfo
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/OGRE
rm
-Rf
"
${
MINGW_ROOT
}
"
/share/opencv4
find
"
${
MINGW_ROOT
}
"
/share/glib-2.0
-type
f
!
\
-name
"*.compiled"
-exec
rm
-f
{}
\;
...
...
@@ -247,6 +248,7 @@ function cleanup_install {
rm
-Rf
"
${
MINGW_ROOT
}
"
/lib/installed-tests
rm
-Rf
"
${
MINGW_ROOT
}
"
/lib/tabset
rm
-Rf
"
${
MINGW_ROOT
}
"
/lib/libthai
rm
-Rf
"
${
MINGW_ROOT
}
"
/lib/OGRE
rm
-f
"
${
MINGW_ROOT
}
"
/lib/gstreamer-1.0/libgstvpx.dll
rm
-f
"
${
MINGW_ROOT
}
"
/lib/gstreamer-1.0/libgstdaala.dll
...
...
@@ -258,10 +260,17 @@ function cleanup_install {
rm
-f
"
${
MINGW_ROOT
}
"
/lib/gstreamer-1.0/libgstmxf.dll
rm
-f
"
${
MINGW_ROOT
}
"
/lib/gstreamer-1.0/libgstfaac.dll
rm
-f
"
${
MINGW_ROOT
}
"
/lib/gstreamer-1.0/libgstschro.dll
rm
-f
"
${
MINGW_ROOT
}
"
/lib/gstreamer-1.0/libgstcacasink.dll
rm
-f
"
${
MINGW_ROOT
}
"
/bin/libharfbuzz-icu-0.dll
rm
-f
"
${
MINGW_ROOT
}
"
/bin/libopencv_wechat_qrcode455.dll
rm
-f
"
${
MINGW_ROOT
}
"
/bin/OgreMain.dll
rm
-f
"
${
MINGW_ROOT
}
"
/bin/OgreOverlay.dll
rm
-f
"
${
MINGW_ROOT
}
"
/bin/OgreRTShaderSystem.dll
rm
-f
"
${
MINGW_ROOT
}
"
/bin/OgreBites.dll
rm
-f
"
${
MINGW_ROOT
}
"
/bin/xvidcore.dll
rm
-f
"
${
MINGW_ROOT
}
"
/lib/
"
${
PYTHON_ID
}
"
.
*
/lib-dynload/_tkinter
*
rm
-f
"
${
MINGW_ROOT
}
"
/lib/gstreamer-1.0/libgstcacasink.dll
rm
-Rf
"
${
MINGW_ROOT
}
"
/lib/python2.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment