[geany/geany-plugins] bb0535: Windows installer: Add Workbench plugin

Enrico Tröger git-noreply at xxxxx
Sun Oct 15 12:13:30 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:        Sun, 15 Oct 2017 12:13:30 UTC
Commit:      bb05358d3b733bb390e5af824546cae06e6ada34
             https://github.com/geany/geany-plugins/commit/bb05358d3b733bb390e5af824546cae06e6ada34

Log Message:
-----------
Windows installer: Add Workbench plugin

And remove the icon removal of ProjectOrganizer plugin which does
not ship its own icons any longer.


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

Modified: build/geany-plugins.nsi
15 lines changed, 14 insertions(+), 1 deletions(-)
===================================================================
@@ -196,6 +196,7 @@ Section Uninstall
 	Delete "$INSTDIR\lib\geany\treebrowser.dll"
 	Delete "$INSTDIR\lib\geany\updatechecker.dll"
 	Delete "$INSTDIR\lib\geany\webhelper.dll"
+	Delete "$INSTDIR\lib\geany\workbench.dll"
 	Delete "$INSTDIR\lib\geany\xmlsnippets.dll"
 
 	Delete "$INSTDIR\bin\ctags.exe"
@@ -295,7 +296,11 @@ Section Uninstall
 	Delete "$INSTDIR\bin\lua51.dll"
 	Delete "$INSTDIR\bin\ssleay32.dll"
 
-	Delete "$INSTDIR\share\icons\hicolor\16x16\apps\prjorg-*.png"
+	Delete "$INSTDIR\share\icons\hicolor\16x16\apps\workbench-*.png"
+	Delete "$INSTDIR\share\icons\hicolor\24x24\apps\workbench-*.png"
+	Delete "$INSTDIR\share\icons\hicolor\32x32\apps\workbench-*.png"
+	Delete "$INSTDIR\share\icons\hicolor\48x48\apps\workbench-*.png"
+	Delete "$INSTDIR\share\icons\hicolor\scalable\apps\workbench-*.svg"
 
 	RMDir /r "$INSTDIR\lib\enchant"
 	RMDir /r "$INSTDIR\lib\engines"
@@ -331,6 +336,14 @@ Section Uninstall
 	RMDir "$INSTDIR\share\doc"
 	RMDir "$INSTDIR\share\icons\hicolor\16x16\apps"
 	RMDir "$INSTDIR\share\icons\hicolor\16x16"
+	RMDir "$INSTDIR\share\icons\hicolor\24x24\apps"
+	RMDir "$INSTDIR\share\icons\hicolor\24x24"
+	RMDir "$INSTDIR\share\icons\hicolor\32x32\apps"
+	RMDir "$INSTDIR\share\icons\hicolor\32x32"
+	RMDir "$INSTDIR\share\icons\hicolor\48x48\apps"
+	RMDir "$INSTDIR\share\icons\hicolor\48x48"
+	RMDir "$INSTDIR\share\icons\hicolor\scalable\apps"
+	RMDir "$INSTDIR\share\icons\hicolor\scalable"
 	RMDir "$INSTDIR\share\icons\hicolor"
 	RMDir "$INSTDIR\share\icons"
 	RMDir "$INSTDIR\share\locale"



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