[geany/geany-plugins] e90bf7: Windows: libxml2 is now bundled in Geany itself

Enrico Tröger git-noreply at xxxxx
Sun Jan 9 12:49:26 UTC 2022


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 09 Jan 2022 12:49:26 UTC
Commit:      e90bf77060ef9f5b994046d0805174a0a78390c3
             https://github.com/geany/geany-plugins/commit/e90bf77060ef9f5b994046d0805174a0a78390c3

Log Message:
-----------
Windows: libxml2 is now bundled in Geany itself


Modified Paths:
--------------
    build/geany-plugins.nsi
    build/gtk-bundle-from-msys2.sh

Modified: build/geany-plugins.nsi
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -246,7 +246,6 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libsystre-0.dll"
 	Delete "$INSTDIR\bin\libtermcap-0.dll"
 	Delete "$INSTDIR\bin\libunistring-2.dll"
-	Delete "$INSTDIR\bin\libxml2-2.dll"
 	Delete "$INSTDIR\bin\lua51.dll"
 
 	RMDir /r "$INSTDIR\etc\pki"


Modified: build/gtk-bundle-from-msys2.sh
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -23,7 +23,6 @@ EXE_WRAPPER_64="mingw-w64-x86_64-wine"
 # gnupg, gpgme - for GeanyPG plugin
 # libsoup - for UpdateChecker plugin
 # libgit2 - for GitChangeBar plugin
-# libxml2 - for PrettyPrinter plugin
 # gtkspell3 - for GeanyVC plugin
 # the rest is dependency-dependency
 packages="
@@ -45,7 +44,6 @@ libsoup
 libssh2
 libsystre
 libunistring
-libxml2
 lua51
 nghttp2
 openssl



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list