gnucash-on-windows master: Bug 797259 - msys2 mingw-w64-i686-ncurses package no longer in repo database.

John Ralls jralls at code.gnucash.org
Thu May 30 00:31:29 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/5518fdb5 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/2d00ce3e (commit)



commit 5518fdb5868d2d08730c8c154c2307f1ef5d99e2
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed May 29 21:29:57 2019 -0700

    Bug 797259 - msys2 mingw-w64-i686-ncurses package no longer in repo database.
    
    Changed to pdcurses.

diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index 296cf5d..8f56c2c 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -250,7 +250,7 @@ IgnorePkg   = mingw-w64-i686-webkitgtk3
 bash-command -command "perl -ibak -pe 'BEGIN{undef $/;} s#[[]options[]]\R(Include = [^\R]*\R)?#[options]\nInclude = /etc/pacman.d/gnucash-ignores.pacman\n#smg' /etc/pacman.conf"
 
 # Install the remaining dependencies.
-$deps = "iso-codes shared-mime-info libmariadbclient postgresql ninja ncurses"
+$deps = "iso-codes shared-mime-info libmariadbclient postgresql ninja pdcurses"
 
 Write-Host @"
 



Summary of changes:
 setup-mingw64.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list