[geany/geany] 0601c7: Windows: Bundle librsvg in installer (#3082)

Enrico Tröger git-noreply at xxxxx
Tue Jan 4 22:34:06 UTC 2022


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Tue, 04 Jan 2022 22:34:06 UTC
Commit:      0601c73f7a7abc40fe9ddbff6b906b0d0e5b5f79
             https://github.com/geany/geany/commit/0601c73f7a7abc40fe9ddbff6b906b0d0e5b5f79

Log Message:
-----------
Windows: Bundle librsvg in installer (#3082)

While not strictly needed to run Geany, librsvg enables SVG support
which might used by GTK themes.

See also #3063 for GTK theme discussion.


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

Modified: scripts/gtk-bundle-from-msys2.sh
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -48,8 +48,10 @@ libepoxy
 libffi
 libiconv
 libpng
+librsvg
 libthai
 libwinpthread-git
+libxml2
 pango
 pcre
 pixman
@@ -214,6 +216,7 @@ cleanup_unnecessary_files() {
 	rm -rf lib/gettext
 	rm -rf lib/libffi-*
 	rm -rf lib/pkgconfig
+	rm -rf lib/python3.9
 	find lib -name '*.a' -delete
 	find lib -name '*.typelib' -delete
 	find lib -name '*.def' -delete
@@ -238,6 +241,7 @@ cleanup_unnecessary_files() {
 	rm -rf share/info
 	rm -rf share/man
 	rm -rf share/thumbnailers
+	rm -rf share/vala
 	rm -rf share/xml
 	rm -rf usr/share/libalpm
 	# cleanup binaries and libs (delete anything except *.dll and GSpawn helper binaries)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list