[geany/geany-osx] 8a2ec5: Fix bundle creation on GTK 3

Jiří Techet git-noreply at xxxxx
Sat Oct 14 08:39:07 UTC 2017


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sat, 14 Oct 2017 08:39:07 UTC
Commit:      8a2ec5f86a106b5d839dfa47fbb0508eff8ebdd7
             https://github.com/geany/geany-osx/commit/8a2ec5f86a106b5d839dfa47fbb0508eff8ebdd7

Log Message:
-----------
Fix bundle creation on GTK 3


Modified Paths:
--------------
    geany-gtk3.bundle

Modified: geany-gtk3.bundle
5 lines changed, 3 insertions(+), 2 deletions(-)
===================================================================
@@ -73,9 +73,10 @@
   <binary>
     ${prefix}/lib/libvte-2.91.0.dylib
   </binary>
+  <!--
   <binary  dest="${bundle}/Contents/Resources/libexec/gnome-pty-helper">
     ${prefix}/libexec/gnome-pty-helper
-  </binary>
+  </binary>-->
 
   <!-- Geany's plugins -->
   <binary>
@@ -89,7 +90,7 @@
   <translations  name="gtk30">
     ${prefix}/share/locale
   </translations>
-  <translations name="vte-2.90">
+  <translations name="vte-2.91">
     ${prefix}/share/locale
   </translations>
   <translations name="geany">



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