[geany/geany-plugins] 4c4a95: Windows: cleanup files of new dependencies

Enrico Troeger git-noreply at xxxxx
Fri Jun 17 18:30:52 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Troeger <enrico.troeger at uvena.de>
Committer:   Enrico Troeger <enrico.troeger at uvena.de>
Date:        Fri, 17 Jun 2016 18:30:52 UTC
Commit:      4c4a959917ca97db59e634ef3d9d9d7479b54f1c
             https://github.com/geany/geany-plugins/commit/4c4a959917ca97db59e634ef3d9d9d7479b54f1c

Log Message:
-----------
Windows: cleanup files of new dependencies


Modified Paths:
--------------
    build/geany-plugins.nsi

Modified: build/geany-plugins.nsi
7 lines changed, 6 insertions(+), 1 deletions(-)
===================================================================
@@ -235,6 +235,7 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libgsttag-1.0-0.dll"
 	Delete "$INSTDIR\bin\libgstvideo-1.0-0.dll"
 	Delete "$INSTDIR\bin\libgtkspell-0.dll"
+	Delete "$INSTDIR\bin\libgtkspell3-*.dll"
 	Delete "$INSTDIR\bin\libhistory6.dll"
 	Delete "$INSTDIR\bin\libhogweed-4-1.dll"
 	Delete "$INSTDIR\bin\libhttp_parser-2.dll"
@@ -249,9 +250,11 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libicuuc56.dll"
 	Delete "$INSTDIR\bin\libidn-11.dll"
 	Delete "$INSTDIR\bin\libjavascriptcoregtk-1.0-0.dll"
+	Delete "$INSTDIR\bin\libjavascriptcoregtk-3.0-0.dll"
 	Delete "$INSTDIR\bin\libjpeg-8.dll"
 	Delete "$INSTDIR\bin\liblzma-5.dll"
-	Delete "$INSTDIR\bin\libnettle-6-1.dll"
+	Delete "$INSTDIR\bin\libnettle-6-2.dll"
+	Delete "$INSTDIR\bin\libnghttp2-14"
 	Delete "$INSTDIR\bin\libogg-0.dll"
 	Delete "$INSTDIR\bin\liborc-0.4-0.dll"
 	Delete "$INSTDIR\bin\liborc-test-0.4-0.dll"
@@ -277,6 +280,7 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libvorbisfile-3.dll"
 	Delete "$INSTDIR\bin\libvorbisidec-1.dll"
 	Delete "$INSTDIR\bin\libwebkitgtk-1.0-0.dll"
+	Delete "$INSTDIR\bin\libwebkitgtk-3.0-0.dll"
 	Delete "$INSTDIR\bin\libwebp-6.dll"
 	Delete "$INSTDIR\bin\libwebpdecoder-2.dll"
 	Delete "$INSTDIR\bin\libwebpdemux-2.dll"
@@ -300,6 +304,7 @@ Section Uninstall
 	RMDir /r "$INSTDIR\share\p11-kit"
 	RMDir /r "$INSTDIR\share\vala"
 	RMDir /r "$INSTDIR\share\webkitgtk-1.0"
+	RMDir /r "$INSTDIR\share\webkitgtk-3.0"
 
 	FindFirst $0 $1 "$INSTDIR\share\locale\*"
 	loop:



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