Skip to content

Commit

Permalink
Windows: update uninstallation of bundled dependencies
Browse files Browse the repository at this point in the history
Update version numbers in bundled dependencies and
update renamed Lipsum plugin.
  • Loading branch information
eht16 committed Nov 13, 2016
1 parent 838a5de commit 1991643
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions build/geany-plugins.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Section Uninstall
Delete "$INSTDIR\lib\geany\geanygendoc.dll"
Delete "$INSTDIR\lib\geany\geanyinsertnum.dll"
Delete "$INSTDIR\lib\geany\geanylatex.dll"
; Keep for geanylipsum propper deleting old dll some time
Delete "$INSTDIR\lib\geany\geanylipsum.dll"
Delete "$INSTDIR\lib\geany\geanylua.dll"
Delete "$INSTDIR\lib\geany\geanymacro.dll"
Expand All @@ -178,6 +179,7 @@ Section Uninstall
Delete "$INSTDIR\lib\geany\geanyvc.dll"
Delete "$INSTDIR\lib\geany\geniuspaste.dll"
Delete "$INSTDIR\lib\geany\git-changebar.dll"
Delete "$INSTDIR\lib\geany\lipsum.dll"
Delete "$INSTDIR\lib\geany\lineoperations.dll"
Delete "$INSTDIR\lib\geany\markdown.dll"
Delete "$INSTDIR\lib\geany\overview.dll"
Expand Down Expand Up @@ -236,30 +238,30 @@ Section Uninstall
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\libhistory7.dll"
Delete "$INSTDIR\bin\libhogweed-4.dll"
Delete "$INSTDIR\bin\libhttp_parser-2.dll"
Delete "$INSTDIR\bin\libhunspell-1.3-0.dll"
Delete "$INSTDIR\bin\libicudt56.dll"
Delete "$INSTDIR\bin\libicuin56.dll"
Delete "$INSTDIR\bin\libicuio56.dll"
Delete "$INSTDIR\bin\libicule56.dll"
Delete "$INSTDIR\bin\libiculx56.dll"
Delete "$INSTDIR\bin\libicutest56.dll"
Delete "$INSTDIR\bin\libicutu56.dll"
Delete "$INSTDIR\bin\libicuuc56.dll"
Delete "$INSTDIR\bin\libhunspell-1.4-0.dll"
Delete "$INSTDIR\bin\libicudt57.dll"
Delete "$INSTDIR\bin\libicuin57.dll"
Delete "$INSTDIR\bin\libicuio57.dll"
Delete "$INSTDIR\bin\libicule57.dll"
Delete "$INSTDIR\bin\libiculx57.dll"
Delete "$INSTDIR\bin\libicutest57.dll"
Delete "$INSTDIR\bin\libicutu57.dll"
Delete "$INSTDIR\bin\libicuuc57.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-2.dll"
Delete "$INSTDIR\bin\libnghttp2-14"
Delete "$INSTDIR\bin\libnettle-6.dll"
Delete "$INSTDIR\bin\libnghttp2-14.dll"
Delete "$INSTDIR\bin\libogg-0.dll"
Delete "$INSTDIR\bin\liborc-0.4-0.dll"
Delete "$INSTDIR\bin\liborc-test-0.4-0.dll"
Delete "$INSTDIR\bin\libp11-kit-0.dll"
Delete "$INSTDIR\bin\libreadline6.dll"
Delete "$INSTDIR\bin\libreadline7.dll"
Delete "$INSTDIR\bin\librtmp-1.dll"
Delete "$INSTDIR\bin\libsoup-2.4-1.dll"
Delete "$INSTDIR\bin\libsoup-gnome-2.4-1.dll"
Expand All @@ -284,6 +286,7 @@ Section Uninstall
Delete "$INSTDIR\bin\libwebp-6.dll"
Delete "$INSTDIR\bin\libwebpdecoder-2.dll"
Delete "$INSTDIR\bin\libwebpdemux-2.dll"
Delete "$INSTDIR\bin\libwebpextras-0.dll"
Delete "$INSTDIR\bin\libwebpmux-2.dll"
Delete "$INSTDIR\bin\libxml2-2.dll"
Delete "$INSTDIR\bin\libxslt-1.dll"
Expand Down Expand Up @@ -318,8 +321,12 @@ Section Uninstall
FindClose $0

; only if empty
RMDir "$INSTDIR\lib\geany"
RMDir "$INSTDIR\lib"
RMDir "$INSTDIR\share\doc"
RMDir "$INSTDIR\share\icons\hicolor\16x16\apps"
RMDir "$INSTDIR\share\icons\hicolor\16x16"
RMDir "$INSTDIR\share\icons\hicolor"
RMDir "$INSTDIR\share\icons"
RMDir "$INSTDIR\share\locale"
RMDir "$INSTDIR\share"
Expand Down

0 comments on commit 1991643

Please sign in to comment.