[geany/geany] bd8caf: GTK bundle creation: don't delete necessary GLib schema files

Enrico Tröger git-noreply at xxxxx
Mon Mar 21 22:16:12 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Mon, 21 Mar 2016 22:16:12 UTC
Commit:      bd8caf2a85719ffac5687e735979d6ae30dfb3b9
             https://github.com/geany/geany/commit/bd8caf2a85719ffac5687e735979d6ae30dfb3b9

Log Message:
-----------
GTK bundle creation: don't delete necessary GLib schema files

The files in share/glib-2.0/schemas are necessary for GTK3,
so don't delete them but everything else on the same directory level.


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

Modified: scripts/gtk-bundle-from-msys2.sh
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -188,7 +188,9 @@ cleanup_unnecessary_files() {
 	rm -rf share/gdb
 	rm -rf share/gettext
 	rm -rf share/gir-1.0
-	rm -rf share/glib-2.0
+	rm -rf share/glib-2.0/codegen
+	rm -rf share/glib-2.0/gdb
+	rm -rf share/glib-2.0/gettext
 	rm -rf share/gtk-2.0
 	rm -rf share/gtk-3.0
 	rm -rf share/gtk-doc



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