Windows: Create GTK bundle for x86_64 and suppt non-native execution
commitd452994a75627dc282ef3223b235fc379d090cb0
authorEnrico Tröger <enrico.troeger@uvena.de>
Sun, 20 Sep 2020 13:16:15 +0000 (20 15:16 +0200)
committerEnrico Tröger <enrico.troeger@uvena.de>
Sat, 9 Oct 2021 10:05:59 +0000 (9 12:05 +0200)
tree285d9dd2ef4621010fe6c976a1f3d8388fd97b45
parent5b307bc05dbb055a06dc83c1d749ffab46e259e4
Windows: Create GTK bundle for x86_64 and suppt non-native execution

Changes in the bundle creation script:
- the GTK (and other dependencies) bundle is now created for the x86_64
platform
- the new parameter "-x" allows to run script on a Linux system using
Wine, therefore it is necessary to run the post-install scripts after
all packages have been extracted.
- use "-Sdd" for Pacman to ignore dependencies as we resolve them
manually
- do not use "tar -x --xz" as Pacman nowadays also downloads .zst
packages, instead just download the file and let tar choose the format
automatically based on the filename
- install grep with Pacman as the build and target platform are now
identical
- update GTK dependencies to match current packages
scripts/gtk-bundle-from-msys2.sh