[geany/geany-plugins] 63968a: Windows installer: Update dependencies

Enrico Tröger git-noreply at xxxxx
Wed Apr 29 21:49:40 UTC 2020


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Wed, 29 Apr 2020 21:49:40 UTC
Commit:      63968ab837a82e913878ebafbd070f6c9e30f284
             https://github.com/geany/geany-plugins/commit/63968ab837a82e913878ebafbd070f6c9e30f284

Log Message:
-----------
Windows installer: Update dependencies


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

Modified: build/geany-plugins.nsi
23 lines changed, 12 insertions(+), 11 deletions(-)
===================================================================
@@ -269,16 +269,16 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libicule61.dll"
 	Delete "$INSTDIR\bin\libiculx61.dll"
 	Delete "$INSTDIR\bin\libicutest61.dll"
-	Delete "$INSTDIR\bin\libicutu64.dll"
-	Delete "$INSTDIR\bin\libicuuc64.dll"
-	Delete "$INSTDIR\bin\libicudt64.dll"
-	Delete "$INSTDIR\bin\libicuin64.dll"
-	Delete "$INSTDIR\bin\libicuio64.dll"
-	Delete "$INSTDIR\bin\libicule64.dll"
-	Delete "$INSTDIR\bin\libiculx64.dll"
-	Delete "$INSTDIR\bin\libicutest64.dll"
-	Delete "$INSTDIR\bin\libicutu64.dll"
-	Delete "$INSTDIR\bin\libicuuc64.dll"
+	Delete "$INSTDIR\bin\libicutu65.dll"
+	Delete "$INSTDIR\bin\libicuuc65.dll"
+	Delete "$INSTDIR\bin\libicudt65.dll"
+	Delete "$INSTDIR\bin\libicuin65.dll"
+	Delete "$INSTDIR\bin\libicuio65.dll"
+	Delete "$INSTDIR\bin\libicule65.dll"
+	Delete "$INSTDIR\bin\libiculx65.dll"
+	Delete "$INSTDIR\bin\libicutest65.dll"
+	Delete "$INSTDIR\bin\libicutu65.dll"
+	Delete "$INSTDIR\bin\libicuuc65.dll"
 	Delete "$INSTDIR\bin\libidn2-0.dll"
 	Delete "$INSTDIR\bin\libjavascriptcoregtk-1.0-0.dll"
 	Delete "$INSTDIR\bin\libjavascriptcoregtk-3.0-0.dll"
@@ -333,12 +333,13 @@ Section Uninstall
 	RMDir /r "$INSTDIR\lib\gio"
 	RMDir /r "$INSTDIR\lib\gstreamer-1.0"
 	RMDir /r "$INSTDIR\lib\pkcs11"
-	RMDir /r "$INSTDIR\lib\sqlite3.29.0"
+	RMDir /r "$INSTDIR\lib\sqlite3.31.1"
 	RMDir /r "$INSTDIR\lib\geany-plugins"
 	RMDir /r "$INSTDIR\libexec\p11-kit"
 	RMDir /r "$INSTDIR\share\doc\geany-plugins"
 	RMDir /r "$INSTDIR\share\geany-plugins"
 	RMDir /r "$INSTDIR\share\enchant"
+	RMDir /r "$INSTDIR\share\gstreamer-1.0"
 	RMDir /r "$INSTDIR\share\libgpg-error"
 	RMDir /r "$INSTDIR\share\p11-kit"
 	RMDir /r "$INSTDIR\share\pki"


Modified: build/gtk-bundle-from-msys2.sh
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -221,7 +221,7 @@ cleanup_unnecessary_files() {
 	rm -rf lib/lua
 	rm -rf lib/p11-kit
 	rm -rf lib/python2.7
-	rm -rf lib/python3.7
+	rm -rf lib/python3.8
 	find lib -name '*.h' -delete
 	find lib -name '*.a' -delete
 	find lib -name '*.typelib' -delete
@@ -251,6 +251,7 @@ cleanup_unnecessary_files() {
 	rm -rf share/glib-2.0
 	rm -rf share/gnupg
 	rm -rf share/gst-plugins-base
+	rm -rf share/gstreamer-1.0
 	rm -rf share/gtk-doc
 	rm -rf share/icu
 	rm -rf share/info



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