@eht16 commented on this pull request.


>               ls $cachedir/mingw-w64-${ABI}-${1}-${package_version}-* | sort 
> -V | tail -n 1
        else
-               pacman -Sp mingw-w64-${ABI}-${1}
+               # -dd to ignore dependencies as we listed them already above in 
$packages

Even though I can't reproduce it right now, I had `pacman -Sp 
mingw-w64-x86_64-glib2` printing also all dependencies of the "glib2" package 
and so we ended up with `mingw-w64-x86_64-python` and many many more. Basically 
this is nice but the Mingw packages have way more dependencies than we need and 
to keep the resulting bundle as small as possible ignore the package 
dependencies and define them manually.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2590#discussion_r519186097

Reply via email to