[geany/geany-plugins] d3b09b: Windows: Add new indirect dependencies to the bundle

Enrico Troeger git-noreply at xxxxx
Fri Jun 17 18:12:58 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:12:58 UTC
Commit:      d3b09b30c9d83770a8ab3b8d0cfdca68d5027f52
             https://github.com/geany/geany-plugins/commit/d3b09b30c9d83770a8ab3b8d0cfdca68d5027f52

Log Message:
-----------
Windows: Add new indirect dependencies to the bundle


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

Modified: build/gtk-bundle-from-msys2.sh
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -38,7 +38,6 @@ gnutls
 gpgme
 gstreamer
 gst-plugins-base
-gtkspell
 http-parser
 hunspell
 icu
@@ -63,6 +62,7 @@ libxml2
 libxslt
 lua51
 nettle
+nghttp2
 openssl
 orc
 p11-kit
@@ -74,9 +74,11 @@ xz
 "
 
 gtk2_dependency_pkgs="
+gtkspell
 webkitgtk2
 "
 gtk3_dependency_pkgs="
+gtkspell3
 webkitgtk3
 "
 
@@ -240,6 +242,7 @@ cleanup_unnecessary_files() {
 	rm -rf share/info
 	rm -rf share/lua
 	rm -rf share/man
+	rm -rf share/nghttp2
 	rm -rf share/readline
 	rm -rf share/zsh
 	# ssl: cleanup ssl files



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