From 29e4712f674b0099d2550ef890b0f8a3791af8f6 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 9 Jan 2025 13:31:08 +0100 Subject: [PATCH] makepkg-git: accommodate for gettext v0.23.* As of `mingw-w64-gettext-runtime` (0.22.5-2 -> 0.23.1-1), `msgfmt.exe` now depends on a newly-introduced library, gettext-libtextstyle. So let's include that in the `makepkg-git` sparse checkout, too. This is a companion of https://github.com/git-for-windows/git-sdk-64/pull/90 Signed-off-by: Johannes Schindelin --- .sparse/makepkg-git | 1 + 1 file changed, 1 insertion(+) diff --git a/.sparse/makepkg-git b/.sparse/makepkg-git index cf87ec8f92d..776d52c569b 100644 --- a/.sparse/makepkg-git +++ b/.sparse/makepkg-git @@ -179,6 +179,7 @@ /mingw32/bin/libintl-*.dll /mingw32/bin/libgettext*.dll /mingw32/bin/libiconv-*.dll +/mingw32/bin/libtextstyle-*[0-9].dll # 32-bit Tcl (to emulate msgfmt, *somewhere*) /mingw32/bin/tclsh.exe