[Github-comments] [geany/geany] Windows cross, GTK3 and x86_64 build preparations (#2590)

Enrico Tröger notifications at xxxxx
Sat Nov 7 15:02:53 UTC 2020


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201107/1d427d9f/attachment.htm>


More information about the Github-comments mailing list