[geany/geany-plugins] 3d438f: Windows installer: update new libraries

Enrico Tröger git-noreply at xxxxx
Sat Mar 4 15:24:55 UTC 2017


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 04 Mar 2017 15:24:55 UTC
Commit:      3d438f86ac6a22ee6f3b0766f60075f037a6bfe6
             https://github.com/geany/geany-plugins/commit/3d438f86ac6a22ee6f3b0766f60075f037a6bfe6

Log Message:
-----------
Windows installer: update new libraries

libunistring is a new dependency of libgnutls,
libhunspell got a version bump.


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

Modified: build/geany-plugins.nsi
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -241,7 +241,7 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libhistory7.dll"
 	Delete "$INSTDIR\bin\libhogweed-4.dll"
 	Delete "$INSTDIR\bin\libhttp_parser-2.dll"
-	Delete "$INSTDIR\bin\libhunspell-1.4-0.dll"
+	Delete "$INSTDIR\bin\libhunspell-1.6-0.dll"
 	Delete "$INSTDIR\bin\libicudt57.dll"
 	Delete "$INSTDIR\bin\libicuin57.dll"
 	Delete "$INSTDIR\bin\libicuio57.dll"
@@ -277,6 +277,7 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libtiffxx-5.dll"
 	Delete "$INSTDIR\bin\libtre-5.dll"
 	Delete "$INSTDIR\bin\libturbojpeg-0.dll"
+	Delete "$INSTDIR\bin\libunistring-2.dll"
 	Delete "$INSTDIR\bin\libvorbis-0.dll"
 	Delete "$INSTDIR\bin\libvorbisenc-2.dll"
 	Delete "$INSTDIR\bin\libvorbisfile-3.dll"


Modified: build/gtk-bundle-from-msys2.sh
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -55,6 +55,7 @@ libtasn1
 libtheora
 libtiff
 libtre-git
+libunistring
 libvorbis
 libvorbisidec-svn
 libwebp



--------------
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