Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 05 Jan 2025 10:24:02 UTC Commit: ad9446759a71214b7b63517a42b4df329a829bb5 https://github.com/geany/geany/commit/ad9446759a71214b7b63517a42b4df329a829b...
Log Message: ----------- Windows: Add new dependencies to GTK bundle
Closes #4084.
Modified Paths: -------------- scripts/gtk-bundle-from-msys2.sh
Modified: scripts/gtk-bundle-from-msys2.sh 9 lines changed, 8 insertions(+), 1 deletions(-) =================================================================== @@ -45,20 +45,27 @@ grep gtk-update-icon-cache harfbuzz hicolor-icon-theme +jbigkit +lerc libdatrie +libdeflate libepoxy libffi libiconv +libjpeg-turbo libpng librsvg libthai +libtiff +libwebp libwinpthread-git libxml2 pango pcre2 pixman xz zlib +zstd "
handle_command_line_options() { @@ -203,7 +210,7 @@ delayed_post_install() { ${EXE_WRAPPER_64} bin/gdk-pixbuf-query-loaders.exe --update-cache ${EXE_WRAPPER_64} bin/gtk-update-icon-cache-3.0.exe -q -t -f share/icons/hicolor ${EXE_WRAPPER_64} bin/gtk-update-icon-cache-3.0.exe -q -t -f share/icons/Adwaita - ${EXE_WRAPPER_64} bin/glib-compile-schemas share/glib-2.0/schemas/ + ${EXE_WRAPPER_64} bin/glib-compile-schemas.exe share/glib-2.0/schemas/ fi }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).